skill-creator

Guide creation, structuring, and packaging of Claude Code skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adamfeldman/compound-workflows --skill skill-creator-adamfeldman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/adamfeldman/compound-workflows/tree/main/plugins/compound-workflows/skills/skill-creator
Command: npx skills add https://github.com/adamfeldman/compound-workflows --skill skill-creator-adamfeldman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, structuring, and packaging new skills for Claude Code, ensuring consistency and discoverability.

Core Features & Use Cases

  • Skill Anatomy: Understand the essential SKILL.md file and optional scripts/, references/, and assets/ directories.
  • Creation Process: Follow a step-by-step guide from understanding requirements to packaging the final skill.
  • Use Case: When you need to develop a new skill to add custom functionality to Claude Code, use this skill to learn the best practices and follow the recommended workflow.

Quick Start

Follow the steps outlined in this skill to create a new skill named 'my-new-skill' in the 'skills/public' directory.

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 custom skill for Claude Code?

To create a custom skill for Claude Code, follow a structured process from understanding requirements to packaging, ensuring you build a modular, self-contained extension for AI agents.

What is the required structure for a Claude Code skill?

A Claude Code skill requires a core SKILL.md file and utilizes optional scripts, references, and assets directories to organize bundled resources and ensure self-contained modularity.

How do I package AI agent extensions for Claude Code?

Packaging AI agent extensions involves organizing modular resources like scripts, references, and assets into a self-contained directory structure that ensures consistency and discoverability.

Do I need prior developer experience to build Claude Code skills?

Building Claude Code skills requires an intermediate level of implementation depth, meaning you should understand skill anatomy, directory structures, and packaging workflows to develop extensions effectively.

When should I use bundled resources in skill creation?

You should use bundled resources like scripts, references, and assets during skill creation when your custom functionality requires supporting files to operate as a modular, self-contained extension.