skill-creator

Generates a standards-compliant SKILL.md and resource skeleton for Claude skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design and package Claude skills by providing a standardized structure, frontmatter, and resources, accelerating skill development and ensuring consistency.

Core Features & Use Cases

  • Provides a ready SKILL.md template with required frontmatter and guidance for structure.
  • Demonstrates resource directories (scripts, references, assets) and how to package into .skill files.
  • Supports step-by-step workflow for initializing and validating skills, enabling rapid iteration.

Quick Start

Run the initializer to scaffold a new skill, then customize SKILL.md and resources before packaging.

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 valid frontmatter?

To create a Claude skill with valid frontmatter, use an initializer to scaffold a standards-compliant SKILL.md file. This generates the required metadata fields and project structure automatically, ensuring your skill packaging meets validation rules.

What is the standard structure for packaging Claude skills?

The standard structure for packaging Claude skills includes a SKILL.md file with required frontmatter and optional resource directories for scripts, references, and assets. These components are validated and bundled into a .skill file for deployment.

How do I scaffold a new skill project for domain-specific workflows?

You scaffold a new skill project for domain-specific workflows by running an initializer that generates the SKILL.md template and resource skeleton. This supports product management, engineering, and content workflows by providing a standardized starting point.

Can I customize the resource directories when building a Claude skill?

Yes, you can customize the resource directories when building a Claude skill. The scaffolding process creates optional directories for scripts, references, and assets, which you can populate and modify before validating and packaging your skill.

What's the best way to validate a SKILL.md file before packaging?

The best way to validate a SKILL.md file before packaging is to use the built-in validation step in the skill creation workflow. This checks frontmatter validity, verifies the project structure, and ensures all required components are present before generating the final .skill bundle.

Do I need to manually create the frontmatter for a Claude skill template?

No, you do not need to manually create the frontmatter for a Claude skill template. The skill creation tool automatically generates a ready-to-use SKILL.md template with the required frontmatter fields pre-populated, accelerating development and ensuring consistency.