skill-creator

Create Claude skills from templates with frontmatter and resource folders.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/andrewnovykov/total-66 --skill skill-creator-andrewnovykov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/andrewnovykov/total-66/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/andrewnovykov/total-66 --skill skill-creator-andrewnovykov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized approach to designing and packaging Claude skills, enabling teams to generate consistent, re-usable skill units from templates.

Core Features & Use Cases

  • Template-driven SKILL.md: Generates frontmatter and a starter body to accelerate skill creation.
  • Resource scaffolding: Includes example scripts, references, and assets to illustrate how to bundle resources.
  • Packaging workflow: Guides the process for validating and packaging skills into .skill files for distribution.

Quick Start

Run the init_skill.py script to scaffold a new skill directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Claude skills with standardized frontmatter and resource folders?

You can create Claude skills by running the init_skill.py script to scaffold a new skill directory. This generates a template-driven SKILL.md with standardized YAML frontmatter, a starter body, and optional resource folders for scripts and references.

What is the best way to package AI capabilities into reusable skill units for distribution?

The best way to package AI capabilities is to use a template-driven approach that scaffolds skill directories with frontmatter and resource folders. This guides you through validating and packaging the standardized skill units into .skill files for distribution.

Does skill scaffolding require any external dependencies or frameworks to generate a SKILL.md file?

No external dependencies are required to scaffold a SKILL.md file. The skill creation process uses a standalone init_skill.py script and bundled reference templates to generate frontmatter and starter bodies without relying on external frameworks.

Can I bundle custom scripts and reference assets when generating a new Claude skill template?

Yes, you can bundle custom scripts and reference assets when generating a Claude skill template. The resource scaffolding feature includes example scripts, references, and asset folders to illustrate how to properly package supplementary components within the skill directory.

How does the YAML frontmatter structure work when standardizing skill creation for different domains?

YAML frontmatter standardizes skill creation by enforcing a consistent metadata structure at the top of the generated SKILL.md file. This ensures every skill unit across varied domains maintains uniform packaging and validation compatibility.

What are the limitations of using a skill template for packaging AI capabilities?

A limitation of using a skill template is that it enforces a rigid frontmatter structure and starter body, which may require manual modification for highly custom domains. The generated scaffolding provides a standardized baseline rather than fully specialized skill logic.