Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/demodev-lab/claude-code-plugin-demokit/demokitgit clone --depth 1 https://github.com/demodev-lab/claude-code-plugin-demokitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/demodev-lab/claude-code-plugin-demokit/demokit)<a href="https://agentmods.dev/commands/demodev-lab/claude-code-plugin-demokit/demokit"><img src="https://agentmods.dev/badge/commands/demodev-lab/claude-code-plugin-demokit/demokit.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00056 | $0.00705 |
| Opus 5 | $0.00028 | $0.00352 |
| Sonnet 5 | $0.00011 | $0.00141 |
| Haiku 4.5 | $0.00006 | $0.00071 |
Grade A, and why
demokit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
demokit Commands Hub
아래 도움말을 그대로 표시한다.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
demokit - Spring Boot PDCA Toolkit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
핵심 워크플로우
/pdca plan <feature> 기능 계획 수립
/pdca design <feature> 설계 문서 생성
/pdca do <feature> 구현 가이드 / 실행
/pdca analyze <feature> 설계-구현 gap 분석
/pdca iterate <feature> 자동 개선 반복
/pdca report <feature> 완료 보고서 생성
/pdca archive <feature> 작업 기록을 아카이브로 이동
/pdca cleanup 완료/임시 문서 정리
/pdca status 현재 상태 조회
/pdca next 다음 단계 제안
/superwork <구현내용> 전력투입(설계/구현/리뷰/QA) 오케스트레이션
생성/개발
/crud <Domain> CRUD 일괄 생성
/entity <Domain>
/repository <Domain>
/service <Domain>
/controller <Domain>
/dto <Domain>
테스트
/test <Domain|all>
품질/분석
/review [target] [--deep] 정적 코드 리뷰 (--deep: 보안 심층)
/review full [target] [--fix] [--deep] 통합 품질 파이프라인
/optimize [target] [--fix] 성능 최적화 (N+1/인덱스/트랜잭션)
/qa [build|test|log|summary] 동적 품질 검증 (빌드/테스트/로그)
운영
/pipeline <feature> 9단계 파이프라인 가이드
/plan-plus <feature> [--deep] 5단계 브레인스토밍 강화 계획
/loop <task> 반복 실행
/cancel-loop loop 중단
스타일/문서
/output-style-setup output style 설치/적용 안내
호환 alias (bkit)
/code-review = /review
/zero-script-qa = /qa
/development-pipeline = /pipeline
/starter /dynamic /enterprise
/phase-1-schema ... /phase-9-deployment
권장 시작 순서
1) /init
2) /pdca plan <feature>
3) /pdca design <feature>
4) /pdca do <feature>
5) /pdca analyze <feature>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 77 lines · 56 tokens per session scan A 99476edbbc39
demokit is a command published in the GitHub repository demodev-lab/claude-code-plugin-demokit (2 stars, last pushed 6mo ago), licensed MIT. It adds 56 tokens to every session and 705 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.