tesseron
49Settings file Claude Code
Agent settings declaring 1 hook event (UserPromptSubmit).
Settings file Claude Code
Agent settings declaring 1 hook event (UserPromptSubmit).
Skill Claude CodeCodex
Create professional, dark-themed architecture diagrams as standalone HTML files with SVG graphics. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology diagrams, or any technical diagram showing system components and…
Skill Claude CodeCodex
Create professional technical diagrams (architecture, sequence, state, flow) in the Tesseron docs visual language — dark slate base with a single amber accent, dotted-grid background, gradient cards, Lucide-style icons, Gaussian-blur glow on the emphasized node, and Inter + JetBrains Mono typography. Use when creating…
Skill Claude CodeCodex
Use this skill after any change to packages/ source that shifts Tesseron's public surface - protocol messages, exported types, action/resource builder APIs, ActionContext methods, transports, gateway CLI flags, or React hooks - to sync docs/src/content/docs/ so the Starlight site matches the code. Triggers on "update…
Instructions file CodexOpenCode
AGENTS.md instructions for Eigenwise/tesseron, covering agent guide for the tesseron monorepo, package manager, workspace layout, plugin manifest is version-coupled and releases.
Instructions file
Claude Code instructions for Eigenwise/tesseron, a project described as: Expose typed web-app actions to MCP-compatible AI agents over WebSocket. TypeScript SDK + matching MCP gateway.
Plugin Claude Code
MCP gateway that lets any web app expose typed actions to Claude over WebSocket — no browser automation. Reverse-connection architecture: the gateway is a pure WebSocket client that discovers apps via /.tesseron/tabs/ — no fixed ports, no env vars. Plus a framework skill for the Tesseron mental model, a tesseron.
MCP server Claude CodeCodexCursor +2
MCP gateway for Tesseron. Bridges WebSocket SDKs to MCP-compatible AI agents over stdio. Runs locally from the @tesseron/mcp npm package.
MCP server Claude CodeCodexCursor +2
Tesseron documentation as an MCP server. Search and read the Tesseron protocol + SDK docs from any MCP-compatible AI client. Runs locally from the @tesseron/docs-mcp npm package.
Skill Claude CodeCodex
Quick-reference mental model for the Tesseron TypeScript SDK — core abstractions (app, action, resource, handler, ActionContext, transport, session, gateway), canonical imports per consumer package (@tesseron/web, /server, /react, /core, /mcp), and the minimum-viable-app template. Load when the user is starting…
Skill Claude CodeCodex
Set up and maintain Tesseron integration in a JS/TS project. Picks the right consumer package (@tesseron/react for React, @tesseron/server for Node, @tesseron/web for any other browser context), installs it with the project's existing package manager, ensures a Standard-Schema validator is present, and inserts the…
Skill Claude CodeCodex
Authoritative Tesseron documentation lookup via the @tesseron/docs-mcp MCP server. Calls searchdocs to find relevant pages and readdoc to fetch the full markdown body when the user asks precision questions about Tesseron protocol or SDK behaviour. Triggers on requests that need an exact spec, not an overview — wire…
Skill Claude CodeCodex
Maps existing Tesseron TypeScript codebases — catalogs apps, actions, resources, context-method usage, transports, React hooks, and session-lifecycle wiring; traces how agent invocations flow through handlers into app state; returns a compact architecture summary with file:line references. Use PROACTIVELY when the…
Skill Claude CodeCodex
Reviews Tesseron TypeScript code for framework- and protocol-specific correctness — app manifest hygiene, action/resource builder invariants, ActionContext capability checks, handler async/signal forwarding, subscriber cleanup, session resume flow, React hook registration patterns, gateway origin-allowlist sanity …