skill-creator

Generate a new skill skeleton with SKILL.md and resource folders.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/phuongok2112003/A2A --skill skill-creator-phuongok2112003
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/phuongok2112003/A2A/tree/main/files_md/skill-creator
Command: npx skills add https://github.com/phuongok2112003/A2A --skill skill-creator-phuongok2112003

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps teams rapidly create consistent skill scaffolds by providing a ready-to-use SKILL.md template and bundled resource structure (scripts, references, assets) so Claude can load and operate new skills reliably.

Core Features & Use Cases

  • Starter SKILL.md with YAML frontmatter containing name and description.
  • Example resources in scripts/, references/, and assets/ to demonstrate structure and workflows.
  • Guidance on progressive disclosure and packaging workflows for sharing skills.

Quick Start

Run the skill initializer to generate a new skill scaffold, then customize SKILL.md and the example resources.

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 consistent skill scaffold for Claude agents?

A SKILL.md template requires YAML frontmatter containing the skill's name and description, followed by documentation that outlines workflows, enabling Claude to load and operate the skill reliably.

What is the best way to automate SKILL.md template generation for new skills?

The best way to automate SKILL.md template generation is running the skill initializer, which enforces consistent YAML frontmatter and generates a structured resource scaffold for repeatable skill onboarding.

Do I need YAML to build a documentation scaffold for Claude?

Yes, you need YAML to define the required frontmatter in your SKILL.md file, ensuring the skill's name and description are properly structured for Claude-enabled agents to load.

Can I use this scaffolding tool to structure resource folders for team onboarding?

Yes, you can use this scaffolding tool for team onboarding to automatically generate structured resource folders containing example scripts, references, and assets that standardize new skill development.

How does progressive disclosure work when packaging skills to share?

Progressive disclosure works by structuring the SKILL.md and bundled resources so Claude loads core instructions first, accessing deeper scripts and references only as needed within the packaging workflow.