skill-creator

Automates creation, testing, and refinement of Claude Code skills with built-in evals and benchmarking.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/akbarfarooq2006/Hackathon0_Digital_FTE --skill skill-creator-akbarfarooq2006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/akbarfarooq2006/Hackathon0_Digital_FTE/tree/main/.qwen/skills/skill-creator
Command: npx skills add https://github.com/akbarfarooq2006/Hackathon0_Digital_FTE --skill skill-creator-akbarfarooq2006

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps users draft, test, and refine new skills for Claude Code, enabling iterative evaluation, benchmarking, and triggering optimization to land the right skill at the right time.

Core Features & Use Cases

  • Build new skills from scratch, adapt existing ones, and measure performance with evals and benchmarks.
  • Run end-to-end improvement loops that collect feedback, adjust descriptions, and re-run tests.
  • Use automated tooling (evals, benchmarking, and description optimization) to maximize triggering accuracy and reliability.

Quick Start

Draft a SKILL.md for a new skill, run initial evals, review results, and iterate until triggering is reliable.

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 development with iterative evaluations?

You can automate Claude skill development by drafting a SKILL.md, running initial evals, reviewing benchmark results, and using description optimization to iterate until triggering is reliable.

What's the best way to measure triggering accuracy for custom Claude skills?

The best way to measure triggering accuracy is by running benchmarks and evals across train/test splits to evaluate how reliably the skill activates in the correct context.

Can I optimize skill descriptions based on evaluation feedback?

Yes, you can optimize skill descriptions by running an end-to-end improvement loop that collects eval feedback, adjusts the description, and re-runs tests to maximize triggering accuracy.

Do I need a YAML dependency to run skill benchmarking and evals?

Yes, the skill benchmarking and evaluation workflow requires a YAML dependency to process the SKILL.md configuration and drive the iterative improvement loop.

Why does my new Claude skill trigger in the wrong contexts?

Your skill triggers incorrectly when the description lacks optimization, which you can fix by running iterative evals, analyzing benchmark results, and refining the description across train/test splits.

Can I adapt and refine an existing Claude skill instead of building from scratch?

Yes, you can adapt existing skills by reading the current SKILL.md, running fresh evals to benchmark performance, and using the automated feedback loop to refine descriptions and triggering logic.