skill-creator

Create self-contained skill directories with compliant SKILL.md metadata.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill skill-creator-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SpaceZephyr/myskill/tree/main/skill-creator
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill skill-creator-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps you design, structure, validate, and package self-contained skills so they are easy for Claude to discover and use effectively.

Core Features & Use Cases

  • Skill design guidance: Organize a skill around the right workflow, reference material, and reusable resources.
  • Validation and packaging support: Keep SKILL.md metadata compliant and prepare skills for distribution.
  • Use case: Create a new skill for a repeatable task like document processing, API usage, or domain-specific analysis, then bundle the scripts and references it needs.

Quick Start

Ask me to create or update a skill by describing the task, the workflows it should support, and any resources you want bundled with it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable skills with valid metadata for Claude?

To create reusable skills, you structure a self-contained directory with compliant SKILL.md frontmatter, then bundle optional scripts and references to support specialized workflows and deterministic execution.

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

Packaging a Claude skill involves organizing operational instructions, metadata, and resources like scripts into a directory designed for progressive disclosure, ensuring Claude can easily discover and use the components.

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

Skill creation requires compliant SKILL.md frontmatter to validate the skill structure. This metadata ensures the directory is correctly formatted for distribution and deterministic tool integration.

Can I update existing skills for new domain knowledge and tool integrations?

You can update existing skills by modifying the self-contained directory to include new domain knowledge, tool integrations, or bundled resources while maintaining valid SKILL.md metadata.

What are the limitations when designing a skill directory for progressive disclosure?

Designing a skill directory is limited by the need for deterministic execution and compliant metadata. You must organize scripts and references carefully to avoid breaking progressive disclosure or invalidating the SKILL.md structure.