By rfxlamia
Create and rigorously validate professional AI skills and subagents using dual-mode structured workflows—fast 12-step or full 15-step—including plan checks against DRY/YAGNI/TDD, behavioral pressure testing, anti-hallucination gates, and 7 production safety verifications with evidence collection for deployment.
Research-driven toolkit for creating and validating skills and subagents with structured workflows, gates, and automation scripts.
Validate implementation plans against DRY, YAGNI, TDD principles before execution.
Enforce 7 production safety gates with evidence before deployment.
The toolkit for creating reusable skills for AI coding agents.
SkillKit helps you build, validate, and share skills that extend how your AI agent works. Works with Claude Code, GitHub Copilot, OpenCode, and Codex.
Previously known as
claude-skillkit. All old links redirect here automatically.
SkillKit is a toolkit for creating and validating custom AI agent skills. It ships two core skills:
skillkit — meta-skill for creating new skills and subagents with dual-mode validationskillkit-help — pre-build orientation: understand what skills are, decide skills vs subagentsLooking for community skills & agents? Use:
npx @rfxlamia/sm→ SkillKit Marketplace
npx @rfxlamia/skillkit
Interactive CLI — pick your tool(s), choose user or project scope. Done.
| Skill | Trigger | What it does |
|---|---|---|
| skillkit | /skillkit | Create & validate skills/subagents — fast mode (12 steps) or full mode (15 steps) |
| skillkit-help | /skillkit-help | Answer "what are skills?", "should I make one?", "is my skill good enough?" |
npx @rfxlamia/skillkit/skillkit-help — guided path to your first skill in ~10 minutesThe skillkit skill drives the creation workflow:
| Trigger | Workflow | Steps |
|---|---|---|
create skill | Full skill creation | 12 steps with research + validation |
create subagent | Subagent creation | 8 steps with template-based workflow |
validate skill | Validation only | Structure, references, quality checks |
Skills vs Subagents | Decision helper | Recommends approach, then creates |
convert doc to skill | Migration | Transform existing docs into skills |
Quality target: 9.0+/10 via 5-layer validation and multi-proposal generation.
14 Python scripts in skills/skillkit/scripts/ — all support --format {text|json}.
| Script | Purpose |
|---|---|
init_skill.py | Initialize new skill directory structure |
init_subagent.py | Initialize new subagent with YAML template |
validate_skill.py | Structure and YAML validation |
token_estimator.py | Token consumption and cost estimation |
split_skill.py | Progressive disclosure auto-splitting |
pattern_detector.py | Workflow pattern recommendation |
pattern_detector_new.py | Enhanced pattern detection |
decision_helper.py | Skills vs Subagents decision tree |
security_scanner.py | Security vulnerability detection |
test_generator.py | Automated test generation |
quality_scorer.py | 5-category quality scoring (100 points) |
migration_helper.py | Document to skill conversion |
package_skill.py | Package skill for distribution |
quick_validate.py | Quick validation checks |
CLI installer

Guided orientation

A finished skill

24 community skills and 7 agents are available at SkillKit Marketplace:
npx @rfxlamia/sm
Apache 2.0 - Copyright 2025 rfxlamia
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
npx claudepluginhub rfxlamia/skillkit --plugin skillkit-coreProfessional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Create and validate production-grade agent skills with 100-point marketplace grading
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Agent Skills for improving SKILL.md files: mine repeated workflows from history, personalize and audit existing skills, or generalize personal skills for publication.