skill-creator

Scaffold Claude skills with SKILL.md frontmatter and resource folders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized blueprint for building Claude skills, ensuring every new skill starts with a consistent SKILL.md frontmatter and a scaffolded resource layout.

Core Features & Use Cases

  • Standardized SKILL.md scaffolding with required name and description
  • Optional resource scaffolding including scripts/, references/, and assets/
  • Packaging and validation helpers to ensure consistent quality across skills

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to bootstrap a new skill scaffold, then customize SKILL.md and the resource folders.

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 Claude skill with consistent SKILL.md frontmatter?

To scaffold Claude skills with consistent SKILL.md frontmatter, run the initialization script to generate a standardized template and a reusable resource layout for scripts, references, and assets automatically.

What's the best way to generate a standardized skill template for Claude?

Generating a standardized skill template for Claude requires a scaffolding workflow that produces a SKILL.md file with required frontmatter and optional resource directories for scripts, references, and assets.

How do I validate YAML frontmatter and naming conventions for Claude skills?

Validating YAML frontmatter and naming conventions for Claude skills is handled by built-in validation helpers that enforce consistent quality and ensure skills meet defined resource conventions during packaging.

Can I update existing Claude skills with a standardized resource layout?

Updating existing Claude skills with a standardized resource layout applies when teams need to enforce consistent structure, templates, and tooling across both new and previously created skill units.

Do I need to manually create scripts, references, and assets folders when building Claude skills?

You do not need to manually create scripts, references, and assets folders when building Claude skills, as the scaffolding workflow optionally generates these resource directories automatically.

What are the limitations of using templates for Claude skill creation?

Limitations of using templates for Claude skill creation include being bound to a predefined frontmatter structure and resource layout, meaning highly customized skill architectures may require manual modifications beyond the scaffold.