skill-creator

Orchestrate Claude skill creation, evaluation, and packaging into .skill files.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dariopalminio/agile-sddf --skill skill-creator-dariopalminio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dariopalminio/agile-sddf/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/dariopalminio/agile-sddf --skill skill-creator-dariopalminio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams create new Claude skills, iteratively improve existing ones, and measure performance through evals and benchmarks, enabling reproducible skill development from draft to deployment.

Core Features & Use Cases

  • Draft and refine SKILL.md content with clear guidance and measurable outcomes.
  • Run trigger evaluations and benchmarks to quantify when a skill should trigger and how it performs.
  • Improve skill descriptions and generate stronger triggers with the integrated eval/benchmark workflow.
  • Package skills into portable .skill files for distribution and reuse.

Quick Start

Place a skill folder containing SKILL.md (and optional resources in scripts/, references/, assets/) and run the Skill Creator workflow to draft, test, and improve your skill.

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 package Claude skills for automated workflows?

To create and package Claude skills, draft a SKILL.md file with YAML frontmatter and use a skill-creator workflow to validate, benchmark, and bundle it into a portable .skill file for deployment.

What is the best way to evaluate and benchmark skill trigger performance?

Evaluating skill trigger performance requires running trigger evaluations and benchmarks using an integrated run_eval scaffolding workflow to quantify when a skill should activate and measure its response accuracy.

Do I need PyYAML to draft and refine SKILL.md files?

Yes, PyYAML is a required dependency for parsing the YAML frontmatter in SKILL.md files, which defines the skill metadata and trigger conditions needed for the automated evaluation and packaging workflow.

How do I structure a skill folder for reproducible development?

Structure a skill folder by placing a SKILL.md file at the root alongside optional scripts/, references/, and assets/ directories to organize resources before running the draft, test, and packaging workflow.

Can I improve existing skill descriptions without rebuilding the entire package?

Yes, you can iteratively improve existing skill descriptions and generate stronger triggers using the integrated eval and benchmark workflow, which validates changes before repackaging the updated .skill file.

What are the limitations of automated skill benchmarking workflows?

Automated skill benchmarking workflows rely on a defined eval schema and structured YAML frontmatter in SKILL.md, meaning unstructured documentation or missing trigger definitions will cause validation and benchmark measurement failures.