一键生成 .cursorrules + CLAUDE.md + MCP 配置。让你的 Cursor / Claude Code 开箱即用。
git clone <repo-url>
cd agentforge
python3 agentforge.py init# 自动检测项目类型,交互式配置
python3 agentforge.py init
# 快速预设
python3 agentforge.py python # Python项目
python3 agentforge.py node # Node.js 项目
python3 agentforge.py go # Go 项目
python3 agentforge.py rust # Rust 项目
python3 agentforge.py custom # 完全自定义| 文件 | 作用 |
|---|---|
.cursorrules |
告诉AI你的项目规则、代码风格、技术栈 |
CLAUDE.md |
Claude Code项目上下文 |
.vscode/settings.json |
MCP Server 配置(自动合并) |
AI coding agent 越来越强(Cursor、Claude Code、Codex),但它们不知道你的项目规范。 AgentForge 让你的AI助手第一次就做对事——用你的技术栈、你的代码风格、你的项目结构。
- ponytail (⭐84k) — 让AI像资深程序员思考
- awesome-cursorrules (⭐40k)
- Claude Code / Cursor 最佳实践
MIT