Awesome-omni-skill skill-name

Use when [describe trigger conditions — when should this skill auto-activate?]

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

Skill Name

Core Workflow

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]
  4. [Step 4]
  5. [Step 5]

Reference Guide

Load the detailed guidance based on context:

TopicReferenceLoad When
[Topic 1]
references/file.md
[Condition 1]
[Topic 2]
references/file.md
[Condition 2]

Constraints

MUST DO

  • [Constraint 1]
  • [Constraint 2]
  • [Constraint 3]

MUST NOT DO

  • [Constraint 1]
  • [Constraint 2]
  • [Constraint 3]