Skip to main content
Run any Skill in Manus
with one click
GitHub repository

h2a

h2a contains 7 collected skills from rhanka, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
0
updated
2026-07-19
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

harness
software-developers

Route repository work through the sentropic harness method. Use in a sentropic repo for branch scope, brainstorming, planning, debugging, testing, review, or adopting harness conventions in a new repo.

2026-07-19
using-harness
software-developers

Load FIRST in any sentropic repo โ€” establishes the harness method (branch/scope/test/debug/review/brainstorm/plan) and replaces legacy superpowers for those acts.

2026-07-19
track-operation
computer-occupations-all-other

Use when the user asks for a track report, status, or advancement/progress report โ€” run the CLI `track report` from the repo root and return its AI-prepared, cited output verbatim; never substitute the deterministic `track_report` MCP projection for a human AI report. Also use when an agent needs to read, update, import, or verify track state; when a BRANCH.md or plan/NN-BRANCH_*.md changed; or when deciding between Track MCP and CLI. MCP remains read-only, writes/imports use the CLI, and .track is append-only/single-writer.

2026-07-15
h2a
computer-occupations-all-other

Coordinate with other CLI agents (Claude Code, Codex, Gemini) via the h2a protocol โ€” open a live session, list peers, exchange messages, drive a signed negotiation or objective loop. Use when the user wants the current CLI to interact with another agent through a shared workspace.

2026-07-15
branch-lifecycle
software-developers

Use at a branch merge or branch-close to protect track's event log from merge-time loss and to refresh acceptance. DETECT-and-GUIDE only, never auto-repair: judge git ancestry in the shell, detect STRUCTURAL event loss via `track events-contains` (NOT audit.orphan, which is blind to a reparent lost toward a valid parent), recover OPPORTUNISTICALLY from a surviving ref/reflog before declaring anything irrecoverable, then re-anchor acceptance freshness with query/report --require-accepted + consolidate and RE-READ to surface done-but-skipped items. Orchestrates the existing CLI; reimplements nothing.

2026-07-04
present-decision
computer-occupations-all-other

Use when an agent must present a complex, irreversible, cross-owner, security/contract-affecting, costly, or genuinely balanced decision to a human owner โ€” or must choose between decide-and-trace, a quick ask, and a full decision dossier. The agent presents at the level of the stakes, never sells its preferred option, and records the decision in track. This is agentโ†’human; it is NOT h2a (h2a ATTENTION is the inter-agent presenter).

2026-07-04
propose-workpackages
computer-occupations-all-other

Use when a flat track backlog has grown past a handful of items and needs structuring into a small set of perennial workpackages (WPs) โ€” durable themes by owning concern, not milestones โ€” so a conductor can pilot %-by-WP. The skill reads the backlog, clusters by durable concern, and EMITS A PROPOSAL (the WP set + a per-item reparent plan) the human ratifies before anything is written. It never auto-restructures; for a consequential restructuring it composes present-decision. This is agentโ†’human structuring of one repo's own backlog.

2026-07-04