skills/skill-creator/SKILL.md
Create new Claude Code skills with proper structure and documentation
npx skillsauth add jmsktm/claude-settings Skill CreatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Skill Creator skill helps you design, build, and document new Claude Code skills following ID8Labs standards. It guides you through the complete skill creation process, from concept to implementation, ensuring your skills are well-structured, properly documented, and integrate seamlessly with the Claude Code ecosystem.
This skill automates the boilerplate work of skill creation while enforcing best practices around naming conventions, file structure, workflow design, and documentation. It helps you think through skill design decisions, identify the right complexity level, define clear triggers, and create comprehensive documentation that makes your skills easy to use and maintain.
Use this skill whenever you want to extend Claude Code's capabilities with new, reusable workflows that solve recurring problems or automate complex tasks.
/skills/[slug]/SKILL.md| Action | Command/Trigger | |--------|-----------------| | Create new skill | "Create a skill for [purpose]" | | Scaffold from template | "Scaffold a skill called [name]" | | Review existing skill | "Review this skill: [path or content]" | | Convert workflow to skill | "Turn this workflow into a skill: [workflow]" | | Generate skill metadata | "Generate metadata for [skill concept]" | | Design skill workflows | "Design workflows for [skill purpose]" | | Validate skill structure | "Validate this skill file: [path]" |
Name Clearly: Skill names should be instantly understandable
Choose Right Complexity:
Define Natural Triggers: Use phrases users would actually say
Document Workflows Step-by-Step: Each workflow should be executable
Provide Quick Reference: Users shouldn't need to read full docs
Include Examples: Show real usage
Tag Thoughtfully: Help users discover your skill
Version Properly: Follow semantic versioning
name: Human-Readable Name
slug: kebab-case-identifier
description: One-line description (under 100 chars)
category: development | operations | meta | design | data | testing
complexity: simple | complex | multi-agent
version: "1.0.0"
author: "ID8Labs"
triggers:
- "natural language trigger 1"
- "natural language trigger 2"
tags:
- relevant-tag-1
- relevant-tag-2
dependencies:
tools:
- playwright
- supabase
mcps:
- firecrawl
- github
skills:
- other-skill-slug
requires_config:
- ENV_VAR_NAME: "Description of what this is for"
examples_dir: "./examples"
| Category | Purpose | Examples | |----------|---------|----------| | development | Building and coding | Code review, scaffolding, refactoring | | operations | Deployment and infrastructure | CI/CD, monitoring, deployment | | meta | Skills about AI/skills | Prompt engineering, workflow design | | design | UI/UX and creative work | Component design, design systems | | data | Database and data workflows | Schema design, migrations, queries | | testing | Quality assurance | Test generation, E2E testing | | content | Writing and documentation | Technical writing, marketing copy |
## Core Workflows
### Workflow 1: Execute [Action]
1. Receive input
2. Process input
3. Return output
## Core Workflows
### Workflow 1: [Primary Action]
1. Analyze input
2. **If** [condition]:
- Path A
3. **Else**:
- Path B
4. Synthesize results
5. Validate output
## Core Workflows
### Workflow 1: Coordinate [Task]
1. Assess requirements
2. **Delegate** to Skill A for [subtask]
3. **Delegate** to Skill B for [subtask]
4. **Monitor** progress
5. **Integrate** results
6. Validate final output
Before considering a skill complete:
Skills should evolve with usage:
data-ai
Optimize YouTube videos for SEO, thumbnails, descriptions, and audience retention
testing
Design and facilitate effective workshops with agendas, activities, and outcomes
data-ai
Design and optimize AI-powered workflows for complex tasks
data-ai
Design and implement automated workflows to eliminate repetitive tasks and streamline processes