skill-creator

Creates, tests, and iterates on Claude skills with validation and metrics.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jonnathan-ls/ai-context-kit --skill skill-creator-jonnathan-ls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jonnathan-ls/ai-context-kit/tree/main/skills/skill-creator
Command: npx skills add https://github.com/jonnathan-ls/ai-context-kit --skill skill-creator-jonnathan-ls

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

The Skill Creator helps teams design, test, and iteratively improve skills for Claude-like copilots, enabling rapid, measurable skill development and safer automation.

Core Features & Use Cases

  • Draft, evaluate, and refine SKILL.md frontmatter and body to optimize triggering and execution.
  • Run automated trigger-eval loops, collect performance metrics, and compare iterations across cycles.
  • Generate and analyze benchmarks, surface actionable improvements for descriptions, scripts, references, and assets.

Quick Start

Create a new skill scaffold, run the initial evaluation loop, and iterate until confidence improves.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and test Claude skills from scratch?

To create Claude skills, you can draft SKILL.md frontmatter and body, run automated trigger-evaluation loops, collect performance metrics, and compare iterations to refine the skill. This scaffolding and testing process ensures safe, deployable automation workflows.

What is the best way to automate skill evaluation and collect performance metrics?

Automated skill evaluation works by running trigger-eval loops that benchmark performance across iterations. The system collects metrics, compares cycles, and surfaces actionable improvements for descriptions, scripts, references, and assets to optimize triggering and execution.

Does skill creation require specific dependencies or environment setup?

Skill creation requires the yaml dependency for frontmatter validation. The environment must also support CLI execution for scripts and component discovery to validate dependencies, check components, and ensure safe skill deployment.

Can I use this to refine existing skills instead of building new ones?

Refining existing skills is fully supported. You can iterate on SKILL.md files, run new evaluation loops, collect updated performance metrics, and compare new iterations against previous cycles to improve triggering and execution.

What validation checks are enforced before a skill is deployable?

Before deployment, skills undergo frontmatter validation, dependency checks, component discovery, and toxicity assessment. These automated checks ensure the skill is safe, structurally sound, and ready for production automation workflows.

Why does my skill iteration show inconsistent performance metrics?

Inconsistent performance metrics often stem from poorly drafted SKILL.md frontmatter or body content. Running automated trigger-eval loops and analyzing benchmarks helps surface actionable improvements to stabilize execution and triggering.