arcgram
01Plugin Claude Code
Plugin marketplace listing 1 plugin: arcgram.
Plugin Claude Code
Plugin marketplace listing 1 plugin: arcgram.
Plugin Claude Code
Surface an AI agent's thinking and make it auditable. Instead of a wall of prose, your agent commits its reasoning to typed nodes and explicit edges — real data you inspect and correct node by node, converging on ground truth that carries across turns, sessions, and agents. Use it as an agent harness or operating…
Skill Claude CodeCodex
Generate an interactive node-and-edge diagram as a single standalone HTML file (Arcgram v2). Triggers on: arcgram, interactive/architectural diagram, topology, node graph, flow diagram, system map, dependency graph, workflow diagram, knowledge map, 'show me how X connects to Y', 'visualize this workflow', 'make this a…
Skill Claude CodeCodex
Validate an Arcgram diagram as a logic spec: is the flow well-formed and coherent? Reads node/edge structure (id/f/t/kind/role/type), never geometry. Typed findings - dangling edge, orphan node, missing branch, disconnected island, duplicate id, missing schema, plus optional coherence (every action traces to a goal).…
Skill Claude CodeCodex
Check that an Arcgram diagram's @spec values still match the code that implements it. Reads each node's desc "@spec key=value" line, finds the same-named code constant (holdms HOLDMS / holdMs), diffs the literals. Typed findings: drift, missing constant, non-literal, ambiguous. Reads only the @spec line + named…
Skill Claude CodeCodex
Run both Arcgram self-checks in one call. A thin wrapper over Checkpoint (structure) and Reconcile (values): validate(diagram,{code}) runs Checkpoint always and Reconcile when code is supplied, then merges into one source-tagged result in the same {findings,summary,attestation,clean} contract. clean = checkpoint.clean…
Plugin Claude Code
Plugin marketplace listing 4 plugins: session-measurement, throughline, notify-me, strain.
Plugin Claude Code
Task-Track & Handoff for AI agents on long, multi-session work. Within a session it pins one ⭐️ MAIN goal (frozen title, explicit verdict at close) in an emoji-tagged task list so the agent doesn't drift; across sessions or agents it writes a plain-markdown handoff the next agent re-derives before trusting. Not for…
Command
Capture this session as a Throughline handoff so any agent can resume it cleanly.
Command
Pick up work from a prior handoff document — orient, re-derive against ground truth, then continue.
Skill Claude CodeCodex
Throughline keeps the thread of work intact on work that's big enough to drift or that outlives one sitting. Two linked habits: (1) TASK TRACK — an emoji-tagged task list with exactly one ⭐️ MAIN goal anchor, so you can see at a glance whether you're still solving the main thing or have drifted; (2) HANDOFF — compact…
Plugin Claude Code
Calls you back when an agent needs you. The moment an agent gets blocked waiting on your decision, notify-me pushes a notification to your phone (via ntfy) and/or plays a sound on your computer — so you can step away and still know when you're needed. Works with any agent that supports plugin hooks. No account, no…
Hook
Runs when the agent sends a notification, executing notify.sh via bash. From jovesun-lab/whetstone.
Hook
Runs when the agent finishes a response, executing notify.sh via bash. From jovesun-lab/whetstone.
Hook
Runs when a session starts, executing check-setup.sh via bash. From jovesun-lab/whetstone.
Skill Claude CodeCodex
Set up or change notify-me — the plugin that pings the user's phone (via ntfy) and/or plays a sound when an agent is blocked or finished. Use when the user says "set up notify-me", "set up notifications", "notify me when you're blocked", "call me back when you need me", "change the alert sound", "turn the chime…
Plugin Claude Code
Measure an AI agent's per-session performance on a small, stable metric set and track it as a trend over a long run, so you can tell whether a change — a new model version, a new operating frame, a new skill set — actually improved the agent or regressed it. Records a plain-markdown trend table (canonical…
Skill Claude CodeCodex
Measure an AI agent's per-session performance on a small, stable metric set and track it as a trend over a long run, so you can tell whether a change — a new model version, a new operating frame/scaffolding, a new skill set — actually improved the agent or regressed it. Use this whenever someone wants to benchmark…
Plugin Claude Code
A session-strain meter for long agent sessions. Counts how loaded a single conversation has become and makes the agent report it on its own, on a schedule it cannot quietly skip, so you find out that a session should be wrapped before its answers start degrading. Reads the real context size on hosts that expose one…
Skill Claude CodeCodex
Read how loaded the current session has become and report it as a tier, so a conversation gets wrapped before its answers start degrading. Use whenever someone asks how the session is holding up, whether it is time to wrap or start fresh, why the agent feels sluggish or forgetful; whenever a strain tick fires; and as…