skill-creator

Generate SKILL.md templates and scaffold Claude Skills into .skill files.

2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Shana-AE/.shanaae-configs --skill skill-creator-shana-ae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Shana-AE/.shanaae-configs/tree/main/ai/skills/vendor/skill-creator
Command: npx skills add https://github.com/Shana-AE/.shanaae-configs --skill skill-creator-shana-ae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized scaffold and guidance for building new Claude skills, ensuring every skill starts from a consistent, battle-tested template with a frontmatter-backed SKILL.md and reusable resource structure.

Core Features & Use Cases

  • Generates a SKILL.md frontmatter template with required name and description fields and a descriptive body.
  • Provides example resource scaffolding (scripts/, references/, assets/) to accelerate skill creation and maintain consistency across teams.
  • Includes a structured workflow for editing, validating, and packaging skills into distributable .skill files.
  • Use cases include rapidly onboarding new domains, standardizing skill creation workflows, and enforcing best practices for maintenance and packaging.

Quick Start

Run the skill initializer to scaffold a new skill with a single command.

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 a template?

To create a new Claude Skill, use a scaffolding initializer to generate a standardized template with a frontmatter-backed SKILL.md, required name and description fields, and reusable resource directories.

What is SKILL.md frontmatter and why is it needed for skill creation?

SKILL.md frontmatter provides required metadata fields like name and description for Claude Skill creation, ensuring every skill starts from a consistent, battle-tested template with standardized structure.

How do I package and validate skills into distributable .skill files?

You package skills into .skill files by following a structured workflow that validates the SKILL.md frontmatter structure, checks resource scaffolding, and bundles the components into a distributable archive.

Can I add custom scripts and references when generating skill scaffolding?

Yes, skill scaffolding provides example resource directories including scripts, references, and assets to accelerate skill creation and maintain consistency across teams for custom automation use cases.

What's the best way to standardize skill creation workflows across a team?

Standardize team skill creation workflows by using a scaffolding tool that enforces SKILL.md frontmatter validation, provides reusable resource structures, and supports packaging into repeatable .skill files.

Do I need any dependencies installed to use a skill creation template?

No external dependencies are required to use the skill creation template, as the scaffolding and validation workflow operates independently to generate and package the skill structure.