skillify

Automate raw feature work into testable skills with SKILL.md and resolver scaffolding.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Postergully/11mirror-plugin --skill skillify-postergully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/Postergully/11mirror-plugin/tree/main/skills/skillify
Command: npx skills add https://github.com/Postergully/11mirror-plugin --skill skillify-postergully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skillify meta-skill automates turning raw feature work into a complete, testable skill unit by applying a standardized ten-item contract and resolvable scaffolding.

Core Features & Use Cases

  • Automates detection of missing SKILL.md and missing contract elements in a feature.
  • Generates scaffold components (SKILL.md, unit tests, resolver entry, and stubs) to achieve full skill readiness.
  • Guides extension of existing skills with deterministic code, integration tests, and brain-resolver alignment.

Quick Start

Run gbrain skillify scaffold <name> to generate a complete skill skeleton and then run resolver checks to validate it.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn raw code features into fully tested skills?

Skill scaffolding automates the creation of complete skill skeletons by generating a standardized structure that includes the SKILL.md file, unit tests, stubs, and resolver entries required for immediate testing and integration.

How do I generate a complete skill skeleton with tests and resolver entries?

You generate a complete skill skeleton by running the scaffold command, which automatically creates the SKILL.md file, unit tests, resolver entries, and code stubs, followed by running resolver checks to validate the overall tree-resolver conformance.

Can I use skill scaffolding to extend existing skills with deterministic code?

Yes, you can extend existing skills by guiding the integration of new deterministic code, adding integration tests, and aligning the updated feature set with brain-resolver requirements to maintain full contract compliance.

What is the best way to validate that a newly scaffolded skill conforms to the tree-resolver?

The best way to validate tree-resolver conformance is to run resolver checks immediately after generating the skill skeleton, ensuring that all modular code, tests, and resolver entries meet the standardized contract requirements.

Why does my skill feature fail the readiness checklist during scaffolding?

Skill features fail the readiness checklist when they are missing required contract elements, lack a SKILL.md file, have absent unit tests, or fail to provide the deterministic code and resolver entries needed for tree-resolver conformance.