skill-creator

Plan, scaffold, and document reusable Claude skills with SKILL.md structure.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/KrystianYCSilva/math-theory-lib --skill skill-creator-krystianycsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/KrystianYCSilva/math-theory-lib/tree/main/.codex/skills/skill-creator
Command: npx skills add https://github.com/KrystianYCSilva/math-theory-lib --skill skill-creator-krystianycsilva

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 plan, scaffold, and document modular Claude skills to accelerate building and updating capability packages.

Core Features & Use Cases

  • Guidance on structuring SKILL.md with a consistent frontmatter and body
  • Templates and patterns for organizing scripts/, references/, and assets/
  • Practical workflows for creating, updating, or refactoring skills to maintain quality and reusability

Quick Start

Run the init script to scaffold a new skill, then customize SKILL.md and populate scripts/, references/, and assets/ as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a reusable Claude skill with proper frontmatter and documentation?

To structure a reusable Claude skill, scaffold the directory with a SKILL.md file containing correct frontmatter, then organize supporting content into scripts/, references/, and assets/ folders to ensure consistent capability packaging.

What is the best way to scaffold a new skill package for a team workflow?

The best way to scaffold a new skill package is to run an initialization script that generates the base directory structure, then customize the SKILL.md body and populate the scripts, references, and assets folders as needed for your team workflow.

Do I need to follow progressive disclosure guidelines when creating SKILL.md files?

Yes, you need to follow progressive disclosure guidelines when creating SKILL.md files to maintain quality and reusability, ensuring the skill structure provides consistent guidance without overwhelming the user with unnecessary details.

Can I use templates to organize scripts, references, and assets for capability packages?

Yes, you can use templates and patterns to organize scripts, references, and assets for capability packages, which helps maintain a consistent structure and accelerates both building new skills and refactoring existing ones.

How does refactoring an existing skill workflow improve reusability?

Refactoring an existing skill workflow improves reusability by applying consistent structure and guidance to the SKILL.md frontmatter, updating resource organization across folders, and ensuring the capability package meets progressive disclosure guidelines.