skill-creator

Scaffold new Claude skills with standardized SKILL.md frontmatter and starter resources.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alexgorbatchev/ai-registry --skill skill-creator-alexgorbatchev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/alexgorbatchev/ai-registry/tree/main/skills/skill-creator
Command: npx skills add https://github.com/alexgorbatchev/ai-registry --skill skill-creator-alexgorbatchev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized, repeatable scaffold for new Claude skills by generating a complete skill directory with a ready-to-edit SKILL.md frontmatter and starter resource folders (scripts/, references/, assets/) to accelerate authoring and ensure consistency.

Core Features & Use Cases

  • Bootstraps a new skill directory from a template, including SKILL.md frontmatter with required fields and an example resource structure.
  • Provides starter scripts, references, and assets to demonstrate best practices and speed up initial development.
  • Enforces naming conventions and project structure to ensure skills are discoverable, packageable, and maintainable.
  • Supports a quick-start workflow for initializing skills via the included CLI script.

Quick Start

Use bun skills/skill-creator/scripts/init_skill.ts <skill-name> --path <path> to generate a new skill scaffold.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I bootstrap a new Claude skill from a template?

To bootstrap a Claude skill, run the initialization script via bun skills/skill-creator/scripts/init_skill.ts <skill-name> --path <path>. This generates a standardized scaffold with editable SKILL.md frontmatter and starter directories.

What files and directories are included when scaffolding a new skill?

Scaffolding a new skill generates a complete directory containing an editable SKILL.md frontmatter file and starter resource folders like scripts/, references/, and assets/ to accelerate authoring.

Does skill bootstrapping enforce naming conventions and project structure?

Yes, skill bootstrapping enforces naming conventions and directory structure. This ensures generated skills are discoverable, packageable, and maintainable for predictable integration and validation.

Can I customize the generated SKILL.md frontmatter after initialization?

Yes, the generated SKILL.md frontmatter is ready-to-edit. The scaffold provides required fields and example resources to demonstrate best practices, allowing rapid customization for your specific skill logic.

What is the best way to ensure consistent packaging for custom skills?

The best way to ensure consistent packaging is using a standardized scaffold. It automates creation of predictable directory structures and frontmatter, enforcing conventions required for maintainable skill integration.

Do I need any specific dependencies to initialize a skill scaffold?

You need the bun runtime to execute the initialization script and generate the skill scaffold. No other external dependencies are required to bootstrap the standardized directory structure.