Eigenwise/tesseron
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…
Eigenwise/tesseron
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…
Eigenwise/tesseron
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…
Eigenwise/tesseron
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…
Eigenwise/tesseron
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…
Eigenwise/tesseron
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…
Eigenwise/tesseron
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…
Eigenwise/tesseron
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 …