본문 바로가기

소프트웨어-이야기/소프트스킬

Claude 똑똑하게 사용하기

프롬프트

트러블슈팅에 유용한 되묻기 기술 

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