skill-creator

Build and test Claude Code skills from intent through SKILL.md creation and refinement.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/its-meseba/meseba-skills --skill skill-creator-its-meseba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/its-meseba/meseba-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/its-meseba/meseba-skills --skill skill-creator-its-meseba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, pyyaml.

What problem does it solve?

Automates the production and refinement of Claude Code skills, guiding you from idea to a polished, testable entry in minutes rather than days.

Core Features & Use Cases

  • Guided skill creation workflow from concept to deployment.
  • Built-in evaluation loops and iterative improvement to optimize triggering accuracy.
  • Description optimization, test prompts generation, and live feedback integration for rapid refinement.
  • Works with optional bundles (scripts, references, assets) to support full skill delivery.

Quick Start

Draft a new skill, write its SKILL.md with name and description, add optional resources (scripts/references/assets) as needed, and run the evaluation loop to iterate until the trigger 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 create a Claude Code skill from scratch?

You create a Claude Code skill by capturing your intent, writing a SKILL.md file with the name and description, bundling optional resources, and running evaluation loops to refine triggering accuracy until it is reliable.

What is the best way to automate Claude Code skill authoring and refinement?

The best way to automate Claude Code skill authoring is using a guided workflow that captures intent, generates the SKILL.md file, creates test prompts, and runs iterative evaluation loops to optimize triggering accuracy.

Can I bundle scripts and references when building Claude Code skills?

Yes, you can bundle optional resources such as scripts, references, and assets when building Claude Code skills to support full skill delivery and provide additional context or functionality alongside the SKILL.md file.

Why does my Claude Code skill fail to trigger reliably?

Claude Code skills fail to trigger reliably when the description is poorly optimized; you fix this by running iterative evaluation loops, generating test prompts, and refining the description based on live feedback until triggering becomes accurate.

Do I need pyyaml and anthropic dependencies to generate a SKILL.md file?

Generating a SKILL.md file for Claude Code requires the anthropic and pyyaml dependencies to support the underlying automation, evaluation loops, and iterative refinement processes needed for reliable skill triggering.