skill-creator

Create reusable Claude skills with SKILL.md frontmatter and structured resources.

18|2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill skill-creator-yuanyuekejijn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yuanyuekejiJN/AivoClaw/tree/main/extraSkills/skill-creator-0.1.0
Command: npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill skill-creator-yuanyuekejijn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guides you in creating and updating effective Claude skills by explaining what skills are, what belongs in SKILL.md, and how to structure supporting resources for reliable, token-efficient operation.

Core Features & Use Cases

  • Skill design guidance: Helps you write clear SKILL.md frontmatter and body instructions that maximize discoverability and correct triggering.
  • Token-efficient structuring: Recommends progressive disclosure and when to move detail into references, scripts, or assets.
  • End-to-end workflow: Covers initialization, editing, packaging, and iterative improvement so your skill becomes usable and distributable.

Quick Start

Use the skill to plan, write, and validate a new skill by following the SKILL.md anatomy and packaging workflow described in the guide.

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 skill with proper YAML frontmatter for discoverability?

To create a Claude skill, you write a SKILL.md file with YAML frontmatter containing name and description fields that maximize discoverability. This frontmatter ensures correct triggering and reliable context loading for your specialized workflow.

What is progressive disclosure in skill packaging and when should I use it?

Progressive disclosure in skill packaging is a token-efficient design approach where you keep core instructions concise in SKILL.md and move detailed information into bundled references, scripts, or assets. Use it to reduce context overhead while maintaining operational depth.

Does building a Claude skill require external dependencies or frameworks?

Building a Claude skill requires no external dependencies or frameworks. You structure the skill using a SKILL.md file with YAML frontmatter and organize supporting scripts, references, and assets directly within the skill bundle for token-efficient operation.

What's the best way to structure operational instructions in SKILL.md for workflow automation?

The best way to structure operational instructions in SKILL.md is to write concise, action-oriented guidance directly in the body while moving extended detail into bundled scripts and references. This progressive disclosure design maintains token efficiency and reliable context loading.

Why does my Claude skill not trigger correctly during workflow automation tasks?

Your Claude skill may not trigger correctly if the YAML frontmatter name and description fields lack the vocabulary needed for discoverability. Clear, specific frontmatter aligned with your workflow automation domain ensures proper matching and context loading.