skill-creator

Orchestrate end-to-end Claude skill design, evaluation, and iteration workflows.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/asuridev/dsl-design-system --skill skill-creator-asuridev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/asuridev/dsl-design-system/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/asuridev/dsl-design-system --skill skill-creator-asuridev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps product teams design, evaluate, and iteratively improve Claude skills by providing a structured workflow that covers drafting, validation, testing, benchmarking, and packaging.

Core Features & Use Cases

  • Draft and define a skill with a clear entry point and evaluation plan
  • Run structured prompts, capture results, and compare with baselines
  • Iterate descriptions, scripts, and references based on evaluation feedback
  • Package skills into distributable units for sharing and reuse

Quick Start

Draft the SKILL.md with a clear name and description, wire up evals, and run the full eval-and-improve loop to iterate until the skill meets your goals.

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 iterate on Claude skills with structured evaluation?

To create and iterate on Claude skills, draft a SKILL.md file with a clear entry point and evaluation plan, then run the full eval-and-improve loop to test, benchmark, and refine the skill until it meets your goals.

What is the best way to benchmark skill performance across multiple iterations?

The best way to benchmark skill performance is to run structured prompts, capture results, and compare them with baselines across multiple iterations to measure improvements and identify regressions.

Do I need YAML to validate and package skills for distribution?

Yes, YAML is required as a dependency to enforce frontmatter correctness and validate skill definitions before packaging them into distributable units for sharing and reuse.

Can I automate the skill design workflow from drafting to packaging?

Yes, you can automate the skill design workflow by orchestrating end-to-end skill drafting, validation, testing, benchmarking, and packaging into rapid improvement cycles.

How does skill evaluation handle frontmatter correctness during iteration?

Skill evaluation enforces frontmatter correctness by validating the YAML structure and metadata fields during each iteration cycle, ensuring the skill definition remains compliant before testing and packaging.

What's the difference between this approach and manual skill testing workflows?

Unlike manual testing, this approach standardizes the entire workflow by automating structured prompt execution, baseline comparison, and benchmarking across iterations, enabling rapid and measurable skill improvement cycles.