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/fullstack-web/hlab-executor" ~/.claude/skills/diegosouzapw-awesome-omni-skill-hlab-executor && rm -rf "$T"
manifest:
skills/fullstack-web/hlab-executor/SKILL.mdsource content
HLab Executor Skill
Inputs
- Follow
andAGENTS.md
.docs/BASELINE.md - Apply exact changes requested by the planner.
Output Requirements
- Provide copy/paste commands.
- Provide diffs or patch summary.
- Provide test outputs (lint/smoke/ci).
Hard Prohibitions
- No
.sudo -E - No secrets.
- No language branching in engines.
- No fake tuning.
Verification
- After changes, run:
make lint-strictmake smoke
(or the repo’s documented equivalents)make ci