skill-creator

Document and standardize Claude skill creation with frontmatter templates and resource organization.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/pau-vega/react-router-drizzle --skill skill-creator-pau-vega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pau-vega/react-router-drizzle/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/pau-vega/react-router-drizzle --skill skill-creator-pau-vega

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Document and standardize the process for creating and updating Claude skills.

Core Features & Use Cases

  • Provides a clear frontmatter template (name, description) and structured SKILL.md body guidance.
  • Outlines how to organize bundled resources (scripts, references, assets) for deterministic activation and reuse.
  • Includes best practices for validation, packaging, and iterative improvement of skills.

Quick Start

Create a new skill using the template and customize SKILL.md with a clear name and description.

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 Claude skill with the correct frontmatter and body structure?

To create a Claude skill, populate the provided frontmatter template with a clear name and description, then structure the SKILL.md body to define application triggers and standardize behavior. This ensures reliable activation and predictable execution.

What is the best way to organize bundled resources like scripts and references for a custom skill?

Organize bundled resources by separating scripts, references, and assets into dedicated directories. This structure ensures deterministic activation and reuse, preventing conflicts when the skill is deployed or updated.

What validation and packaging requirements are needed to deploy a custom skill safely?

Custom skill deployment requires specifying validation, packaging, and safety requirements. You must validate the structured frontmatter and bundled resources to ensure smooth deployment and predictable behavior without errors.

When should I update an existing skill workflow versus creating a new one from scratch?

Update an existing skill workflow when evolving current capabilities through iterative improvement, rather than starting over. Use the standardization process to modify the SKILL.md body and bundled resources while maintaining predictable behavior.

Do I need any external dependencies to package and validate a custom skill?

No external dependencies are required to package and validate a custom skill. The process relies entirely on structuring the frontmatter, body, and bundled resources correctly to achieve smooth deployment natively.