Skill Claude CodeCodex
TheoKit agent/LLM integration — agents/.ts convention (AgentBuilder), the tool() builder, capabilities (advanced/DI), useAgent client hook.
The full-stack TypeScript framework for AI agents. An agent is a file: drop it in agents/ and it gets an HTTP route, token streaming, human-in-the-loop approvals and a typed client. React pages with file routing and SSR, OAuth sessions, Postgres, WebSockets, cron, and nine deploy targets. Apache-2.0.
Skill Claude CodeCodex
TheoKit agent/LLM integration — agents/.ts convention (AgentBuilder), the tool() builder, capabilities (advanced/DI), useAgent client hook.
Skill Claude CodeCodex
TheoKit configuration — the config() builder, plugins, security, storage, agents, build targets.
Skill Claude CodeCodex
TheoKit database — Drizzle ORM, SQLite schema, migrations, seeds, db commands.
Skill Claude CodeCodex
TheoKit frontend — file-based routing, layouts, theoFetch typed client, useAgent, React patterns.
Skill Claude CodeCodex
Receiving messages from Telegram, WhatsApp, Slack and other platforms — handleChannelWebhook, the @theokit/gateway- adapters, signature validation, the onMessage seam.
Skill Claude CodeCodex
TheoKit server routes — the route() builder, Zod validation, HTTP methods, dynamic params, error handling.
Skill Claude CodeCodex
@theokit/ui AI-native component library — AI-agent surfaces (ChatThread, ChatMessage, ChatComposer, ToolCallCard, AgentStream), theming, providers; generic primitives (CodeBlock, Sidebar, Button) come from @usetheo/ui.