skillify

Convert ad-hoc features into reusable agent skills with SKILL.md contracts.

5|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GYF0311/lorekit --skill skillify-gyf0311
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/GYF0311/lorekit/tree/main/brain/skills/skillify
Command: npx skills add https://github.com/GYF0311/lorekit --skill skillify-gyf0311

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn an ad-hoc workflow automation feature into a reusable agent skill?

Workflow automation evaluation uses a three-provider, frontier-model cross-modal critique as a quality gate to assess and raise quality before tests cement outcomes, ensuring the skill meets documented standards.

How do I make my agent skills discoverable and avoid orphaned triggers?

To make agent skills discoverable and avoid orphaned triggers, you integrate resolver routing to ensure the skill is reachable via real user trigger phrases and avoids ambiguous overlap with other skills.

Does skillify require external dependencies or components to run?

Skillify requires no external dependencies or components to run, operating as an advanced standalone skill within the software engineering category to structure and test-lock agent skill behavior.

When should I not use skillify for agent skill creation?

You should not use skillify when your feature lacks clear triggers, requires no deterministic code extraction, or does not need quality gates and test-locked behavior, as it focuses on structured skill contracts.