Awesome-omni-skill execute
Execute implementation plan with elegant, modular code following existing patterns
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/documentation/execute" ~/.claude/skills/diegosouzapw-awesome-omni-skill-execute-ba929a && rm -rf "$T"
manifest:
skills/documentation/execute/SKILL.mdsource content
Execute Plan
Now implement precisely as planned, in full.
Implementation Requirements
- Write elegant, minimal, modular code.
- Adhere strictly to existing code patterns, conventions, and best practices.
- Include thorough, clear comments/documentation within the code.
- As you implement each step:
- Update the markdown tracking document with emoji status and overall progress percentage dynamically.
Status Updates
As you complete each task:
- 🟥 → 🟨 when starting a step
- 🟨 → 🟩 when step is complete
- Update overall progress percentage at the top of the plan document