skill-creator

Create and organize Claude Skills with templates and frontmatter guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creation guide helps teams design and package modular Claude Skills by providing consistent frontmatter, templates, and recommended resource organization so skills can be discovered and activated reliably.

Core Features & Use Cases

  • Provides a structured template for SKILL.md and guidance on naming, scope, and when to trigger a skill.
  • Outlines how to organize bundled resources (scripts, references, assets) and what belongs in each.
  • Supports workflows for initializing, editing, validating, and packaging skills to maintain consistency across projects.

Quick Start

Run the initialization script to scaffold a new skill directory and customize the SKILL.md, including example resources that can be replaced or removed.

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 metadata?

To create a Claude Skill, you must include the required frontmatter fields—name and description—using a structured template. This ensures your skill is discoverable and activated reliably by providing consistent metadata and scope definitions.

What is the recommended directory structure for packaging Claude Skills?

The recommended structure for packaging Claude Skills organizes bundled resources into dedicated folders for scripts, references, and assets. This modular organization maintains project consistency and clarifies what belongs in each resource category.

How do I scaffold a new skill development project from scratch?

You can scaffold a new skill development project by running the included initialization script. This generates a new skill directory with a customizable SKILL.md file and example resources that can be replaced or removed as needed.

Does skill development require any external dependencies or frameworks?

Skill development does not require external dependencies. The process relies entirely on internal scripts and structured templates to validate frontmatter and package the skill components reliably.

What's the best way to validate and package modular skills for deployment?

The best way to validate and package modular skills is using the included scripts that enforce frontmatter requirements and recommended structure. This workflow supports initializing, editing, and validating to maintain consistency across projects.

When should I define specific trigger conditions in my skill metadata?

You should define trigger conditions in your skill metadata when determining the specific scenarios and scope for when the skill should activate. Clear naming and scope guidance ensures the skill is discovered and triggered reliably.