skillkit
Create, validate, and package reusable agent skills
All Skills in This Repository (8)
Pure Emerald Level Indicatorsquick-spec
Generate implementation-ready technical specifications with tasks and acceptance criteria.
verify-before-ship
Enforce a 7-gate production safety checklist with evidence before deployment.
adversarial-review
Execute a multi-stage adversarial review protocol for product planning and technical architecture validation.
been-there-done-that
Analyze Git commit history to document completed work phases.
pre-deploy-checklist
Generate a prioritized pre-deployment QA checklist from codebase analysis.
validate-plan
Validate development implementation plans against DRY, YAGNI, and TDD principles.
red-teaming
Plan and execute red team operations against cybersecurity and AI/LLM systems.
releasing
Automate version bumping, changelog generation, git tagging, and GitHub releases.
Frequently Asked Questions
FAQPage SchemaHow to install SkillKit?โผ
Run `npx skills add rfxlamia/skillkit --all -g -y` in your terminal to install all skills in this suite globally.
How to create a custom skill?โผ
Invoke the skillkit skill and choose fast mode (10 steps) or full mode (14 steps with behavioral testing). It guides you from research through validation to a packaged, ready-to-share skill.
How to validate an existing skill?โผ
Run the validation workflow to check structure, security, token usage, and quality. The quality scorer rates your skill across five categories with a target of 9.0 out of 10.
Should I build a skill or a subagent?โผ
Use the built-in decision helper, which asks a short set of questions and returns a recommendation with a confidence score. It then routes you to the right creation workflow automatically.
Does SkillKit work with Claude Code and Codex?โผ
Yes. Skills created with SkillKit follow the standard SKILL.md format and work with Claude Code, GitHub Copilot, OpenCode, and Codex.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core