没有 toolkit
- 你需要为每个任务重写 planning prompt 和 acceptance criteria。
- 你要手动在分散的 notes、review checklist 和 release step 之间切换。
- 你依赖不了解你的 development workflow 的通用 agent。
46 skills
从规划和规格编写,到代码生成、review 和 release,在不离开 terminal 的情况下自动化完整 development workflow。
查看工作原理 ↓plugin marketplace add yongwoon/ywc-agent-toolkit
plugin install ywc-agent-toolkit@ywc-agent-toolkitcodex plugin marketplace add yongwoon/ywc-agent-toolkit
codex plugin add ywc-agent-toolkit@ywc-agent-toolkitWhy
ywc-plan 和 ywc-task-generator 将粗略 goal 转换为可实施的 work。ywc-code-gen 和 ywc-impl-review 让 build、review、verification loop 保持明确。/ywc-agentic 将复杂工作路由到一个设有上限、review-gated 的 loop 中 — 最多三次自动化 iteration,并在任何内容合并前内置 ywc-impl-review。工作原理
46 个 skills 中的大部分会串联成一个 sequence,而不是作为需要你自己排序的独立 prompt 各自独立存在。
ywc-plan 将粗略的 goal 转换为 spec,并将其路由到合适规模的 flow。
对于超出小改动范围的任务,ywc-spec-ready 会循环执行 planning 和 validation,直到 spec 完成为止。
ywc-task-generator 将 spec 分解为具有 dependency-safe 特性的 task,并生成 parallel-execution graph。
executor 实现每个 task — 通过 --review 内置 review、PR 和 merge。
ywc-gen-testcase 为每个 PR 生成 QA test sheet,可供手动 sign-off。
/ywc-agentic。输入一个 goal,输出一个设有上限、review-gated 的 loop — 最多三次自动化的 Plan → Execute → Evaluate → Repeat iteration,并在任何内容合并前内置 ywc-impl-review。
Coverage
46 个 skills 按照它们的功能分类,而不仅仅按数量划分。
在编写任何代码之前,将粗略的 goal 转换为经过验证的 spec 或 task list。
创建 branch、实现、验证并 merge — 可以是 sequential、parallel,或完全自主。
Architecture、security、design 与 QA review,外加一个自我改进的 learnings loop。
Commit、PR、bot-review 回复与 release notes,端到端全部处理。
支持扩展 toolkit 本身、配置默认值,并让 project setup 在两种 tool 中保持一致。
无需离开 terminal,即可以代码形式构建、评审并优化 infrastructure。
面向 architecture、security、performance 和 language-specific review 的 specialist read-only agents。
相同的 specialist coverage,打包为 read-only 的 Codex agents。
Install
Claude Code 使用 marketplace path,Codex 使用 Codex plugin marketplace path。这些 path 没有前提条件。
将此 repository 添加为 Claude Code plugin marketplace source。
plugin marketplace add yongwoon/ywc-agent-toolkit从已配置的 marketplace 安装 `ywc-agent-toolkit`。
plugin install ywc-agent-toolkit@ywc-agent-toolkit将此 repository 添加为 Codex plugin marketplace source。
codex plugin marketplace add yongwoon/ywc-agent-toolkit从已配置的 marketplace 安装 `ywc-agent-toolkit`。
codex plugin add ywc-agent-toolkit@ywc-agent-toolkitProof
目前还没有 customer quote — 以下是你在安装前可以自行验证的内容。
实时计数,每次 build 时获取。
开源,无 paid tier,无需 account。
每次合并到 main 时,通过 Release Please 生成 version 和 changelog。
FAQ