프롬프트
트러블슈팅에 유용한 되묻기 기술
AskUserQuestion Tool을 사용하라
일하다 갈피를 잡기 어려울 때 유용하다.
참고: stdy.blog/claude-code-ask-user-question
스킬 찾기
필요한 역량에서 필요한 스킬을 물어보고, 설치해서 사용하기
1. find-skills 설치
2. 페르소나에 맞는 스킬 물어보기
예시 프롬프트: "스태프엔지니어에게 유용한 skill을 5개 추천해줘"
![]() |
![]() |
![]() |
MCP
MCP 호출 프롬프트
use sequential thinking
use context7
MCP 클로드 설정
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}
https://github.com/upstash/context7
GitHub - upstash/context7: Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors - upstash/context7
github.com
https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
servers/src/sequentialthinking at main · modelcontextprotocol/servers
Model Context Protocol Servers. Contribute to modelcontextprotocol/servers development by creating an account on GitHub.
github.com
'소프트웨어-이야기 > 소프트스킬' 카테고리의 다른 글
| 2026년 학습 패턴: AI 활용 스킬 따라가기 (0) | 2026.01.24 |
|---|---|
| claudecode + whisper을 활용한 보이스 코딩 (aka. 입개발) (0) | 2026.01.17 |
| [Vertex AI] GEMINI에게 질문할 수 있는 것들 모음집 (0) | 2025.09.21 |
| instapaper : 웹 스크랩 (0) | 2025.09.07 |
| AI 활용 - 자연어로 데이터 분석하기 (0) | 2025.08.24 |


