Skill Claude CodeCodex
Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
Skill Claude CodeCodex
Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDEPLUGINROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest…
Skill Claude CodeCodex
Building a RootCX AI agent — project structure, backend/agent.json config, LangGraph createReactAgent, IPC bridge, tools & RBAC, invoke SSE endpoint. Use when scaffolding or editing an agent app with a LangGraph backend.
Skill Claude CodeCodex
Writing a governed RootCX Bun worker with serve(), typed ctx capabilities, callback transactions, RPC methods and jobs. Load when implementing an app backend/index.ts.
Skill Claude CodeCodex
Writing or editing manifest.json for a RootCX app — defining the data contract, entities, field types, entity links, RBAC permissions, and understanding how Core syncs the schema to PostgreSQL on install/deploy.
Skill Claude CodeCodex
Calling the RootCX Core REST API directly — collections CRUD, bulk/query endpoints, integrations bind and actions, async jobs queue. Covers where operators, query syntax, and auth. Use when writing worker code, external scripts, or tests that hit the Core HTTP API.
Skill Claude CodeCodex
Querying or mutating RootCX data from React using @rootcx/sdk hooks — useAppCollection, useAppRecord, useIntegration, useCoreCollection, useRuntimeClient. Covers QueryOptions, where operators, cross-app reads, and the flat record shape.
Skill Claude CodeCodex
Building RootCX app frontends with @rootcx/ui components, Tailwind v4 styling, AppShell/Sidebar layout, forms, data tables, dark mode, and the AuthGate entry pattern. Load references/components.md for the full component catalogue.
Skill Claude CodeCodex
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
Skill Claude CodeCodex
Tauri v2 cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri…
Skill Claude CodeCodex
Strict testing guidelines. Use when writing, reviewing, or refactoring tests. Triggers on test, #[test], #[cfg(test)], mod tests, test coverage, unit test, integration test, spec, describe, it(.
Skill Claude CodeCodex
Teaches Claude about Tauri's core architecture, including the Rust backend, webview integration, Core-Shell design pattern, IPC mechanisms, and security model fundamentals.
Skill Claude CodeCodex
Build internal apps and AI agents on RootCX — the open-source platform with shared PostgreSQL, auto-generated CRUD APIs, OIDC SSO, role-based access control, audit logging, scheduled jobs, message queuing, encrypted secrets, file storage, managed deployment, and pre-built integrations. Get everything you need to ship…