skill-creator

Generate Claude skill scaffolds with standardized frontmatter and resource folders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a standardized approach to create self-contained Claude skills, offering a template, example resource directories, and a packaging workflow to accelerate development and ensure consistency.

Core Features & Use Cases

  • Structured SKILL.md scaffold with required frontmatter
  • Example resource directories: scripts/, references/, assets/
  • Reusable templates and example resources to accelerate skill creation
  • Packaging and validation workflow to produce .skill bundles

Quick Start

Run init_skill.py <skill-name> --path <path> to generate a new skill scaffold and immediately customize SKILL.md and the bundled resources to fit your domain.

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 standardized scaffold for Claude skills with frontmatter and resource directories?

To create a Claude skill scaffold, run init_skill.py to generate a standardized folder structure with YAML frontmatter and modular resource directories like scripts, references, and assets for immediate customization.

What is the best way to package Claude skills into reusable bundles for team development?

The best way to package Claude skills is using the built-in validation and packaging workflow to produce .skill bundles, ensuring consistent metadata and modular resource organization across domain-specific capabilities.

Do I need any external dependencies to generate a skill template and folder structure?

No external dependencies are required to generate a skill template. The skill creation process uses internal scripts to automatically scaffold the required folder structure and frontmatter without third-party tools.

Can I use this skill creation template for domain-specific capabilities at scale?

Yes, you can use this template for domain-specific capabilities at scale. It accelerates development by enforcing standardized YAML frontmatter and reusable resource placeholders across multiple skill bundles.

Why does my custom Claude skill packaging workflow fail validation?

Skill packaging validation often fails when the SKILL.md file lacks required YAML frontmatter or when resources are not correctly organized into the expected scripts, references, and assets directories.