skill-creator

Draft, test, and refine Claude skill prompts and descriptions via structured evaluation loops.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/vijaychandar186/nextjs-bun-agentic-starter --skill skill-creator-vijaychandar186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vijaychandar186/nextjs-bun-agentic-starter/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/vijaychandar186/nextjs-bun-agentic-starter --skill skill-creator-vijaychandar186

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

Draft, test, and iteratively improve Claude skills using a repeatable evaluation loop, reducing iteration time and increasing triggering reliability.

Core Features & Use Cases

  • End-to-end skill engineering workflow: draft, test, evaluate, and improve skill prompts and descriptions.
  • Evaluation-driven iteration: run structured evals, compare results, and refine descriptions for better triggering.
  • Versioned experimentation: track iterations, compare against baselines, and surface actionable improvements.

Quick Start

Provide an initial SKILL.md and run the evaluation loop to generate results, then iteratively refine the skill description based on feedback.

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 refine Claude skills using an evaluation loop?

To create and refine Claude skills, you draft an initial SKILL.md and run a structured evaluation loop that tests and iteratively improves skill prompts and descriptions for better triggering reliability.

What is the best way to improve skill triggering reliability in AI workflows?

Improving skill triggering reliability requires running structured evaluations, comparing iteration results against baselines, and refining the YAML frontmatter description based on actionable feedback.

Do I need a specific file structure to draft and test skill prompts?

You need a SKILL.md file with YAML frontmatter containing a name and description, alongside optional directories like scripts/, references/, and assets/ to support tooling and reporting.

Can I use this evaluation loop for versioned experimentation and baseline comparison?

You can use this evaluation loop for versioned experimentation to track iterations, compare results against baselines, and surface measurable improvements across AI tooling and product workflows.

Why does my Claude skill fail to trigger consistently in automated workflows?

Claude skills fail to trigger consistently when descriptions lack refinement; applying an evaluation-driven iteration loop drafts, tests, and refines prompts to produce robust, triggerable skills.

What dependencies are required to run structured evaluations for skill engineering?

Structured evaluations for skill engineering require the pyyaml dependency to parse the YAML frontmatter in SKILL.md files and support the evaluation and reporting tooling.