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로 라우팅합니다 — 아무것도 merge되기 전에 ywc-impl-review가 포함된 최대 3회의 automated iteration을 실행합니다.작동 방식
46개 skills 대부분은 직접 순서를 정해야 하는 독립적인 prompt로 존재하는 대신, 하나의 sequence로 연결됩니다.
ywc-plan은 거친 goal을 spec으로 바꾸고 알맞은 규모의 flow로 라우팅합니다.
ywc-spec-ready는 작은 변경을 넘어서는 모든 작업에 대해 spec이 완성될 때까지 planning과 validation을 반복합니다.
ywc-task-generator는 spec을 dependency-safe한 task로 나누고 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가 실행됩니다 — 아무것도 merge되기 전에 ywc-impl-review가 포함된 최대 3회의 automated Plan → Execute → Evaluate → Repeat iteration이 진행됩니다.
Coverage
46 skills를 단순한 개수가 아니라 하는 일에 따라 분류했습니다.
코드를 작성하기 전에 거친 goal을 validated spec이나 task list로 바꿉니다.
Branch, 구현, 검증, merge까지 — sequential, parallel, 또는 완전 autonomous 방식으로 진행합니다.
Architecture, security, design, QA review에 더해 스스로 개선되는 learnings loop까지 포함합니다.
Commit, PR, bot-review 응답, release note까지 end to end로 처리합니다.
toolkit 자체를 확장하고, 기본값을 설정하며, project setup을 두 tool에서 일관되게 유지합니다.
terminal을 벗어나지 않고 infrastructure를 code로 구성·리뷰·최적화합니다.
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
아직 고객 quote는 없습니다 — 설치 전에 직접 확인할 수 있는 내용은 다음과 같습니다.
매 build마다 가져오는 실시간 count입니다.
Open source이며 paid tier나 account가 필요하지 않습니다.
main에 merge될 때마다 Release Please가 version과 changelog를 처리합니다.
FAQ