skill-creator

Create and optimize Claude skills with testable SKILL.md and evaluation workflows.

21|6|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/hepai-lab/drsai --skill skill-creator-hepai-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hepai-lab/drsai/tree/main/agent_skills/anthropic_skills_collection/skill-creator
Command: npx skills add https://github.com/hepai-lab/drsai --skill skill-creator-hepai-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating, refining, and evaluating AI skills is complex and repetitive. This Skill provides a guided, end-to-end workflow to design, test, and iterate Claude Skills, helping users go from idea to validated skill with minimal friction.

Core Features & Use Cases

  • Capture Intent: Define what the skill should enable, including trigger phrases and success criteria.
  • Interview and Research: Proactively gather edge cases, dependencies, and evaluation requirements.
  • Write the SKILL.md: Create a structured frontmatter (name, description, compatibility) and a body of instructions loaded when the skill activates.
  • Run and Iterate: Use automated eval loops, baselines, and metrics to improve the skill description and reliability.
  • Packaging and Reference Material: Bundle scripts, references, and assets to support reproducibility.

Quick Start

Draft a new skill by completing SKILL.md frontmatter and body, then run the automated eval/iterate loop until you reach a stable description.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I evaluate and improve AI prompt triggering accuracy?

Improve AI prompt triggering accuracy by running automated trigger evaluations and holdout testing. This process uses an eval loop and iterative description improvement to maximize the reliability of your prompt workflows.

What is the best way to create a structured SKILL.md file with frontmatter?

Create a structured SKILL.md file by using a guided workflow that captures intent and writes testable content. It generates structured frontmatter including name, description, and compatibility alongside an instructional body.

How does an automated eval loop work for iterative prompt engineering?

An automated eval loop works for iterative prompt engineering by establishing baselines and metrics to test reliability. It repeatedly runs trigger evaluations and holdout tests to iteratively refine descriptions until reaching a stable state.

Does this skill creation workflow require specific dependencies like pyyaml?

Yes, this skill creation workflow requires the pyyaml dependency. It integrates deterministic scripts, references, and assets to support testing, packaging, and documentation for reproducible results.

Can I bundle scripts and reference materials when packaging AI workflows?

Yes, you can bundle scripts and reference materials when packaging AI workflows. This skill supports packaging and reference material integration to ensure reproducibility across testing and evaluation environments.