Env : Mac OS
# VisualStudioCode is my projects default directory
$ cd VisualStudioCode
$ curl -fsSL https://claude.ai/install.sh | bash
$ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
...
enter
...
# Execute '/init'
# claude code 에게 프로젝트 디렉토리를 분석 후 이해하도록 하는 명령어
$ /init
...
enter
....
# CLAUDE.md file is created.


Ref) https://code.claude.com/docs/ko/setup
SuperClaude : Claude 가 더 똑똑하게 만들기 위해 설치
Ref) https://github.com/SuperClaude-Org/SuperClaude_Framework
# Install pipx
$ brew install pipx
$ pipx install superclaude
$ superclaude install
# Install Node on mac
$ brew install node
$ node --version
# Install MCP servers (optional, for enhanced capabilities)
$ superclaude mcp --list # List available MCP servers
$ superclaude mcp # Interactive installation
# Enter "g" recommend -> Installing
$ superclaude mcp --servers tavily --servers context7 # Install specific servers
# Verify installation
$ superclaude install --list
$ superclaude doctor
Tavily
tavily에서 회원가입
URL : https://app.tavily.com/home
Token Ctrl+C , Ctr+V
Save tavily token in claude.json
$ open ~/.claude.json
# 입력
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "tavily-mcp@0.1.2"],
"env": {
"TAVILY_API_KEY": "tvly-abcdef1234567890"
}
}
}
}
$ claude mcp list
Checking MCP server health...
tavily: npx -y tavily-mcp@0.1.2 - ✓ Connected
context7: npx -y @upstash/context7-mcp - ✓ Connected최근에 tavily 대신 exa.ai를 사용.
-> 검색 품질이 좋고, 결과를 더 많이 + 더 깊게 가져옴.
exa.ai: 시맨틱 웹 검색. 최신 문서를 실시간 검색
1. exa.ai에서 Exa API 키 발급
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "your-exa-api-key-here"
}
}
}
}
oh-my-claudecode
# 마켓플레이스 등록 및 설치
$ claude
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
# 초기 설정 실행
/oh-my-claudecode:omc-setup
[Context7 ]
[GitLab]
[Playwright]
[Superpower]
[Ralph-Loop]
[Document Skills]
$ claude
/plugin install context7
/plugin install gitlab
/plugin install document-skills
/plugin install playwright
/plugin install superpower
/plugin install ralph-loop
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
# 설치 확인
/plugin list
[OpenClaw]
[Bkit]
PDCA?
P: Plan, D: Do, C: Check, A: Act[Clopus Watcher]
$ claude
# In Claude
# Claude Code에게 해당 디렉토리를 분석 후 이해하도록 하는 명령어
> /init
# 그 결과 Claude.md File 생성
[Claude.md]
#[중요]# 내 허락없이 파일 삭제 하지마
-> 그외에도 Claude가 하지말아야될 action에 대한 문구 추가
$ claude --dangerously-skip-
아키텍처는 opus에게 시키는게 좋고,
코딩은 sonnet 4.5
agent 페르소나 지정하고, ralph Rooph 로 무한대로 돌리는것