skill-creator

Create and manage Claude skills with SKILL.md and eval workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MaxDehaut/default-repository --skill skill-creator-maxdehaut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MaxDehaut/default-repository/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/MaxDehaut/default-repository --skill skill-creator-maxdehaut

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured workflow for creating, refining, and evaluating Claude skills. It helps teams design clear SKILL.md entry points, bundle optional resources, and run iterative evals to improve triggering accuracy and skill performance.

Core Features & Use Cases

  • Guided skill creation: define intent, structure, and documentation for a new skill from scratch.
  • Iterative improvement: run evals, analyze results, and rewrite SKILL.md and materials to increase trigger accuracy and usefulness.
  • Bundled resources: organize optional scripts, references, and assets to support deterministic tasks and on-demand access.

Quick Start

Draft a new skill by outlining the goal, writing a draft SKILL.md, and setting up a simple eval plan to test triggering.

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 with a structured workflow?

To create and refine Claude skills, you define the skill's intent, draft a SKILL.md entry point, bundle optional resources like scripts, and run evals to iterate on trigger accuracy and performance.

What is the best way to benchmark Claude skills for trigger accuracy?

The best way to benchmark Claude skills is by setting up an eval plan to test triggering, analyzing the eval results, and rewriting the SKILL.md and bundled materials to iteratively improve accuracy and usefulness.

How does prompt engineering work when writing a SKILL.md file?

Prompt engineering for a SKILL.md file involves structuring the skill's intent, documentation, and optional resources clearly so Claude can accurately trigger the skill and execute deterministic tasks on demand.

Do I need YAML to configure optional resources for Claude skills?

YAML is required as a dependency to configure and manage Claude skills, allowing you to define structured resources and assets that support the skill's deterministic tasks and on-demand access.

Can I bundle scripts and references into a Claude skill?

Yes, you can bundle optional scripts, references, and assets into a Claude skill to organize resources that support deterministic tasks and provide on-demand access during execution.