AGPL-3.0-or-later · forever.

the integrations

In your stack.

Nika meets you where you work: your agent gets the plugin kit, your editor gets the live DAG, your terminal gets the binary — and they compose. Every room below is README-true: the commands are the repos' own, never invented.

  • 6client lanesagent · editor · MCP
  • 8public reposthe reference wing
  • v1one envelopethe same file everywhere
  • read-onlythe oracleagents audit before they spend

the full kit

the three lanes compose

Most people run all three. The binary does the work, the extension draws the file, the plugin teaches the agent to delegate — one sitting installs the lot.

the binary
curl -fsSL https://nika.sh/install.sh | sh
the editor
code --install-extension supernovae.nika-lang
the agent
claude plugin marketplace add supernovae-st/nika-agents && claude plugin install nika@nika

pick your client

6 lanes · one room each
  1. One plugin install hands the agent the whole kit: 4 skills, 3 subagents, 5 slash commands, the read-only MCP oracle and the seatbelt hooks.

    add the marketplace
    claude plugin marketplace add supernovae-st/nika-agents
  2. Codex installs the identical plugin kit from the identical repo — skills, subagents, commands, the MCP oracle.

    add the marketplace
    codex plugin marketplace add supernovae-st/nika-agents
  3. Cursor takes BOTH halves: the plugin bundle (rule · skill · subagent · commands · hooks · MCP) from its marketplace, and the editor extension from Open VSX.

  4. A .nika.yaml file becomes a live graph: prompts on the cards, wires carrying named data, permits as chips. See the DAG before you run it.

    from the cli
    code --install-extension supernovae.nika-lang
  5. The Hermes-facing skill teaches the delegation idiom: Hermes orchestrates, Nika executes — repeatable work leaves the chat and becomes a checkable file.

    tap the marketplace
    hermes skills tap add supernovae-st/nika-agents
  6. any MCP clientAGPL-3.0-or-later

    The binary IS the MCP server: `nika mcp` serves 9 read-only tools — check, inspect, explain, schema, examples, template, canon, catalog, tools.

    wire a known client
    nika wire cursor

the public surfaces

8 repos · every claim README-true
  1. the engineAGPL-3.0-or-later

    The reference engine: one Rust binary that checks, prices, runs and traces workflow files.

  2. the specApache-2.0

    The language specification: nine chapters, the JSON Schema, the canon counts, the template pack, the conformance suite.

  3. the registryApache-2.0

    The npm-of-workflows: share workflow files as verified, content-pinned entries.

  4. A typed, zero-dependency TS client: drive the shipped binary today, target the future serve API without pretending.

  5. A full SEO + GEO site audit as ONE workflow file: discover, crawl bounded, score deterministically, one narrated verdict.

  6. The task-oriented documentation, built by Mintlify from a public source repo.

  7. The official Homebrew tap, tracking the latest tagged release.

  8. nika.sh itself: every page a projection of pinned sources, every count derived, every claim re-proven in CI.

Start local: install the binary. The whole language lives in the map. Read the spec →