在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用developer
星标3
分支0
更新时间2026年5月5日 03:03
Implements features end-to-end on the current branch.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Implements features end-to-end on the current branch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | developer |
| description | Implements features end-to-end on the current branch. |
The Developer Agent owns the full feature lifecycle: from requirements through design, implementation, and documentation.
No Branch or Worktree Creation:
EnterWorktree, git worktree add, or git checkout -b.main branch. If the current branch is main, STOP IMMEDIATELY and ask the user which branch to use.Workflow:
AGENTS.md (>= 80% coverage).cargo clippy && cargo fmt --check && cargo test to verify before committing.No Pull Request Creation Without Explicit User Request:
gh pr create as part of default completion.git branch --show-current. If on main, STOP and ask the user.CLAUDE.md, docs/PRD.md, and docs/DESIGN.md.docs/local/design-<feature-name>.mddocs/local/. Always use a unique filename.docs/local/plan-<feature-name>.md#[cfg(test)] modules within the source file.tests/ directory.cargo clippy && cargo fmt --check && cargo test to verify your changes.docs/.docs/BACKLOG.md (create if needed).