Minute 0-2 · install the binary
Minute 2-5 · teach the repo
AGENTS.md (read natively by Codex,
Claude Code, Cursor, OpenCode, Hermes, Jules and every AGENTS.md-aware
tool), the Cursor rule, the Copilot instructions, the repo-level
agent skill, and the .vscode schema wiring.
Idempotent — existing files are skipped.
Minute 5-7 · wire the oracle
Minute 7-10 · prove the loop
Ask your agent:
Create a workflow from the chain template that summarizes ./notes.md
into ./out/brief.md, check it, then run it with the mock model.
The agent scaffolds (nika new --from chain), audits (nika check — plan,
cost floor, permits, before any token is spent), runs offline
(--model mock/echo), and the receipts land in .nika/traces/
(nika trace verify → exit 0).
Then: CI receipts
Put the GitHub Action on the repo — every PR that touches a.nika.yaml gets a sticky comment with the check verdict,
the honest cost floor, required secrets and the DAG. Check-only, zero
secrets, by default.
The per-tool pages
- OpenCode — native skills + AGENTS.md + MCP; zero packaging needed.
- Hermes — the delegation pattern: Hermes orchestrates, Nika runs the repeatable work with receipts.
- GitHub Actions — plan with receipts on every PR.
- Everything MCP-capable — Cursor · Claude Code · Codex · Zed · Gemini CLI · Windsurf · Continue · Cline · Aider, one stanza each.