skill-creator

Create standardized Claude skill units using a reusable SKILL.md template and resource layout.

1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/bamecho/my-claude-skills --skill skill-creator-bamecho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bamecho/my-claude-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/bamecho/my-claude-skills --skill skill-creator-bamecho

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guide for creating and packaging Claude skills using a standardized SKILL.md template and bundled resources, enabling consistent structure and discoverability across teams.

Core Features & Use Cases

  • Provides a reusable SKILL.md template and standardized resource layout (scripts, references, assets) to accelerate skill creation.
  • Demonstrates initialization, editing, validation, and packaging workflows to produce distributable skill units.
  • Supports example scaffolding and best practices for onboarding new skills, updating existing ones, and sharing capabilities.

Quick Start

Run the init workflow to generate a new skill scaffold, customize SKILL.md, and then validate and package when ready.

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 standardized Claude skill using a template?

To create a Claude skill, run the initialization workflow to generate a scaffold, customize the SKILL.md file with YAML frontmatter, and validate the structure before packaging. This applies a reusable template to ensure consistent discoverability and structure across teams.

What is the best way to package Claude skills with bundled scripts and references?

Packaging Claude skills involves organizing optional bundles like scripts, references, and assets into a standardized resource layout. The workflow provides initialization and validation steps to ensure the SKILL.md template is correctly formatted before distribution.

Does the skill creation workflow require YAML frontmatter in the SKILL.md file?

Yes, the skill creation workflow enforces YAML frontmatter containing the name and description fields within the SKILL.md file. This standardization ensures the generated Claude skill units are discoverable and structurally consistent.

Can I update existing Claude skills or is this only for new skill creation?

You can update existing Claude skills by applying the reusable SKILL.md template and resource layout to modify current capabilities. The workflow supports onboarding new skills and updating existing ones with new workflows, tooling, and domain knowledge.

What are the steps to initialize and validate a new skill scaffold?

Initializing a skill scaffold requires running the init workflow to generate the base structure, customizing the SKILL.md file, and then executing validation steps. This process ensures the optional bundles and YAML frontmatter meet the required packaging standards.

Why do my Claude skills need a standardized resource layout with assets and references?

A standardized resource layout organizes optional bundles like scripts, references, and assets to ensure consistent structure and discoverability across teams. This layout accelerates skill creation by providing a reusable template for extending Claude's capabilities.