skillify

Audit, refactor, and create skills by validating frontmatter, structure, triggers, and spec compliance.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill skillify-walliiee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/skillify
Command: npx skills add https://github.com/Walliiee/agent-harness --skill skillify-walliiee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Skillify helps you review, improve, and create skills when the trigger behavior, frontmatter, or structure needs cleanup, or when a new skill needs to be built from scratch.

Core Features & Use Cases

  • Skill audits: Check descriptions, structure, clarity, trigger conflicts, and spec compliance.
  • Skill creation and refactoring: Draft new skills or tighten existing ones with better triggers and clearer instructions.
  • Deterministic validation: Run measurement and frontmatter checks before manual review to catch common issues early.
  • Use case: If a skill is not triggering correctly or has drifted from spec, use Skillify to diagnose the problem and recommend targeted fixes.

Quick Start

Use the skillify skill to audit the selected skill directory and summarize the findings.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I audit a skill for frontmatter and spec compliance?

You can audit a skill for frontmatter and spec compliance by running validation scripts that check structure, triggers, and descriptions to catch common issues early before manual review.

Why does my skill trigger incorrectly or conflict with other skills?

Trigger conflicts happen when definitions overlap. Running a skill audit diagnoses trigger behavior and recommends targeted fixes to tighten triggers and resolve conflicts.

What is the best way to create a new skill from scratch?

The best way to create a new skill is using deterministic validation checks for frontmatter and structure, ensuring spec compliance and clear trigger behavior from the start.

Can I refactor an existing skill to tighten triggers and improve clarity?

Yes, you can refactor an existing skill to tighten triggers and improve clarity by applying deterministic validation checks that identify structural drift and recommend targeted improvements.

Do I need bash scripts to validate skill structure and frontmatter?

Yes, bash scripts are required to perform measurement and frontmatter validation checks, providing deterministic validation of skill structure and triggers before manual review.

What limitations exist when debugging trigger conflicts in skills?

Trigger conflict debugging relies on bash scripts for deterministic checks and optional skills-ref validation, meaning manual review is still needed for complex behavioral issues beyond structural spec compliance.