What problem does it solve?
Skillify turns a raw feature or workflow into a complete, reusable agent skill with a clear contract, deterministic implementation (when applicable), and quality safeguards before behavior is locked in with tests.
Core Features & Use Cases
- Skill contract and operational phases: Defines triggers, tool usage, and a structured multi-phase pipeline for turning a feature into a “properly skilled” unit.
- Cross-modal evaluation quality gate (recommended): Runs a three-provider, frontier-model cross-modal critique to raise quality before tests cement outcomes.
- Resolver integration for discoverability: Ensures the skill is reachable via real user trigger phrases, is not orphaned, and avoids ambiguous overlap.
Quick Start
Ask your agent to “skillify this” feature, then follow the Phase 3 cross-modal eval and finish by adding the skill’s resolver entry and tests.