t3code
Installation
SKILL.md
T3 Code
T3 Code exposes a Node server for provider-backed coding threads. A thread is the durable conversation/workspace unit; a turn is one user-to-agent work cycle inside a thread.
Required Surface
Use server-side orchestration surfaces only:
- Use a native thread-control MCP/tool only if it dispatches to the T3 Code server RPC.
- Otherwise use the server HTTP orchestration API when the prompt or environment provides
httpBaseUrlplus a bearer token, or the user explicitly authorizes issuing a token. - If RPC access is unavailable, ask for the missing server URL, project id, or authorization.
- Require the official
t3CLI onPATHfor local scripted control. Ift3is missing, stop and ask the user to install it; do not uset3code, AppImage internals, or a localt3-codesource checkout.
Local Desktop Discovery
For a running local T3 Code desktop/server: