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
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2474720.html
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!