skill-creator

Automate creation, testing, and optimization of Claude skills via SKILL.md structure.

Updated Aug 20, 2022
One-click install
npx skills add https://github.com/Neroro64/dotfiles --skill skill-creator-neroro64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Neroro64/dotfiles/tree/main/configs/omp/agent/skill_store/skill-creator
Command: npx skills add https://github.com/Neroro64/dotfiles --skill skill-creator-neroro64

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Coordinating the end-to-end process of creating, evaluating, and iterating Claude skills to improve triggering accuracy and performance, reducing manual guesswork.

Core Features & Use Cases

  • Standardizes SKILL.md frontmatter and content to support discoverability and loading.
  • Provides an integrated loop (evals, timing, benchmarking) to test, compare, and improve skills.
  • Packages skills into portable artifacts and offers a pathway to optimize descriptions for triggering.

Quick Start

Draft a new skill by creating SKILL.md, add a minimal eval set, and run the automated loop to iterate toward an optimized skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill creation and evaluation workflows?

Automate skill creation by defining a SKILL.md file with frontmatter and operational instructions, then running an integrated loop of test prompts, evals, and timing metrics to iterate on the skill description for better triggering accuracy.

What is the best way to benchmark and refine Claude skills?

Benchmark and refine skills by generating test prompts, running automated evaluations, and collecting pass/fail and timing metrics to compare performance and optimize the skill description for accurate triggering.

How does the skill iteration process handle scripts and references?

The skill iteration process supports deterministic tasks via scripts, provides in-depth context via references, and loads output assets as needed during activation to standardize the operational instructions.

Can I use pyyaml to manage SKILL.md frontmatter configuration?

Yes, you can use the pyyaml dependency to manage and parse the YAML frontmatter configuration required in the SKILL.md file for standardizing skill discoverability and loading.

What are the limitations of manually coordinating skill testing?

Manual skill testing involves guesswork and lacks standardized timing or pass/fail metrics, whereas an automated evaluation loop provides deterministic benchmarking to improve triggering accuracy without manual intervention.