skill-creator

Generate Claude skill skeletons with SKILL.md frontmatter and starter folders.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ducnm-mimhus/Avada-Simple-Sales-Pop --skill skill-creator-ducnm-mimhus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ducnm-mimhus/Avada-Simple-Sales-Pop/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/ducnm-mimhus/Avada-Simple-Sales-Pop --skill skill-creator-ducnm-mimhus

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams bootstrap Claude skills quickly by generating a clean, ready-to-edit skeleton complete with SKILL.md frontmatter and starter resource folders.

Core Features & Use Cases

  • Generates a standard SKILL.md frontmatter and body structure
  • Creates starter directories: scripts/, references/, and assets/
  • Provides example resources to guide customization for new skills

Quick Start

Run the skill initializer to scaffold a new skill directory with templates.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new skill directory with templates and starter folders?

To scaffold a new skill directory, run the skill initializer to generate a clean skeleton complete with SKILL.md frontmatter and starter resource folders like scripts/, references/, and assets/.

What is the standard structure for a SKILL.md file when generating automation templates?

The standard structure for a SKILL.md file includes validated frontmatter and a body structure, generated automatically to ensure consistent formatting and compatibility with the packaging workflow.

Can I use this scaffolding tool to update existing skills instead of creating new ones?

Yes, you can use this scaffolding tool to update existing skills by generating a standard SKILL.md frontmatter and starter directories, ensuring consistent structure and frontmatter validation across both new and updated projects.

Do I need yaml to validate frontmatter during skill packaging?

Yes, yaml is required to validate the generated SKILL.md frontmatter, ensuring it maintains a consistent structure and remains fully compatible with the downstream packaging workflow.

What's the best way to bootstrap Claude skills for a team environment?

The best way to bootstrap Claude skills for teams is using an automated skill initializer that generates a ready-to-edit skeleton with example resources, ensuring consistent structure and frontmatter validation across all team members.