kc-plugin-forge

Validate Claude Code plugin structure, skills, and agents.

3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/iamcxa/kc-claude-plugins --skill kc-plugin-forge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kc-plugin-forge
Source: https://github.com/iamcxa/kc-claude-plugins/tree/main/kc-plugin-forge/skills/kc-plugin-forge
Command: npx skills add https://github.com/iamcxa/kc-claude-plugins --skill kc-plugin-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about kc-plugin-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Claude Code plugin structure and SKILL.md conformance?▼

To validate a Claude Code plugin, run a one-command pipeline that checks the plugin repository structure and SKILL.md standards. This automated validation ensures your plugin conforms to required specifications during development or periodic audits.

Can I run TDD and smoke tests for Claude Code skills?▼

Yes, you can run skill TDD and clean-profile smoke tests for Claude Code skills. The pipeline pressure-tests skills via TDD, executes clean-profile smoke tests, and captures learning patterns to help evolve the skill over time.

How do I verify Claude Code agents for Agent Teams capability?▼

You can verify Claude Code agents for Teams readiness by running an agent verification process. This checks agent definitions, detects Agent Teams capability, and promotes vetted patterns from learned-patterns.md into structured references.

Do I need marketplace plugins to run the plugin QA and TDD pipeline?▼

The plugin QA and TDD pipeline operates with installed marketplace plugins superpowers and plugin-dev. It also optionally uses TeamCreate for parallel execution, alongside access to the plugin's repository files and reference documents.

What is the best way to automate end-to-end quality pipelines for Claude Code plugins?▼

The best way to automate end-to-end quality pipelines for Claude Code plugins is using a one-command forge tool. It scaffolds, validates, tests, and improves plugins reliably without manual orchestration across multiple skills and agents.