Awesome-omni-skill hlab-executor

HLab Executor Skill

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.md
source content

HLab Executor Skill

Inputs

  • Follow
    AGENTS.md
    and
    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-strict
    • make smoke
    • make ci
      (or the repo’s documented equivalents)