Agile Plugins — Development skill for Claude Code
FCC-Agile Claude Code 插件市场:18 个 /agile:xxx 命令 + 7 个角色 subagent + SDD/TDD 方法论 skill,覆盖需求到发布全流程.
How to install Agile Plugins
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open pig0224/agile-plugins and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agile Plugins does
FCC-Agile Claude Code 插件市场:18 个 /agile:xxx 命令 + 7 个角色 subagent + SDD/TDD 方法论 skill,覆盖需求到发布全流程.
Alternatives in Development
- Hippo Feature — Build one hippo feature from RESEARCH.md using the micro-eval TDD loop 734 ★
- Feature TDD Implementation — 652 ★
- Claude Code Stock Deep Research Agent — 本研究基于 Claude Code Deep Research 系统: 方法论: 8阶段股票投资尽调框架 智能体: 28个并行研究智能体 工具: WebSearch、WebFetch、综合分析 质量: 多空平衡、明确风险 290 ★
README
Agile Plugins(Claude Code 插件市场)
[](https://github.com/pig0224/agile-plugins/actions/workflows/validate.yml) [](./LICENSE)
📖 **完整文档**:https://pig0224.github.io/agile-docs/ (命令详解 / 角色说明 / 插件开发指南)
本仓库是 **Claude Code 插件市场(marketplace)**:`.claude-plugin/marketplace.json` 声明本仓库提供的全部插件。**新增插件无需改动 [agile-cli](https://github.com/pig0224/agile-cli)** —— 在本仓库加目录 + 登记 marketplace.json 即可。更新推送后即时生效,无需 npm。
安装
# 方式一:在 agile workspace 内(推荐,marketplace 地址可配置)
agile plugin install agile
# 方式二:手动
claude plugin marketplace add <本仓库 git 地址>
claude plugin install agile@fcc
目录结构
├── .claude-plugin/marketplace.json # 市场清单:name + source(相对路径)
└── plugins/
└── agile/ # SDD/TDD 主插件
├── .claude-plugin/plugin.json
├── commands/ # 18 个 /agile:xxx 斜杠命令
├── agents/ # 7 个角色 subagent
└── skills/sdd-tdd-method/ # 共享方法论(附录 A = 任务目录模板)
新增一个插件
- 新建
plugins//,内含.claude-plugin/plugin.json(必填name)及 commands/agents/skills 等 - 在
.claude-plugin/marketplace.json的plugins[]追加条目:
{ "name": "", "description": "…", "source": "./plugins/" }
- 提交推送后,用户侧
agile plugin install即可安装(CLI 从.agile/settings.json的plugins.marketplace读取本市场地址)
约定
- 插件名(plugin.json
name)= marketplace 条目名 =plugins/下目录名,三者一致 - 插件文案全部中文;agent 的
description用第三人称描述「何时使用」 - 市场名固定
fcc(claude plugin install @fcc) plugin.json不写version字段(以 commit SHA 作为更新键),claude plugin validate的 version warning 可忽略,勿补回version字段
开发
claude plugin validate . # 校验清单(CI 同款)
claude plugin marketplace add . # 本地市场(命令文件改动后新会话即生效)
详细说明:[docs/design.md](./docs/design.md);开发约定见 [CLAUDE.md](./CLAUDE.md)。
License
[
Related Skills
Adb Scheme
Open Android scheme links via adb. Usage: say "打开 scheme sinaweibo://detail?mblogid=xxx" to open on connected
Sdd Bootstrap
/sdd-bootstrap — Initialisation d'un projet SDD_Pro (greenfield)
Sdd Discover Stack
/sdd-discover-stack — Détection automatique du stack d'un repo existant
Lid
Linked-Intent Development - a SDD methodology for agentic coding
Specswarm
SDD Specification driven development orchestration plugins for Claude Code.
OpenHarness
SDD 规格驱动开发 + Harness 多 Agent 编排;支持在 OpenCode、Claude Code、Codex CLI 间切换执行引擎,完成从规格到落地的自动化开发任务。
Related Agents
Sdd Apply.Agent
Implement assigned SDD tasks from specs and design while preserving review workload and TDD evidence.
ADR Generator
Use this agent to author a new Architecture Decision Record (ADR). Hand it the decision, the alternatives, and
Todo Scanner
MUST be used whenever the user asks to find, list, count, or triage TODO/FIXME/HACK/XXX comments (or similar c