skill-creator

Generate Claude skill skeletons with SKILL.md frontmatter and resource directories.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tazomatalax/threedee --skill skill-creator-tazomatalax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tazomatalax/threedee/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/tazomatalax/threedee --skill skill-creator-tazomatalax

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams design and package modular, reusable Claude skills. It provides scaffolding and templates to quickly convert domain knowledge into structured capabilities.

Core Features & Use Cases

  • Structured SKILL.md scaffolding with frontmatter and guidance on content organization.
  • Automated resource skeletons for scripts/, references/, and assets/ with example files.
  • Packaging and validation workflow to produce .skill artifacts for sharing and reuse.
  • Progressive disclosure patterns to keep the main SKILL.md concise while exposing deeper details as needed.

Quick Start

Run the skill initializer to generate a new skill skeleton, e.g., init_skill.py my-new-skill --path skills/public

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate a Claude skill skeleton with frontmatter and resource directories?

To generate a Claude skill skeleton, run the skill initializer like init_skill.py to automatically create SKILL.md frontmatter alongside structured scripts, references, and assets directories for packaging domain-specific capabilities.

What is the best way to package reusable Claude skills for team workflows?

The best way to package reusable Claude skills is using a structured scaffolding workflow that validates SKILL.md frontmatter and organizes resource directories into shareable .skill artifacts for team distribution.

Do I need YAML dependencies to create and structure SKILL.md files?

Yes, you need the YAML dependency to parse and validate frontmatter when scaffolding SKILL.md files, ensuring the structured body and optional resource directories meet packaging requirements.

How does progressive disclosure work when designing domain-specific skill capabilities?

Progressive disclosure keeps the main SKILL.md concise by exposing deeper details only as needed, while automated resource skeletons for scripts, references, and assets hold the extended domain knowledge.

Can I use this scaffolding to convert existing documentation into modular skill assets?

Yes, you can use the scaffolding templates to convert existing documentation into modular skills by generating structured resource directories and packaging them into validated .skill artifacts for reuse.