toolkit なし
- タスクごとに planning prompt と acceptance criteria を書き直す必要があります。
- 散らばったメモ、review checklist、release step を手作業で行き来します。
- あなたの development workflow を知らない汎用 agent に頼ることになります。
46 skills
計画と仕様作成からコード生成、レビュー、リリースまで、開発 workflow 全体を terminal から離れずに自動化します。
使い方を見る ↓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 に振り分けます — マージ前に ywc-impl-review を組み込んだ、最大 3 回の自動 iteration です。使い方
46 skills の大部分は、自分で順序を組み立てる独立した prompt としてではなく、一つの sequence として連鎖します。
ywc-plan が粗い goal を spec に変換し、適切な規模の flow に振り分けます。
ywc-spec-ready は、small change を超える作業について、spec が完成するまで planning と validation を loop します。
ywc-task-generator が spec を dependency-safe な tasks に分解し、parallel-execution graph を生成します。
executor が各 task を実装します — --review により review、PR、merge まで組み込まれます。
ywc-gen-testcase が PR ごとに QA test sheet を生成し、manual sign-off の準備を整えます。
/ywc-agentic に直接進むこともできます。goal を一つ入力するだけで、上限付きの review-gated loop が動きます — マージ前に ywc-impl-review を組み込んだ、最大 3 回の自動 Plan → Execute → Evaluate → Repeat iteration です。
Coverage
46 skills を、数だけでなく、何をするかで整理しました。
code を書く前に、粗い goal を validated な spec または task list に変換します。
Branch、implement、verify、merge を行います — sequential、parallel、または fully autonomous で。
Architecture、security、design、QA review に加えて、self-improving な learnings loop も備えています。
Commit、PR、bot-review への対応、release notes までを end to end で扱います。
toolkit 自体の拡張、既定値の設定、project setup の一貫性維持を支えます。
terminal を離れずに、infrastructure を code として構築・review・最適化します。
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 からの声はまだありません — インストール前に自分で確認できる情報はこちらです。
build のたびに取得する live count です。
Open source で、paid tier も account も不要です。
main への merge のたびに、Release Please が version と changelog を生成します。
FAQ