skill-creator

Create, evaluate, and optimize Claude Skills with templates and benchmark loops.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/easyspace-ai/minote --skill skill-creator-easyspace-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/easyspace-ai/minote/tree/main/skills/public/skill-creator
Command: npx skills add https://github.com/easyspace-ai/minote --skill skill-creator-easyspace-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables teams to design, evaluate, and iteratively improve Claude Skills. It provides templates, workflows, and tooling to bootstrap new skills, run automated evals, and benchmark their triggering performance.

Core Features & Use Cases

  • Initialize a new skill directory from a rich template that includes SKILL.md, scripts/, references/, and assets/
  • Run trigger-evaluation loops to test when Claude should activate the skill, with parallel execution
  • Automate skill description improvement based on eval results and historical benchmarks
  • Package and validate skills for distribution (including generating .skill archives)
  • Maintain an audit trail of iterations, evals, and benchmark results to enable comparisons
  • Leverage bundled resources for tutorials, references, and example assets

Quick Start

Begin by generating a new skill from the template, then run the evaluation loop to test triggering and performance, and iterate until you’re satisfied.

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 optimize Claude Skills for automation workflows?

To create and optimize Claude Skills for automation workflows, use a template to initialize a skill directory with SKILL.md, scripts, references, and assets, then run trigger-evaluation loops to iteratively benchmark performance.

What is a trigger-evaluation loop for skill creation?

A trigger-evaluation loop for skill creation tests when Claude should activate a skill by running parallel evaluations, allowing you to measure triggering performance and automate skill description improvements based on benchmark results.

How do I package and validate skills for distribution?

To package and validate skills for distribution, use the skill-creation tooling to generate .skill archives from your initialized skill directory, ensuring all bundled resources like tutorials and references pass validation checks before release.

Can I maintain an audit trail of skill iterations and benchmark results?

Yes, you can maintain an audit trail of skill iterations, evaluations, and benchmark results, which enables direct comparisons between historical performance data to drive continuous optimization of your skills.

Do I need pyyaml installed to run skill evaluation benchmarks?

Yes, pyyaml is a required dependency to run skill evaluation benchmarks and the trigger-evaluation loop, as the workflow relies on it to parse configuration files and execute automated evaluations.

What is the best way to bootstrap a new skill with documentation and assets?

The best way to bootstrap a new skill with documentation and assets is to generate the project from a rich template, which automatically scaffolds the SKILL.md file, scripts, references, and example assets into a structured directory.