ts AGENTS.md
01Instructions file CodexOpenCode
Instructions for agentproto/ts, covering agent instructions for this repo, definition of done for agent sessions and recipes: gates you can declare today.
Instructions file CodexOpenCode
Instructions for agentproto/ts, covering agent instructions for this repo, definition of done for agent sessions and recipes: gates you can declare today.
Instructions file
Instructions for agentproto/ts, a project described as: Open agentic runtime in TypeScript — run any coding agent in the background, check its work before it lands, and project tools/skills/agents/workflows into CLI, HTTP, MCP, SDK, Mastra & the AI SDK.
Agent Claude Code
Read-only code reviewer that examines diffs, files, or patches for correctness bugs, security issues, and obvious style problems. Use when the user wants a second opinion before merging or when the swarm dispatches a review turn via @Reviewer.
Command Claude Code
Run a MultiAgentRuntime swarm in file mode — local journal at .runtime/conversation.md, no network.
Hook Claude Code
Runs when a session starts, executing session-start.mjs. From agentproto/ts.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.mjs. From agentproto/ts.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, UserPromptSubmit).
Skill Claude CodeCodex
Discover, configure and expose agentproto's infrastructure building blocks via the @agentproto/adapter-kit: catalog the adapters (CLI agents, tunnels, browsers) with their supported/available/ready status, configure a provider that requires credentials (multi-field, stored cleartext-never-redisplayed), and open a…
Skill Claude CodeCodex
Drive and SUPERVISE other coding agents (claude-code, hermes, …) via the agentproto daemon from a cowork session: launch sessions, babysit a junior agent step by step, export an agent conversation to readable markdown, resume a session with its context, and orchestrate several agents in parallel (launch-and-leave).…
Skill Claude CodeCodex
Operate and build Agentproto apps — AIP-42 app bundles (defineApp().emit(dir), APP.md + agents/ + workflows/ + ui/) and their daemon lifecycle (appinstall, appapply, apprun, appstatus, appstop) plus the app-scoped durable data plane (appdataread/write/list/migrate). Covers serving one with a UI (agentproto app serve →…
Skill Claude CodeCodex
Use the local LLM endpoint proxy (localhost:18090) — or your own gated public deployment — to route Claude Code / Claude SDK through custom providers (OpenRouter, Moonshot, Groq, ZAI) via an Anthropic-compatible gateway. Covers adapter-specific behaviors, auth patterns, proxy codenames, and common failure modes.
Skill Claude CodeCodex
Operate and build on agentproto — the AIP open-standard agent protocol and its agentproto CLI + daemon. Use to run/serve sessions, drive imported MCP tools (the substrate the local-browser / linkedin / etc. skills proxy through), or to author tools/drivers in projects/agentproto/ts (defineTool → implementTool →…
Skill Claude CodeCodex
Supervise agents DURABLY via agentproto's in-daemon policy engine: attach a completion policy to a session (or a fan-in group), run a gate (shell or judge-agent) at turn-end, emit policy:passed/failed on the event bus, and condition a host commit on a green gate with human ack (commit-ready → ack → committed). Trigger…
Skill Claude CodeCodex
Delegate a task (audit, research, grunt-work) to a hermes session on a CHEAP model (glm-5.2/deepseek/kimi via OpenRouter) via DIRECT CLI, headless, in the background — WITHOUT the agentproto daemon or the MCP tools. Trigger this skill when the mcpagentproto tools are absent from the session, when the user says "launch…
Skill Claude CodeCodex
Orchestrate "light"/budget code models (glm-5.2, deepseek-v4-pro, kimi, qwen… via hermes/OpenRouter, or claude-code) from a cowork session via the agentproto daemon, with a Sonnet VERIFICATION SAFETY NET. Trigger this skill when the user wants to "have a cheap model code a task", "try glm / deepseek / another model on…
Skill Claude CodeCodex
Orchestrate an ORCHESTRATOR: have a parent agent (claude-code) spawn and supervise its own sub-agents, via the agentproto daemon and a scoped orchestration gateway (orchestrator: true). Trigger this skill when the user wants "an agent that drives other agents", "nested orchestration", "a parent that launches several…
Skill Claude CodeCodex
Run a SUPERVISOR session with agentproto — the orchestrator (Claude, expensive tokens) does not code but keeps its hands on the wheel. Proven pipeline (agentproto VS Code extension, 2026-07-14) - source-verified scout recon → SPEC + frozen interfaces → disjoint WP briefs → parallel executors (cheap models) →…
Skill Claude CodeCodex
Bridge an imported agentpush MCP server (Telegram, WhatsApp, etc.) with live agentproto sessions via the daemon's transmitter subsystem: transmitmessage sends outbound and binds the recipient to a session, inboundwatcherstart polls agentpush for new messages, and inboundendpointcreate/POST /inbound(/:slug) route…
Skill Claude CodeCodex
Authenticate an agentproto agent or MCP connector to a service via @agentproto/auth's credential broker — declare an auth provider (pat / service-auth / device-code), store the credential ONCE in a CredentialStore, and resolve fresh Authorization headers at call/connect time. Use to wire a Bearer/OAuth API (agentpush…
Skill Claude CodeCodex
Drive the user's REAL authenticated browser (their logins/cookies) via the local-browser chain — guilde → tunnel → daemon → chrome-devtools-mcp → cloned Chrome. The foundation skill for any "do X in a browser as me" task: navigate, capture (element screenshots + selective content/ld+json/readability), inspect network…
Skill Claude CodeCodex
Drive Bureau — the browser stack's installable capability server: a stealth Firefox (Camofox) + daemon that exposes browser tools as MCP-over-HTTP on :8830, plus a CLI for saved browser identities (sessions), social capture / search, adapter health probes, declarative workflows, and Guilde connection. Use when working…
Skill Claude CodeCodex
Drive the user's authenticated Instagram via the browser skill: profiles, media likers/comments, followers/following, search via the web private API; gated like/comment/follow/DM. Use for Instagram research/outreach as the user.
Skill Claude CodeCodex
Drive Leboncoin (FR marketplace) via the browser skill: search listings, ad detail, seller inventory, price/market scan, gated seller messaging — api.leboncoin.fr behind DataDome. Use for Leboncoin search/market tasks.
Skill Claude CodeCodex
Drive the user's real authenticated LinkedIn — via camofox stealth (preferred, distinct session + WhatsApp re-auth alert) or the chrome-devtools chain (fallback). API-first: read feed/profiles/activity, who-reacted/commented, connections, people + content search (who posted about a topic, with resolved permalinks)…