supernovae-st

53 mods across 2 repositories, 62 stars between them.

PostToolUse

25

supernovae-st/nika

Hook Claude Code

Runs after a tool call finishes for Bash, Write and Edit tool calls, executing check-all.sh with --format, --quiet and --show-toplevel (5 commands). From supernovae-st/nika.

60 2d ago A tokens not measured AGPL-3.0

SessionStart

26

supernovae-st/nika

Hook Claude Code

Runs when a session starts, executing check-all.sh with --format, --show-current and --quiet (2 commands). From supernovae-st/nika.

60 2d ago A tokens not measured AGPL-3.0

Stop

27

supernovae-st/nika

Hook Claude Code

Runs when the agent finishes a response, executing check-all.sh. From supernovae-st/nika.

60 2d ago A tokens not measured AGPL-3.0

nika

28

supernovae-st/nika

Settings file Claude Code

Nika Diamond — public DX settings only. HQ-coupled hooks live in .claude/settings.local.json (gitignored). Last edited 2026-04-16: gitnexus removed (spn-insight replaces it S8-S9).

60 2d ago A tokens not measured AGPL-3.0

crate-admit

29

supernovae-st/nika

Skill Claude CodeCodex

Guided 12-gate crate admission workflow. Runs each gate sequentially and stops on first failure. Use when you believe a crate is ready to join the workspace.

60 2d ago A 38 tokens AGPL-3.0

gate-check

30

supernovae-st/nika

Skill Claude CodeCodex

Run the 12 gates against a named crate and report pass/fail per gate. Use before crate admission or when verifying gate progress on an in-flight crate.

60 2d ago A 35 tokens AGPL-3.0

nika AGENTS.md

31

supernovae-st/nika

Instructions file CodexOpenCode

AGENTS.md instructions for supernovae-st/nika, covering agents — nika diamond, repository snapshot, what to read first, hard rules (non-negotiable) and crate admission: 12 gates.

60 2d ago A 1,888 tokens AGPL-3.0

nika CLAUDE.md

32

supernovae-st/nika

Instructions file

Claude Code instructions for supernovae-st/nika, covering diamond architecture essentials, workspace layout, hygiene vectors and forward-compat invariants are non-negotiable.

60 2d ago A 423 tokens AGPL-3.0

nika

33

supernovae-st/nika-plugins

Plugin Claude CodeCodex

Author, debug, operate and migrate AI workflows as checkable .nika.yaml files — 4 skills, 3 subagents, 2 rules, 6 slash commands (/nika:check · /nika:explain · /nika:new · /nika:trace · /nika:permits · /nika:doctor), 3 hooks on every surface — Cursor, Claude Code and Codex (one dialect, sniffed) (session context ·…

2 today A tokens not measured AGPL-3.0

nika

34

supernovae-st/nika-plugins

MCP server Claude CodeCodexCursor +2

MCP server "nika" as configured in supernovae-st/nika-plugins. Launched with nika mcp.

2 today A tokens not measured AGPL-3.0

nika-author

35

supernovae-st/nika-plugins

Agent Codex

Writes and repairs .nika.yaml workflows with the deterministic authoring protocol. Use when the user wants repeatable AI work turned into a workflow file, asks for a .nika.yaml, or a nika check must pass. Routes intent to a template, fills the SLOT markers, then loops nika check until rc=0. Its craft is WRITING …

2 today A 96 tokens AGPL-3.0

nika-debugger

36

supernovae-st/nika-plugins

Agent Codex

Root-causes failed or paused Nika runs from their hash-chained traces. Use when nika run exited red, a run paused on a prompt and needs the exact resume line, a NIKA-XXXX runtime finding needs a cause, or a trace must be verified and explained. Evidence-first — reads .nika/traces via nika trace; its craft is the…

2 today A 113 tokens AGPL-3.0

nika-migrator

37

supernovae-st/nika-plugins

Agent Codex

Ports an existing script, Makefile target, CI job or prompt chain to a checkable .nika.yaml workflow. Use when converting ad-hoc automation to nika, when a shell script wraps LLM/HTTP/file plumbing, or when a prompt chain in a doc should become a runnable, auditable file. Inventories side effects first, maps steps to…

2 today A 91 tokens AGPL-3.0

check

38

supernovae-st/nika-plugins

Command Codex

Audit a .nika.yaml workflow before it runs — findings with their NIKA-XXXX codes, cost envelope, permits.

2 today A 23 tokens AGPL-3.0

doctor

39

supernovae-st/nika-plugins

Command Codex

Diagnose this machine's Nika surface — binary, plugin kits, providers, wiring — every problem with its exact fix command.

2 today A 25 tokens AGPL-3.0

explain

40

supernovae-st/nika-plugins

Command Codex

Narrate a workflow (waves · cost · touches · how to run) or teach a NIKA-XXXX error code.

2 today A 24 tokens AGPL-3.0

new

41

supernovae-st/nika-plugins

Command Codex

Scaffold a workflow from an embedded template, then audit it clean.

2 today A 13 tokens AGPL-3.0

permits

42

supernovae-st/nika-plugins

Command Codex

Infer and paste the tightest permits boundary — the workflow's declared blast radius, default-deny from then on.

2 today A 22 tokens AGPL-3.0

trace

43

supernovae-st/nika-plugins

Command Codex

Read a run's flight recorder — verdict, failing task, tamper check, and the exact resume line if paused.

2 today A 23 tokens AGPL-3.0

nika-delegation

44

supernovae-st/nika-plugins

Cursor rule Codex

When the user describes repeatable, multi-step or scheduled AI work (a prompt chain, an automation, a pipeline, "do this every time"), propose authoring it as a Nika workflow instead of ad-hoc scripting — and route to the bundled nika skills, subagents and MCP tools.

2 today A 60 tokens AGPL-3.0

nika-authoring

46

supernovae-st/nika-plugins

Skill Claude CodeCodex

Author, check and repair Nika workflows (.nika.yaml files — the workflow language for AI). Use when writing or editing a .nika.yaml file, converting a repeated AI task or prompt chain into a workflow, or when nika check reports NIKA-XXXX findings to fix.

2 today A 60 tokens AGPL-3.0

nika-debugging

47

supernovae-st/nika-plugins

Skill Claude CodeCodex

Diagnose and repair failed, paused or suspicious Nika runs from their traces (.nika/traces). Use when nika run exited red, a run paused on a prompt, a NIKA-XXXX runtime finding needs a root cause, a trace must be read or tamper-verified, or a fixed workflow needs a surgical partial rerun.

2 today A 73 tokens AGPL-3.0

nika-migration

48

supernovae-st/nika-plugins

Skill Claude CodeCodex

Convert existing automation — shell scripts, Python glue, Makefile targets, CI jobs, prompt chains in docs — into checkable .nika.yaml workflows. Use when a script wraps LLM calls or HTTP/file plumbing, a prompt chain lives in a README or notebook, or ad-hoc automation needs audit, cost bounds and replayable traces.

2 today A 72 tokens AGPL-3.0