What problem does it solve?
Automates the end-to-end quality pipeline for Claude Code plugins so maintainers can scaffold, validate, test, and improve plugins reliably without manual orchestration across multiple skills and agents.
Core Features & Use Cases
- Scaffold & Validate: Create new plugin skeletons or validate existing plugin structure and SKILL.md conformance to standards.
- Skill TDD & Clean Smoke Tests: Pressure-test skills via TDD, run clean-profile smoke tests, and capture learning patterns for ongoing evolution.
- Agent Verification & Dreaming: Verify agent definitions, detect Agent Teams capability, and promote vetted patterns from learned-patterns.md into structured references.
- Use Case: Use the forge to validate a newly scaffolded plugin, run TDD across all skills, verify agents for Teams readiness, and generate a comprehensive report with recommended fixes and learning captures.
Quick Start
Run the kc-plugin-forge pipeline on your plugin path to scaffold or validate structure, execute skill TDD, verify agents, and produce a summary report.