skillify

Convert raw agent features into testable Skills with SKILL.md contracts and resolver routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn agent features into testable capabilities with trigger phrases?

Skillify converts raw agent features into testable capabilities by extracting deterministic logic to scripts, defining a SKILL.md contract, and adding trigger phrases for resolver routing to ensure consistent invocation.

What is cross-modal evaluation for agent workflow quality gates?

Cross-modal evaluation is a quality gate that runs three frontier models from different providers to score and iterate on a documented dimension list, ensuring robust agent behavior before tests lock in the logic.

How do I add trigger phrases to resolver routing for dev workflows?

You add trigger phrases to resolver routing during the skillify workflow, then verify correct routing via resolver eval and perform orphan, overlap, and DRY audits to ensure safe and reachable behavior.

Do I need a SKILL.md contract to create properly-skilled agent tooling?

Yes, a SKILL.md contract is required to define operational phases, document behavior, and pass the completeness checklist for unit, integration, and LLM evaluations before achieving operational readiness.

What's the best way to verify agent capability behavior end-to-end?

The best way to verify agent capabilities end-to-end is to validate trigger-to-side-effect behavior, produce durable eval receipts, and run resolver checks alongside DRY and orphan audits for operational readiness.