skillify

Convert raw features or scripts into validated Skill Units with frontmatter, tests, and resolver triggers.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/ltdrew/Agent-brain-2 --skill skillify-ltdrew
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/ltdrew/Agent-brain-2/tree/main/skills/skillify
Command: npx skills add https://github.com/ltdrew/Agent-brain-2 --skill skillify-ltdrew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The meta-skill helps teams convert incomplete features into fully validated, testable Skill Units, ensuring maintainability and safe growth of the skill tree.

Core Features & Use Cases

  • Converts raw features or scripts into structured, testable Skill Units with frontmatter, tests, resolver entries, and optional assets.
  • Guides through the 10-item checklist (SKILL.md, deterministic code, unit and integration tests, LLM evals, resolver triggers, check-resolvable, E2E, brain filing).
  • Helps teams audit and scaffold skills, ensuring MECE resolver coverage and no orphaned pages.

Quick Start

Run a Skillify audit on a feature and scaffold missing pieces to form a complete Skill Unit.

Frequently Asked Questions about skillify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert raw scripts into structured testable skill units?▼

To convert raw scripts into testable skill units, you run a Skillify audit that scaffolds missing frontmatter, deterministic code, and resolver triggers to ensure complete deployment readiness.

What is the 10-item checklist for feature development and pre-release validation?▼

The 10-item checklist for feature validation requires SKILL.md, deterministic code, unit tests, integration tests, LLM evals, resolver triggers, check-resolvable tests, E2E tests, and brain filing entries.

How do I ensure MECE resolver coverage and prevent orphaned pages during scaffolding?▼

To ensure MECE resolver coverage and prevent orphaned pages, apply the Skillify audit during feature development to validate resolver triggers and verify brain-page entries are correctly filed.

Does automation testing require integration tests and LLM evals before deployment?▼

Automation testing for deployment requires integration tests and LLM evals as mandated by the skill unit checklist to validate feature behavior and maintain safe skill tree growth.

Can I scaffold missing skill unit components like frontmatter and E2E tests automatically?▼

You can scaffold missing skill unit components automatically by running the Skillify process, which guides the generation of E2E tests, frontmatter, and resolver triggers for incomplete features.