claude-skill-creator

Automate creation and validation of Claude skill units with SKILL.md structure.

3|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/AeyeOps/aeo-skill-marketplace --skill claude-skill-creator-aeyeops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill-creator
Source: https://github.com/AeyeOps/aeo-skill-marketplace/tree/main/aeo-claude/skills/claude-skill-creator
Command: npx skills add https://github.com/AeyeOps/aeo-skill-marketplace --skill claude-skill-creator-aeyeops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Authors often struggle to create Claude skill units that consistently follow frontmatter requirements, file organization rules, and loading patterns. This skill provides a structured approach to automate creation, validation, and packaging of Claude skills, ensuring compliance and reducing manual errors.

Core Features & Use Cases

  • Enforces frontmatter requirements (name, description, allowed-tools) and YAML structure.
  • Validates file organization (one-level references, required SKILL.md, and minimal file count).
  • Generates starter templates for SKILL.md, references, and optional scripts to accelerate authoring.
  • Includes guidance for MCP tool references and dynamic documentation retrieval.
  • Ideal for new skill authors, audits, and refactoring of existing skills.

Quick Start

  • Run python scripts/init_skill.py claude-skill-creator --path ./skills --with-scripts --with-references
  • Validate and package a sample skill with: python scripts/package_skill.py ./skills/claude-skill-creator
  • Use the resulting skill as a template for new skills and adapt as needed.

Frequently Asked Questions about claude-skill-creator

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

FAQPage Schema
How do I validate frontmatter and file organization for Claude skills?

To validate Claude skills, enforce frontmatter requirements like 64-character names, 1024-character descriptions, and YAML structure. Check file organization rules including one-level references and required SKILL.md to ensure load-safe compliance.

What is progressive disclosure in Claude skill authoring?

Progressive disclosure in Claude skill authoring structures documentation retrieval dynamically, minimizing file count while guiding frontmatter and references to produce predictable, load-safe skills across domains.

How do I generate starter templates for SKILL.md and references?

Generate starter templates by running init scripts with flags for scripts and references. This creates the required SKILL.md, reference files, and optional scripts to accelerate skill authoring and packaging.

Does Claude skill creation work with MCP tool references?

Claude skill creation supports MCP tool references by including explicit guidance for dynamic documentation retrieval. This integrates MCP tools within the skill structure while maintaining frontmatter compliance.

What are the limitations when packaging Claude skills?

Packaging Claude skills is constrained by a 64-character name limit, 1024-character description limit, one-level reference depth, and minimal file count. Explicit dependencies and required SKILL.md must be declared.