skill:creator

Automate end-to-end creation, evaluation, and packaging of Claude Skills.

Updated May 31, 2025
One-click install
npx skills add https://github.com/dEitY719/dotfiles --skill skill-creator-deity719
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill:creator
Source: https://github.com/dEitY719/dotfiles/tree/main/claude/skills/skill-create
Command: npx skills add https://github.com/dEitY719/dotfiles --skill skill-creator-deity719

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill creation and optimization is a multi-step, iterative process that benefits from a repeatable workflow. This Skill provides a structured path to capture intent, draft SKILL.md, define and run evals, benchmark results, and optimize triggering descriptions, enabling consistent, repeatable skill development.

Core Features & Use Cases

  • End-to-end skill creation: capture intent, draft SKILL.md, assemble references/scripts/assets, run evals, and package into a distributable .skill.
  • Iterative improvement: analyze eval outcomes, refine prompts and tests, and re-run loops until criteria are met.
  • Benchmark-ready: produce benchmark.json/benchmark.md and integrate with the eval viewer for quantitative comparison across iterations.

Quick Start

Create a new skill by filling out SKILL.md and running the builder to test and package it.

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 evaluation from scratch?

You can automate Claude Skill creation by defining your intent in SKILL.md and running an automated eval-improve loop that drafts the skill, runs tests with train/test splits, and packages the result into a distributable .skill file.

What is progressive disclosure and how does it optimize skill triggering?

Progressive disclosure is a technique used to structure skill descriptions so relevant information is revealed contextually, optimizing triggering accuracy and ensuring the skill activates only when appropriate for the user's request.

How do I benchmark Claude Skills across multiple iterations?

You benchmark Claude Skills by running the evaluation loop to generate benchmark.json and benchmark.md files, which integrate with the eval viewer to provide quantitative comparisons of performance across iterations.

Can I use YAML to configure skill packaging and evaluation workflows?

YAML is required as a dependency to configure and structure the skill packaging workflow, allowing you to define references, scripts, and assets needed for the automated evaluation and improvement loops.

What's the best way to improve an existing Claude Skill's triggering accuracy?

To improve an existing skill's triggering accuracy, use the iterative improvement workflow to analyze eval outcomes, refine prompts and tests, and re-run loops until the benchmark criteria are met.

When should I not use automated skill creation workflows?

Avoid automated skill creation workflows if your task requires a simple, single-step prompt without iterative testing, as the overhead of setting up train/test splits and benchmarking provides little value for non-complex skill definitions.