skill-creator

Generate SKILL.md templates and starter resources for Claude skills.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Khoatran1999/aquarium-commerce --skill skill-creator-khoatran1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Khoatran1999/aquarium-commerce/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Khoatran1999/aquarium-commerce --skill skill-creator-khoatran1999

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates scaffolding and maintenance of Claude skills by generating templates and starter resources to standardize new and existing skills.

Core Features & Use Cases

  • Skill scaffolding: generate SKILL.md templates and sample resource directories.
  • Skill maintenance: ensure consistent frontmatter, naming, and structure across skills.
  • Resource templating: provide example scripts, references, and assets for rapid integration.

Quick Start

Run the skill initializer to generate a complete skill skeleton in the target folder, then customize SKILL.md and resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude skill creation and generate SKILL.md templates?

Automating Claude skill creation involves running a skill initializer to generate a standardized SKILL.md template and resource directories, ensuring consistent frontmatter and structure for rapid deployment.

What is the best way to maintain consistent frontmatter and structure across multiple Claude skills?

Maintaining consistent frontmatter and structure across skills requires using a skill scaffolding tool to standardize naming, directories, and starter resources for scripts, references, and assets.

How do I scaffold a new Claude skill with sample scripts, references, and assets?

Scaffolding a new Claude skill is done by running an initializer that generates a complete skill skeleton, including sample scripts, references, and assets directories, which you then customize for rapid integration.

Do I need to manually set up resource directories when building Claude skills?

No, you do not need to manually set up resource directories. This skill automates the generation of example scripts, references, and assets, providing a complete starter structure to bypass manual setup.

Can I update existing Claude skills to ensure they follow a standard structure?

Yes, you can update existing Claude skills. The skill maintenance feature ensures consistent frontmatter, naming, and structural standardization across both new and existing skill units.

What limitations are there when using templates for skill scaffolding in Claude?

Skill scaffolding templates provide a standardized starting skeleton and starter resources, meaning you must still manually customize the SKILL.md and generated assets to fit your specific skill logic and use case.