What problem does it solve?
Skillify converts a raw feature or workflow into a discoverable, reliably routed, and quality-checked Skill with tests and documented operational behavior.
Core Features & Use Cases
- Skill completeness checklist: Ensures the Skill has the required
SKILL.md, deterministic code where applicable, eval receipts, tests, resolver routing, and optional brain filing.
- Cross-modal quality gate: Runs three frontier models from different providers to score-and-iterate on a documented dimension list before tests lock in behavior.
- Resolver & DRY safety: Adds trigger phrases to resolver routing, verifies correct routing via resolver eval, and performs orphan/overlap/DRY audits.
- E2E + operational readiness: Produces durable artifacts (skill tree, eval receipts, audit verdict) and validates trigger-to-side-effect behavior.
Quick Start
Use the skillify workflow to skillify your feature by creating skills/<slug>/SKILL.md, extracting deterministic logic to scripts/, running cross-modal eval, and then adding resolver and tests so the behavior is consistently reachable and verifiable.