skill-creator

Create structured Claude Skill units with SKILL.md and YAML frontmatter.

17|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ivanrvpereira/.agents --skill skill-creator-ivanrvpereira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ivanrvpereira/.agents/tree/main/skills/skill-creator
Command: npx skills add https://github.com/ivanrvpereira/.agents --skill skill-creator-ivanrvpereira

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps you create effective, modular Skill directories that Claude can discover and use reliably. It addresses the challenge of turning a vague idea into a well-structured SKILL.md plus optional scripts, references, and assets without bloating the context window.

Core Features & Use Cases

  • Defines how Skills are structured (required SKILL.md frontmatter plus an optional body)
  • Teaches progressive disclosure so only the right amount of context is loaded when the skill triggers
  • Provides a step-by-step process for designing, initializing, packaging, and iterating on a Skill
  • Includes guidance on where to put deterministic logic (scripts), deep documentation (references), and output files/templates (assets)
  • Helps users follow validation and packaging expectations for distributable .skill artifacts

Quick Start

Use the skill to produce a new Skill template and fill in the SKILL.md name/description so it’s ready to package and distribute.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Skill with YAML frontmatter and modular instructions?

To create a Claude Skill, you structure a SKILL.md file with required YAML frontmatter and modular instructions, then validate and package it into a distributable .skill artifact.

What is progressive disclosure in Claude workflow design?

Progressive disclosure in Claude workflow design is a context management strategy that loads only the necessary context into the window when a skill triggers, preventing bloat.

How do I package and validate a new skill for Claude?

You package and validate a new skill by following the repository’s validation approach to ensure the SKILL.md and optional assets meet the required formatting for a distributable .skill artifact.

Where should I put deterministic logic and deep documentation when building a skill?

When building a skill, put deterministic logic in scripts, deep documentation in references, and output templates in assets to keep the core SKILL.md lightweight.

Do I need scripts and references to make a valid SKILL.md?

You do not need scripts and references to make a valid SKILL.md; only the YAML frontmatter and an optional body are required, while scripts and references enhance modular workflows.