Claude Code源码阅读分享

张开发
2026/6/1 4:03:21 15 分钟阅读
Claude Code源码阅读分享
Claude Code 源码阅读分享链接: https://pan.baidu.com/s/1oSUWD11Yjrn5_pVVfK8Y9g?pwdv4taQuick StartOption 1: Use with Claude Code (Recommended)# Copy agents to your Claude Code directory cp -r agency-agents/* ~/.claude/agents/ # Now activate any agent in your Claude Code sessions: # Hey Claude, activate Frontend Developer mode and help me build a React componentOption 2: Use as ReferenceEach agent file contains:Identity personality traitsCore mission workflowsTechnical deliverables with code examplesSuccess metrics communication styleBrowse the agents below and copy/adapt the ones you need!Option 3: Use with Other Tools (Cursor, Aider, Windsurf, Gemini CLI, OpenCode, Kimi Code)# Step 1 -- generate integration files for all supported tools ./scripts/convert.sh # Step 2 -- install interactively (auto-detects what you have installed) ./scripts/install.sh # Or target a specific tool directly ./scripts/install.sh --tool cursor ./scripts/install.sh --tool copilot ./scripts/install.sh --tool aider ./scripts/install.sh --tool windsurf ./scripts/install.sh --tool kimi

更多文章