skill-creator

Automate creation, evaluation, and packaging of Claude Skills into .skill files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Building and refining Claude Skills is complex and repetitive. This Skill provides a guided framework to create new skills, iterate on their descriptions, run evaluations, and manage benchmarks so you can scale skill development safely.

Core Features & Use Cases

  • End-to-end skill creation: drafting SKILL.md, frontmatter, and body instructions.
  • Evaluation loop orchestration: run evals, gather feedback, and iterate on prompts and descriptions.
  • Packaging and validation: validate structure, run quick validations, and generate distributable .skill files for deployment.
  • Benchmarking and analytics: produce and review benchmarks to compare skill performance and triggering accuracy.

Quick Start

Draft a new skill by defining its name and description, then let this tool guide you through writing tests, running evals, iterating results, and packaging a distributable skill.

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 validation?

You can automate Claude Skill creation by using a guided framework to draft SKILL.md frontmatter, operational instructions, and body content. This coordinates trigger-evaluation loops and packaging validation to scale skill development safely from idea to distributable artifacts.

What is the process for evaluating and iterating on Claude Skills?

Evaluating Claude Skills involves orchestration of trigger-evaluation loops, running tests, gathering feedback, and iterating on prompts and descriptions. You run evaluations, collect feedback, and iteratively improve skill descriptions to ensure robust triggering accuracy and performance.

Does this Skill require pyyaml to package and validate distributable files?

Yes, pyyaml is required as a dependency to support packaging and validation workflows. The Skill uses pyyaml to validate structure, run quick validations, and generate distributable .skill files for deployment, ensuring your skill artifacts are correctly formatted.

Can I benchmark Claude Skill performance and triggering accuracy?

Yes, you can benchmark Claude Skill performance by producing and reviewing benchmarks to compare skill performance and triggering accuracy. The benchmarking and analytics features allow product teams and engineers to evaluate skills against established metrics before distribution.

What's the best way to build robust Claude Skills for product teams?

The best way to build robust Claude Skills for product teams is using a repeatable workflow that guides end-to-end creation, evaluation, and improvement. This includes drafting SKILL.md files, running evaluation loops, collecting feedback, and packaging validated distributable artifacts.

Why does my Claude Skill trigger evaluation loop need iterative description improvements?

Iterative description improvements are needed in trigger evaluation loops to refine prompt accuracy and ensure the Skill activates correctly. Gathering feedback from evaluation runs allows you to iteratively adjust descriptions, improving triggering accuracy and overall skill performance.