# Hlab Executor

> HLab Executor Skill

- Skill: `majiayu000/hlab-executor` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/hlab-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/hlab-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/majiayu000/hlab-executor

---


# 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)

