← ClaudeAtlas

skill-creatorlisted

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
bloody2634/claud-skills · ★ 4 · AI & Automation · score 70
Install: claude install-skill bloody2634/claud-skills
# Skill Creator This skill provides guidance for creating effective skills. ## About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. ### What Skills Provide 1. Specialized workflows - Multi-step procedures for specific domains 2. Tool integrations - Instructions for working with specific file formats or APIs 3. Domain expertise - Company-specific knowledge, schemas, business logic 4. Bundled resources - Scripts, references, and assets for complex and repetitive tasks ## 🔧 **BASH COMMAND ATTRIBUTION PATTERN** **CRITICAL: Before executing EACH bash command, MUST output:** ``` 🔧 [skill-creator] Running: <command> ``` **Examples:** ``` 🔧 [skill-creator] Running: mkdir -p .claude/skills/new-skill/scripts 🔧 [skill-creator] Running: touch .claude/skills/new-skill/skill.md 🔧 [skill-creator] Running: bash .claude/skills/colored-output/color.sh skill-header "skill-creator" "Creating skill..." ``` **Why:** This pattern helps users identify which skill is executing which command, improving transparency and debugging. --- ## 🎨 **VISUAL OUTPUT FORMATTING** **CRITICAL: All skill-creator output MUST use the colored-output formatter skill!** ### Use Colored-Output Skill **