Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

RootCX Plugin for Claude Code

Build and deploy RootCX apps and AI agents directly from Claude Code.

DocumentationDiscordStars

Website · Docs · Community · Get Started


What is this?

The official Claude Code plugin for RootCX, the open-source platform for building internal software and AI agents.

Connect to any RootCX Core (local or cloud), scaffold full-stack projects, and deploy. All through natural language, directly from your terminal. No IDE required.

Quick Start

1. Install the plugin

/plugin marketplace add RootCX/claude-code-plugin
/plugin install rootcx

2. Install the CLI

curl -fsSL https://rootcx.com/install.sh | sh

3. Connect and build

/rootcx:connect http://localhost:9100

Authentication is automatic: password, OIDC SSO, or no-auth for local dev.

/rootcx:new app my-crm

Claude scaffolds a complete project with Vite, React 19, Tailwind v4, @rootcx/sdk and @rootcx/ui.

/rootcx:deploy

Manifest sync, backend upload, frontend deploy, worker start. One command.

Commands

CommandWhat it does
/rootcx:connect <url>Connect to a RootCX Core and authenticate
/rootcx:new <app|agent> <name>Scaffold a new app or AI agent project
/rootcx:deployDeploy the current project to the connected Core

Skills

Six specialized skills that teach Claude Code how to build for RootCX. Loaded automatically when relevant.

SkillClaude Code learns
rootcx-manifestmanifest.json: entities, field types, entity links, RBAC permissions, schema sync
rootcx-sdk-hooks@rootcx/sdk: useAppCollection, useAppRecord, useIntegration, useCrons, query operators
rootcx-ui@rootcx/ui: AppShell, Sidebar, DataTable, forms, dark mode, AuthGate
rootcx-rest-apiCore REST API: collections CRUD, bulk ops, integrations, jobs, crons
rootcx-backend-workerBackend workers: serve() API, RPC handlers, onJob for jobs and crons
rootcx-agentAI agents: agent.json, LangGraph, IPC bridge, tool-calling with RBAC

What You Can Build

Apps

Full-stack internal tools with a React frontend, managed PostgreSQL, and optional backend workers. CRMs, dashboards, admin panels, inventory systems.

You: Create a CRM with contacts, companies, and deals.
Add a kanban view for deals grouped by pipeline stage.
Claude: Generates manifest.json with 3 entities and entity links,
scaffolds React views with DataTable and Kanban,
deploys to your connected Core.

AI Agents

LangGraph-powered agents with secure tool access to your app data, streaming chat UI, and full RBAC enforcement.

You: Build a support agent that searches our ticket database,
suggests solutions, and can escalate to humans.
Claude: Generates agent.json with system prompt and tool config,
scaffolds LangGraph backend with query and escalation tools,
creates chat UI with streaming responses and tool activity.

How It Works

Claude Code
/rootcx:* commands call the rootcx CLI via Bash
Skills (6) loaded on demand for deep platform knowledge
rootcx CLI (Rust) handles auth, scaffold, archive, deploy
|
| HTTP
v
RootCX Core (:9100) local or remote

No MCP server. No background process. The plugin calls a fast native Rust binary that talks to the Core REST API. Same protocol as Studio.

Requirements

Updating

To pull the latest version of this plugin:

/plugin marketplace update rootcx

Then restart Claude Code or run /reload-plugins.

Community

License

Apache 2.0

About

Official RootCX plugin for Claude Code — build and deploy RootCX apps and AI agents from your terminal

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages