Harness Skills is a reusable skill pack for teams that want Codex to do meaningful implementation work inside real repositories. It helps you bootstrap agent-ready repos, verify UI journeys, capture bug evidence, run cleaner PR review loops, and reduce agent drift.
- Read
index.mdand choose the closest workflow to your current pain. - Start with one or two skills, not the whole pack.
- Copy the skill folders you need into your own setup or use them as references for your internal skill library.
- Rewrite the linked
references/,scripts/, andassets/files so they match your repo layout, commands, and team conventions.
- New repo or migration:
scaffold-agent-repo->capture-repo-knowledge->manage-exec-plans - Browser-visible bug or regression:
provision-worktree-stack->verify-ui-journeys->record-bug-evidence - Cleanup and quality loop:
triage-observability->clean-agent-drift->enforce-layered-architecture->enforce-taste-invariants->update-quality-grades
- Repo structure assumptions such as docs folders, plan locations, and
AGENTS.mdconventions - Validation commands, CI checks, and PR review routines
- Route maps, local test accounts, flaky-flow notes, and environment bootstrap commands
- Architecture rules, naming rules, logging conventions, and quality rubrics
See index.md for the full skill map and use PUBLIC_MANIFEST.md if you need the exact exported file list.
- Run
python3 scripts/validate_skill_pack.pyfor the repo-wide harness validation. - The privacy and personal-data scan lives in
scripts/check_public_repo_safety.pyand is invoked through the shared validator. - This repo includes a tracked pre-push hook in
.githooks/pre-pushand a GitHub Actions workflow in.github/workflows/public-repo-safety.yml. - Keep your repo-local git email on a GitHub noreply address for public commits.