skill-creator

Create modular Claude skills with templates and standardized SKILL.md structure.

19|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/jarredkenny/agency-ai --skill skill-creator-jarredkenny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jarredkenny/agency-ai/tree/main/roles/orchestrator/skills/skill-creator
Command: npx skills add https://github.com/jarredkenny/agency-ai --skill skill-creator-jarredkenny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Creator provides a structured framework and onboarding guidance to design, document, and package modular skills for Claude, enabling rapid creation of consistent, reusable AI capabilities.

Core Features & Use Cases

  • Clear frontmatter and body guidance that define when and how to trigger a skill.
  • Bundled resource organization (scripts, references, and assets) with progressive disclosure to minimize context load.
  • Step-by-step workflows for initializing, editing, and packaging skills, plus examples and design patterns for effective skill design.

Quick Start

Initialize a new skill with the provided templates, customize SKILL.md to reflect your domain, add example resources under scripts/, references/, and assets/, then package the skill for distribution.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable Claude skills with a standardized structure?

To create reusable Claude skills, use a framework that enforces standardized frontmatter and a concise Markdown body, organizing optional resources in scripts, references, and assets directories to maintain modularity and minimize context load.

What is the best way to package AI skills for distribution?

The best way to package AI skills for distribution is to follow a structured workflow that initializes the skill, customizes the core Markdown file, adds bundled resources, and packages the final directory for deployment.

How does progressive disclosure work when designing modular Claude skills?

Progressive disclosure in modular Claude skills works by organizing bundled resources into separate scripts, references, and assets directories, minimizing the context load by only exposing necessary information when triggered.

Can I use custom scripts and reference files within a Claude skill?

Yes, you can use custom scripts and reference files within a Claude skill by placing them in the designated scripts and references directories, keeping the main skill body concise while supporting complex workflows.

What frontmatter is required for a Claude skill to trigger properly?

Required frontmatter for a Claude skill includes a name and description, which define the standardized metadata needed to trigger the skill correctly and clarify when and how it should be activated.

Why do I need to organize Claude skill resources into separate directories?

You need to organize Claude skill resources into separate directories to keep skills maintainable, reduce context load through progressive disclosure, and ensure a standardized structure for scripts, references, and assets.