archive
01Skill Claude CodeCodex
Archive the current Argus task so it moves to the Archive section of the task list. Use at the end of a session when the work is done.
Skill Claude CodeCodex
Archive the current Argus task so it moves to the Archive section of the task list. Use at the end of a session when the work is done.
Skill Claude CodeCodex
Mark the current Argus task as complete. Use when the work for the current worktree is done and the user wants the task to transition to the "complete" status.
Skill Claude CodeCodex
Manage recurring or one-shot tasks in the local Argus daemon via its HTTP API. Use when the user wants to schedule a task locally in argus, create a cron-driven task, fire X every weekday/hour/morning, fire something once at a specific future time (one-shot via runonceat), set up an agent that needs local filesystem…
Skill Claude CodeCodex
The hera plan-DAG: author staged, dependency-ordered multi-worker plans inside an argus sandbox and let the daemon gater materialize each node into a born-bound worker as its blockers finish. Load this (in addition to the base hera skill) when you are a coordinator and the work decomposes into multiple hera worker…
Skill Claude CodeCodex
Corrective review lens: interrogates the tests touched or added by a diff for false confidence, instead of reviewing the diff broadly for correctness (that's hera-review's job). Trusting a green test run is a systematic blind spot broad finders share — codex's blind spot #2 specifically (see…
Skill Claude CodeCodex
Default, user-overridable code review methodology — the review CONTRACT (what to analyze, how to tag findings) that a broad finder follows when spawned inside a hera-spawn-review panel, or that runs standalone via /hera-review for a single-pass review outside a panel. Encodes ralph-review's review contract (behavior /…
Skill Claude CodeCodex
Orchestrate a vendor-diverse review panel over a diff: resolve the project's diligence-profile [panel] via mcpargusprofileresolve, spawn each broad finder and corrective lens as an in-session Claude sub-agent injected with its configured review instruction, synthesize every finder's output into the canonical finding…
Skill Claude CodeCodex
Inside an argus sandbox (cwd under /.argus/worktrees/ or ARGUSTASKID set), coordinate multi-agent work via hera's mcpargushera tools — bootstrap an orchestrator, claim or attach a worker/freelance role, spawn workers, and message roles over the idle-gated bus. Load this skill when you are (or are becoming) a…
Skill Claude CodeCodex
Resolve a diligence profile's per-archetype model (and, where the dispatch mechanism accepts it, effort) for Claude's NATIVE sub-agent dispatch (the Agent/Task tool, or Workflow's agent()) — as opposed to hera worker spawn, which already gets this via internal/agent.ResolveModel. Use when a coordinator or pipeline…