nteract

29 mods across 2 repositories, 2.9k stars between them.

blog-post

01

nteract/semiotic

Skill Claude CodeCodex

Author a new entry for the Semiotic blog. Use this skill whenever the user asks for a blog post, release summary, chart explainer, or case study to publish at /blog/SLUG.

2.7k 2d ago A 44 tokens original Apache-2.0

nteract/semiotic

Instructions file GitHub Copilot

Instructions for nteract/semiotic: Use AGENTS.md as the authoritative repository-wide development guide. This short compatibility file exists for Copilot surfaces that do not yet load AGENTS.md directly; open that file when the task needs repository layout, commands, product contracts, or the full verification matrix.

2.7k 2d ago A 336 tokens original Apache-2.0

code-review

03

nteract/semiotic

Skill Claude CodeCodex

Review Semiotic pull requests for behavioral bugs, regressions, contract drift, and missing evidence. Use for GitHub Copilot code review of TypeScript/React charts, Stream Frames, canvas and browser interactions, SSR, public exports, docs/examples, AI schemas and tooling, generated contracts, tests, CI baselines, and…

2.7k 2d ago A 97 tokens original Apache-2.0

semiotic

04

nteract/semiotic

MCP server Claude CodeCodexCursor +2

MCP server "semiotic" as configured in nteract/semiotic. Runs locally from the semiotic-mcp npm package.

2.7k 2d ago A tokens not measured original Apache-2.0

semiotic AGENTS.md

05

nteract/semiotic

Instructions file CodexOpenCode

Instructions for nteract/semiotic, covering semiotic repository instructions, scope, source map, repository layout and working agreements.

2.7k 2d ago A 1,342 tokens original Apache-2.0

semiotic CLAUDE.md

06

nteract/semiotic

Instructions file

Instructions for nteract/semiotic, covering semiotic claude code instructions and claude code notes.

2.7k 2d ago A 129 tokens original Apache-2.0

semiotic-charts

07

nteract/semiotic

Skill Claude CodeCodex

Generate trustworthy, accessible, agent-legible charts with Semiotic. Use whenever you produce a data visualization in a React/TypeScript app, stream a chart as generative UI, or pick a chart type for a dataset. Emit a validated config and run the trust loop — never hand-write chart JSX that breaks on first paint.

2.7k 2d ago A 71 tokens original Apache-2.0

nteract/semiotic

Skill Claude CodeCodex

Inspect a ChatGPT Apps MCP server codebase and generate chatgpt-app-submission.json with app info suggestions, tool hint justifications, test cases, and negative test cases, then report review-check findings and outputSchema warnings for submission review.

2.7k 2d ago A 56 tokens original Apache-2.0

semiotic

09

nteract/semiotic

Cursor rule

Semiotic React data visualization — 30+ chart types (line, bar, network, geo, streaming), push API, MCP server, TypeScript strict mode.

2.7k 2d ago A 0 tokens original Apache-2.0

architecture

10

nteract/nteract

Skill Claude CodeCodex

Architecture and documentation framing for cross-cutting repo decisions, docs taxonomy placement, ADRs, memos, PRDs, implementation plans, audits, measurements, runbooks, and source-grounded proposals. Use when deciding where durable docs belong, drafting or moving architecture/product/design docs, or promoting…

164 2d ago A 84 tokens original BSD-3-Clause

automerge-sync

11

nteract/nteract

Skill Claude CodeCodex

Automerge sync protocol internals, document model (OpSet, ChangeGraph, fork/merge, save/load lifecycle), and higher-level protocol design patterns. Use when debugging sync failures, reasoning about convergence, changing reconnection logic, working with document structure, diagnosing panics in op application, adding…

164 2d ago A 82 tokens original BSD-3-Clause

daemon-dev

12

nteract/nteract

Skill Claude CodeCodex

Develop, debug, and manage the runtimed daemon, Python bindings, build system, and Python bindings. Use when working on daemon code, kernel issues, maturin builds, or xtask workflows.

164 2d ago A 43 tokens original BSD-3-Clause

execution-pipeline

13

nteract/nteract

Skill Claude CodeCodex

The end-to-end cell execution pipeline from MCP tool call through daemon to kernel and back. Use when debugging execution failures, understanding output timing, investigating why outputs are missing or stale, or modifying the execute/run-all flow. Covers requiredheads, CellQueued, RuntimeStateDoc polling, output-sync…

164 2d ago A 68 tokens original BSD-3-Clause

frontend-dev

14

nteract/nteract

Skill Claude CodeCodex

Frontend development for nteract UI/product surfaces, Elements fixtures, hot reload, dev daemon setup, MCP server workflow, TypeScript bindings via ts-rs, and reactive state work that touches RxJS streams, useSyncExternalStore stores, or WASM-backed notebook/runtime projections.

164 2d ago A 59 tokens original BSD-3-Clause

nteract/nteract

Skill Claude CodeCodex

Understand the MCP server session lifecycle: proxy supervision, daemon watch loop, session state machine, rejoin/reconnect races, and room eviction. Use when working on runt-mcp, runt-mcp-proxy, daemonwatch.rs, or any code that reads/writes the session Arc >>.

164 2d ago A 71 tokens original BSD-3-Clause

nteract-diagnostics

16

nteract/nteract

Skill Claude CodeCodex

Pull and triage submitted nteract diagnostics archives from Cloudflare using a diagnostics id/token. Use when investigating "submit logs" reports, runtimed/notebook/MCP diagnostic archives, telemetry diagnostics uploads, or failures where the user gives an id and token.

164 2d ago A 58 tokens original BSD-3-Clause

releasing

17

nteract/nteract

Skill Claude CodeCodex

Release and version the project. Only invoke manually.

164 2d ago A 13 tokens original BSD-3-Clause

testing

18

nteract/nteract

Skill Claude CodeCodex

Run tests, verify changes, and collect diagnostics. Use when running tests, writing new tests, verifying code changes before commit, or collecting logs for debugging.

164 2d ago A 33 tokens original BSD-3-Clause

nteract

19

nteract/nteract

Plugin Claude Code

Plugin marketplace listing 2 plugins: nteract, nightly.

164 2d ago A tokens not measured original BSD-3-Clause

async-rust-lsp

20

nteract/nteract

Plugin Claude Code

Detects tokio::sync::Mutex guards held across .await points.

164 2d ago A tokens not measured original BSD-3-Clause

SessionStart

21

nteract/nteract

Hook Claude Code

Runs when a session starts on startup and resume, executing cloud-bootstrap.sh. From nteract/nteract.

164 2d ago A tokens not measured original BSD-3-Clause

PostToolUse

22

nteract/nteract

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From nteract/nteract.

164 2d ago A tokens not measured original BSD-3-Clause

nteract

23

nteract/nteract

Settings file Claude Code

Agent settings declaring 2 hook events (SessionStart, PostToolUse) and 11 allowed tools.

164 2d ago A tokens not measured original BSD-3-Clause

nteract-dev

24

nteract/nteract

MCP server Claude CodeCodexCursor +2

MCP server "nteract-dev" as configured in nteract/nteract. Launched with cargo run -p mcp-supervisor. Needs 3 environment variables to run.

164 2d ago A tokens not measured original BSD-3-Clause