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/data-ai/monitor-db" ~/.claude/skills/diegosouzapw-awesome-omni-skill-monitor-db && rm -rf "$T"
manifest:
skills/data-ai/monitor-db/SKILL.mdsource content
monitor-db
This skill executes the monitor-db workflow from .agent/workflows/monitor-db.md.
Usage
"Run monitor-db"
Or via Discord slash command:
/skill monitor-db
Implementation
This skill reads and executes the workflow file:
cat .agent/workflows/monitor-db.md
Then follows the steps defined in that file.