skill-creator

Generate Claude skill templates with SKILL.md structure and init_skill.py.

5|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/carlopezzuto/recruiting --skill skill-creator-carlopezzuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/carlopezzuto/recruiting/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/carlopezzuto/recruiting --skill skill-creator-carlopezzuto

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and updating Claude skills by providing structured guidance and templates, reducing setup time and ensuring best practices.

Core Features & Use Cases

  • Skill Structure Guidance: Offers clear instructions on how to organize SKILL.md, scripts, references, and assets.
  • Template Provision: Supplies markdown templates and example resource files to jumpstart skill development.
  • Use Case: When a developer wants to build a new skill for automating document processing, they use this guide to set up directory structure, write the frontmatter, and include relevant resources efficiently.

Quick Start

Run the init_skill.py script with your chosen skill name to generate a new skill template, then customize the generated files according to your specific use case.

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 new Claude skill from scratch?

To create a new Claude skill, run the init_skill.py script with your chosen skill name to generate a standardized template, then customize the directory structure and markdown files for your specific use case.

What is the best way to structure a Claude skill for modular development?

The best way to structure a Claude skill is by organizing files into distinct directories for scripts, references, and assets, while documenting configuration and instructions in the main SKILL.md file.

Do I need any specific dependencies to start skill creation?

You do not need any external dependencies to start skill creation, as the process relies on standard markdown templates and an initialization script to scaffold the project structure.

Can I use templates to jumpstart Claude skill development?

Yes, you can use supplied markdown templates and example resource files to jumpstart Claude skill development, which reduces setup time and ensures best practices are followed.

How should I document frontmatter and resources for project scaffolding?

To document frontmatter and resources for project scaffolding, follow the provided step-by-step instructions to write the header metadata and include relevant resource files efficiently.