skill-creator

Generate standardized Claude skill scaffolds with YAML frontmatter and resource organization.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/FatOtter/project-jupiter --skill skill-creator-fatotter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/FatOtter/project-jupiter/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/FatOtter/project-jupiter --skill skill-creator-fatotter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users through the process of creating and updating Claude skills, ensuring consistent structure and best practices.

Core Features & Use Cases

  • Provides a standardized skill scaffold, including frontmatter, body guidance, and optional bundles for scripts, references, and assets.
  • Enforces progressive disclosure patterns to keep SKILL.md lean while enabling deeper references as needed.
  • Includes workflow guidance for initialization, editing, packaging, and iteration.

Quick Start

Run the init_skill.py tool to generate a new skill scaffold, then customize SKILL.md and resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with a standard structure?

Creating and packaging Claude skills involves using an init tool to generate a standardized scaffold, ensuring consistent structure with YAML frontmatter, body guidance, and organized resources like scripts and references.

What is progressive disclosure in skill development and when should I use it?

Progressive disclosure in skill development keeps SKILL.md lean by enabling deeper references only as needed, ensuring the main body guidance stays concise while supporting optional bundled scripts and assets.

How to initialize a new skill scaffold step by step?

Initialize a new skill scaffold by running the init_skill.py tool to generate the base structure, then customize SKILL.md with required YAML frontmatter and organize resources into appropriate directories.

Does skill packaging require specific YAML frontmatter fields?

Skill packaging requires YAML frontmatter with name and description fields to satisfy standards, while optional metadata like license and compatibility can be added to provide additional context.

What's the best way to organize scripts, references, and assets for a Claude skill?

Organize skill resources by using a standardized scaffold that separates scripts, references, and assets into optional bundles, keeping SKILL.md lean while enabling progressive disclosure for deeper references.

Why does my skill development workflow need standard structure and tooling guidance?

Standard structure and tooling guidance ensures consistent skill design, enforces frontmatter standards, and streamlines the workflow for initialization, editing, and packaging of Claude skills.