skill-creator

Define and structure modular Claude Skills with reusable resources.

357|29|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/brianlovin/claude-config --skill skill-creator-brianlovin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/brianlovin/claude-config/tree/main/skills/skill-creator
Command: npx skills add https://github.com/brianlovin/claude-config --skill skill-creator-brianlovin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a clear, structured approach for designing modular Claude Skills, enabling teams to standardize frontmatter, templates, and resource organization to reduce friction and promote reuse.

Core Features & Use Cases

  • Structured SKILL.md frontmatter and guidance to define a skill's purpose, scope, and usage.
  • Patterns for organizing bundled resources (scripts, references, assets) to support scalable skill development.
  • Step-by-step lifecycle: initialize, edit, package, and iterate on skills with guardrails and validation.
  • Progressive disclosure design to minimize context load while enabling deep dives when needed.

Quick Start

Run the Skill Initializer to bootstrap a new skill in your skills folder.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure modular Claude Skills with reusable resources?

To structure modular Claude Skills, define frontmatter with name and description, keep the SKILL.md body concise, and organize optional scripts, references, and assets directories to support scalable packaging and reduce friction.

What is the best way to automate workflow templates for Claude skill design?

Automating workflow templates for Claude skill design involves applying structured frontmatter patterns and progressive disclosure design to minimize context load, enabling deep dives into domain knowledge and integrations only when needed.

Does this skill design approach support bundling scripts and references directories?

Yes, this skill design approach supports bundling scripts, references, and assets directories, allowing you to package scalable modular skills that extend Claude with domain knowledge, workflows, or integrations efficiently.

How do I initialize and package a new Claude skill step by step?

You initialize and package a new Claude skill by running the Skill Initializer to bootstrap the project, editing the SKILL.md body, adding modular resources, and iterating with validation guardrails to ensure proper lifecycle management.

Why does progressive disclosure design matter for minimizing context load in skill design?

Progressive disclosure design matters for minimizing context load because it structures modular skill resources to expose only essential frontmatter initially, enabling deep dives into bundled scripts and references only when required.

Can I update existing Claude skills to use standardized frontmatter and templates?

Yes, you can update existing Claude skills by applying this skill during creation or editing to enforce standardized frontmatter, concise SKILL.md bodies, and organized resource directories for improved modularity and reuse.