skill-creator
Guide for creating effective skills that extend Claude's capabilities
$ Installieren
git clone https://github.com/breverdbidder/life-os /tmp/life-os && cp -r /tmp/life-os/.claude/skills/skill-creator ~/.claude/skills/life-os// tip: Run this command in your terminal to install the skill
SKILL.md
name: skill-creator description: Guide for creating effective skills that extend Claude's capabilities
Skill Creator
Build custom Claude skills for repetitive workflows.
Process
1. Identify Use Cases
Collect 3-5 concrete examples when skill would be used.
2. Determine Contents
- SKILL.md (required): Instructions
- scripts/ (optional): Python/bash executables
- references/ (optional): Documentation
- assets/ (optional): Templates, boilerplate
3. Write SKILL.md
---
name: skill-name
description: Clear 1-2 sentence description
---
# Skill Name
## When to Use This Skill
- Use case 1
- Use case 2
## Instructions
Step-by-step guidance for Claude
## Examples
Concrete examples with inputs/outputs
4. Keep Minimal
Only include what Claude needs to execute.
Usage
"Use skill creator to build Supabase integration skill"
Repository

breverdbidder
Author
breverdbidder/life-os/.claude/skills/skill-creator
0
Stars
0
Forks
Updated15h ago
Added1w ago