What problem does it solve?
Removes the friction and inconsistency of creating, improving, and auditing Forgewright skills by providing an interview-driven, test-backed pipeline that produces discoverable SKILL.md files and installs them into the skills directory.
Core Features & Use Cases
- Interview-driven creation: Conducts a short, focused interview to extract the skill purpose, triggers, workflow, and type before drafting the SKILL.md.
- Authoring and testing: Writes YAML-frontmatter-backed SKILL.md content, generates 2-3 realistic test cases in JSON, and iterates based on evaluation criteria.
- Audit and quality checks: Runs a structured audit checklist (trigger coverage, rationale for rules, progressive disclosure, examples) and produces actionable fixes and scores.
- Install & share: Installs the finalized skill into skills/<skill-name>/SKILL.md and optionally prepares a standalone repo with commit instructions.
- Production-grade patterns: Uses progressive disclosure, shared protocols, input validation, and on-demand resource loading to keep core context lean and safe.
Quick Start
Create a new Forgewright skill to onboard new hires by interviewing me, drafting SKILL.md, generating two test cases, and installing it to skills/onboarding/SKILL.md.