skillify

Generate SKILL.md, test suites, and resolver entries from a raw feature.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill skillify-inbrainfun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/skillify
Command: npx skills add https://github.com/inbrainfun/inbrain --skill skillify-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a raw feature into a complete, auditable skill unit with frontmatter, governance checks, and repeatable scaffolding.

Core Features & Use Cases

  • Automates the Skill packaging workflow: frontmatter validation, 11-item audit readiness, cross-modal eval gating, resolver integration, and test scaffolding.
  • Provides a scalable scaffold: optional scripts/, references/, and assets/ directories ready to populate.
  • Enables repeatable skill deployment across teams by exporting a consistent SKILL.md and supporting artifacts.

Quick Start

Run the skillify workflow on a feature to generate SKILL.md, code scaffolding, and evaluation gates.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a raw feature into a fully tested, traceable skill unit?▼

To turn a raw feature into a tested skill unit, you run an automated skillification workflow that generates a SKILL.md file, deterministic scripts, resolver entries, and evaluation gates for repeatable deployment.

What is skillification and when do I need an auditable skill unit?▼

Skillification is the process of packaging a raw feature with frontmatter validation, an 11-item audit, cross-modal eval gating, and resolver integration. You need it to ensure scalable, repeatable feature deployments across teams.

How do I generate SKILL.md and test scaffolding for feature packaging?▼

You generate SKILL.md and test scaffolding by running the skillify workflow on a feature, which automatically creates optional scripts, references, and assets directories ready to populate with supporting artifacts.

Does skillification require frontmatter and an audit before deployment?▼

Yes, skillification strictly enforces frontmatter with a name and description, alongside an 11-item audit readiness check, to ensure the feature meets governance standards before generating the final skill unit.

What's the best way to automate skill deployment across teams with resolver integration?▼

The best way to automate skill deployment across teams is using a skillification workflow that exports a consistent SKILL.md with resolver entries and evaluation gates, ensuring repeatable and auditable rollouts.

What limitations exist when adding cross-modal eval gates to a feature?▼

A limitation when adding cross-modal eval gates is that the skillification process requires strict adherence to the 11-item audit and frontmatter validation, meaning incomplete features will fail the governance checks.