Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install developer-agent或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install developer-agent⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/developer-agent/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: developer-agent description: Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development requirements, feature requests, bug fixes, or refactoring tasks that involve git operations, build verification, and deployment pipelines. ---
Orchestrate software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery through structured stages.
pnpm build and verify success before committing.Requirement → Understand (100%) → Git Setup → Assess Complexity
→ [Simple] Direct implementation → Self Review → Build → Commit
→ [Complex] Cursor Agent → Plan → User Approval → Implement → Self Review → Build → Commit
→ Merge → Monitor Pipelines → Final Report
See references/workflow-details.md for the complete decision tree.
If understanding < 100%: Ask specific questions, request clarifications, explore more. Loop until clarity achieved.
If understanding = 100%: Proceed to Stage 2.
git checkout staging
git pull origin staging
git checkout -b feature/[descriptive-task-name]
Verify branch created. Proceed to Stage 3.
Simple (implement directly):
→ Jump to Stage 7 (Self Review).
Medium to Advanced (use Cursor Agent):
→ Proceed to Stage 4.
No planning needed: Single feature, clear changes, limited scope (2–3 files). → Select implementation model. Jump to Stage 6.
Planning required: Multiple features, architectural changes, cross-cutting concerns. → Proceed to Stage 5.
If rejected: Return to Stage 1.
If approved: Proceed to Stage 6.
Checklist:
If any fails: Return to Stage 6, fix, review again.
If all pass: Proceed to Stage 8.
pnpm build
If build fails: Fix issues, return to Stage 6 or 7, run build again.
If build succeeds: Proceed to Stage 9.
Never commit code that fails to build.
git add .
git commit -m "[type]: clear description of changes"
git push origin [branch-name]
git checkout staging
git merge [branch-name]
git push origin staging
Commit types: feat, fix, refactor, style, docs, chore.
Monitor in order until all complete:
Do not proceed until all pipelines complete successfully.
Deliver report including:
安装 Developer Agent 后,可以对 AI 说这些话来触发它
Help me get started with Developer Agent
Explains what Developer Agent does, walks through the setup, and runs a quick demo based on your current project
Use Developer Agent to orchestrates software development by coordinating with Cursor Agent...
Invokes Developer Agent with the right parameters and returns the result directly in the conversation
What can I do with Developer Agent in my developer & devops workflow?
Lists the top use cases for Developer Agent, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/developer-agent/ 目录(个人级,所有项目可用),或 .claude/skills/developer-agent/(项目级)。重启 AI 客户端后,用 /developer-agent 主动调用,或让 AI 根据上下文自动发现并使用。
Developer Agent 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Developer Agent 可免费安装使用。请查阅仓库了解许可证信息。
Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development...
Developer Agent 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Developer Agent
Identifies repetitive steps in your workflow and sets up Developer Agent to handle them automatically