skill-creator

Automate Claude Skill lifecycle with SKILL.md scaffolding and trigger evaluations.

Updated Oct 12, 2024
One-click install
npx skills add https://github.com/samrocks03/shuttle-office-service --skill skill-creator-samrocks03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/samrocks03/shuttle-office-service/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/samrocks03/shuttle-office-service --skill skill-creator-samrocks03

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Designing and iterating Claude skills is complex and time-consuming. This guide helps you create, test, and refine skills quickly by providing a repeatable workflow, evaluation tooling, and a structured iteration loop.

Core Features & Use Cases

  • Create new SKILL.md entries with validated frontmatter and rich instruction bodies.
  • Run trigger evaluations, benchmark skill performance, and compare improvements using built-in scripts.
  • Iterate from draft to optimized skill, and automatically generate an improved description for better triggering accuracy.

Quick Start

Draft a new skill by creating SKILL.md, configure eval prompts, run the trigger-evaluation loop, review results, and iterate until you reach your target performance.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude skill creation and trigger evaluation?

You can automate Claude skill creation by scaffolding SKILL.md frontmatter, configuring eval prompts, and running a trigger-evaluation loop to benchmark performance and iterate on feedback. This provides a repeatable workflow from draft to optimized skill.

What's the best way to benchmark skill performance and improve trigger descriptions?

The best way to benchmark skill performance is using built-in evaluation scripts that test trigger accuracy, compare improvements, and automatically generate optimized descriptions. This structured iteration loop refines skills from initial draft to target performance.

Do I need yaml to create a SKILL.md file with validated frontmatter?

Yes, you need the yaml dependency to scaffold new SKILL.md entries with validated frontmatter and rich instruction bodies. This ensures your skill configuration is correctly formatted and structured for Claude's triggering system.

Can I compare skill improvements across multiple iterations using cli scripts?

Yes, you can compare skill improvements across iterations using built-in cli scripts. These scripts run trigger evaluations, generate performance reports, and provide feedback to help you iterate until reaching your target benchmark accuracy.

Why does my Claude skill not trigger correctly in evaluations?

Your Claude skill may not trigger correctly due to poorly optimized descriptions. By running trigger evaluations and iterating on the feedback, you can automatically generate improved descriptions that increase triggering accuracy and benchmark performance.