create-skill

Community

Empower Claude with custom skills, effortlessly.

AuthorCygnusfear
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Extending Claude's capabilities with specialized knowledge or tools requires understanding the skill anatomy and best practices for effective AI consumption. This skill provides comprehensive guidance through the entire skill creation process, from conceptualization to testing and iteration.

Core Features & Use Cases

  • Skill Anatomy & Progressive Disclosure: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/) and how to manage context efficiently.
  • Step-by-Step Creation Workflow: Guides users through understanding concrete examples, planning reusable content, initializing, editing, and iterating on skills.
  • Best Practices for AI Consumption: Emphasizes metadata quality, imperative writing style, and avoiding duplication to optimize skill usage by AI agents.
  • Use Case: A developer wants to create a new skill to integrate Claude with their company's internal CRM. This skill guides them through defining the CRM's API schema in references/ and creating scripts/ for common operations, ensuring the skill is robust and effective.

Quick Start

Choose a descriptive skill name (e.g., "analyze-excel")

SKILL_NAME="my-new-skill"

Create the basic directory structure

mkdir -p skills/$SKILL_NAME/{scripts,references,assets}

Start editing the SKILL.md file

(e.g., nano skills/$SKILL_NAME/SKILL.md)

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: create-skill
Download link: https://github.com/Cygnusfear/claude-stuff/archive/main.zip#create-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository