skill-creator

Create and update Claude skills using structured SKILL.md templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured approach to designing, scaffolding, and packaging Claude skills, enabling teams to produce consistent, reusable, and well-documented capability extensions.

Core Features & Use Cases

  • Standardized SKILL.md templates with required frontmatter and body guidelines to ensure consistent discovery and activation.
  • Bundled resource guidance (scripts, references, assets) with best-practices for progressive disclosure and safe packaging.
  • Quick-start onboarding for new skills, including example directories and templates to accelerate iteration and sharing.

Quick Start

Run the skill initialization workflow to scaffold a new skill named my-skill, customize SKILL.md, populate optional resources as needed, and package it into a .skill file.

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 a consistent structure?

To create a Claude skill with a consistent structure, use standardized SKILL.md templates that enforce required frontmatter and body guidelines for reliable discovery and activation. This ensures your team produces reusable, well-documented capability extensions.

What is the best way to package Claude skills for scalable deployment?

The best way to package Claude skills for scalable deployment is to follow safe packaging best practices, bundling resources like scripts, references, and assets into a final .skill file. This enforces proper organization and naming conventions for modular capabilities.

How does progressive disclosure work when bundling skill resources?

Progressive disclosure works by organizing bundled resources like scripts, references, and assets so that Claude only loads essential information first. This safe packaging method accelerates iteration and keeps complex capability extensions scalable without overwhelming the context.

Do I need to follow specific naming conventions when scaffolding a new skill?

Yes, you need to follow specific naming and organization conventions when scaffolding a new skill. Enforcing these best practices ensures your modular capabilities maintain a consistent structure, enabling safe packaging and scalable deployment across teams.

Can I use example directories and templates to accelerate skill creation?

Yes, you can use example directories and templates to accelerate skill creation and sharing. This quick-start onboarding workflow allows you to scaffold a new skill, customize the SKILL.md file, populate optional resources, and package it efficiently.