Awesome-omni-skill skill-name
A clear description of when this skill should activate and what it does
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/skill-name" ~/.claude/skills/diegosouzapw-awesome-omni-skill-skill-name-c555b0 && rm -rf "$T"
manifest:
skills/tools/skill-name/SKILL.mdsource content
Skill Name
Overview
Provide a brief overview of what this skill does and when it should be used.
Instructions
Detailed step-by-step instructions for how to use this skill:
- First step
- Second step
- Third step
Examples
Provide examples of inputs and expected outputs.
Example 1
Input:
[Example input]
Output:
[Expected output]
Notes
- Any additional notes or considerations
- Edge cases to be aware of
- Best practices