skill-creator

Plan and execute end-to-end Claude skill development with structured evals.

1|Updated Mar 20, 2024
One-click install
npx skills add https://github.com/iwasa-kosui/dotfiles --skill skill-creator-iwasa-kosui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/iwasa-kosui/dotfiles/tree/main/dot_claude/skills/skill-creator
Command: npx skills add https://github.com/iwasa-kosui/dotfiles --skill skill-creator-iwasa-kosui

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams draft, test, and iterate Claude skills from idea to deployment, reducing time-to-value and ensuring consistent workflows.

Core Features & Use Cases

  • Draft new skills and iteratively improve existing ones using a repeatable evaluation loop.
  • Run evals and view results with the eval-viewer to quantify trigger accuracy and performance.
  • Capture feedback, generate improvements, and re-run until satisfaction.
  • Package and validate skills for deployment, ensuring frontmatter and structure meet standards.

Quick Start

Draft your first SKILL.md, then run the eval-and-iterate loop to test and refine the 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 iterate on Claude skills with structured evaluation?

To create and iterate on Claude skills, draft the initial SKILL.md intent, run structured evaluation loops to benchmark trigger accuracy and performance, then collect results and refine until satisfied. This eval-and-iterate loop ensures consistent skill quality.

What is the best way to benchmark Claude skill performance before deployment?

The best way to benchmark Claude skill performance is running structured evals and viewing quantified results with the eval-viewer. This approach measures trigger accuracy and performance, allowing you to capture feedback and generate improvements iteratively.

How do I validate SKILL.md frontmatter and structure to meet deployment standards?

To validate SKILL.md frontmatter and structure, package and validate the skill files using the built-in automation scripts. This ensures your skill's frontmatter and structure meet the required deployment standards before release.

Can I use Python and PyYAML to automate Claude skill creation workflows?

Yes, you can use Python and PyYAML to automate Claude skill creation workflows. The skill relies on the Anthropic and PyYAML dependencies to execute end-to-end skill development, from drafting intents to running evaluation loops.

Does the skill-creator workflow support continuous improvement through feedback collection?

Yes, the skill-creator workflow supports continuous improvement through feedback collection. It captures feedback from evaluation runs, generates targeted skill improvements, and re-runs the benchmark loop until the desired performance is achieved.