Awesome-omni-skill skill-name

A clear description of what this skill does and when to use it. Include specific triggers like "Use when the user mentions X" or "Use when working with Y files."

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/cli-automation/skill-name" ~/.claude/skills/diegosouzapw-awesome-omni-skill-skill-name && rm -rf "$T"
manifest: skills/cli-automation/skill-name/SKILL.md
source content

Skill Title

Brief overview of what this skill helps accomplish.

When to Use

  • Trigger condition 1
  • Trigger condition 2

Workflow

Copy and track progress:

Task Progress:
- [ ] Step 1: Description
- [ ] Step 2: Description
- [ ] Step 3: Description

Step 1: First Step

Instructions for the first step.

# Example command
example-command --flag value

Step 2: Second Step

Instructions for the second step.

Step 3: Third Step

Instructions for the third step.

Quick Reference

ConceptFormatExample
Item 1formatexample
Item 2formatexample

Additional Resources