Warning
NocoBase Skills is still in draft status. The content is for reference and may change at any time.
Reusable domain knowledge packages for AI Agent CLIs (Claude Code, Codex, Cursor, OpenCode, etc.) that enable agents to understand and operate NocoBase — covering data modeling, UI configuration, workflow orchestration, permission management, plugin development, and more.
NocoBase CLI automatically installs Skills during initialization (nb init), so no manual installation is needed.
| Skill | Description |
|---|---|
nocobase-env-manage |
Bootstrap and manage NocoBase application lifecycle — install, start, stop, upgrade, and environment management via nb CLI. |
nocobase-data-modeling |
Create and manage data models — collections, fields, relations, and view-backed schemas. |
nocobase-ui-builder |
Default entry point for UI authoring — create and edit pages, blocks, popups, menu items, and linkage rules on a running NocoBase app. |
nocobase-workflow-manage |
Create, edit, enable, diagnose, and manage NocoBase workflows — triggers, node chains, versions, and execution troubleshooting. |
nocobase-acl-manage |
Manage roles, permission policies, user-role membership, global role mode, and risk assessment. |
nocobase-dsl-reconciler |
Opt-in YAML-DSL path for building whole NocoBase applications from spec files committed to git. Use only when explicitly requested. |
nocobase-plugin-manage |
List, enable, and disable NocoBase plugins via nb pm commands. |
nocobase-publish-manage |
Cross-environment release operations — backup & restore, and migration via nb CLI. |
| Skill | Description |
|---|---|
nocobase-plugin-development |
Step-by-step playbook for developing NocoBase plugins — scaffolding, server-side code, client-side code, i18n, and verification. |
| Skill | Description |
|---|---|
nocobase-data-analysis |
Query and analyze business data in NocoBase via MCP — counts, grouped breakdowns, distributions, and summaries. |
nocobase-utils |
Cross-cutting reference utilities — evaluator engines, expression syntax, UID generation, and more. |
npm install -g @nocobase/cli@betaCreate a working directory and run the visual setup wizard:
mkdir my-nocobase && cd my-nocobase
nb init --uiThe browser will open a configuration page where you can install a new NocoBase application or connect to an existing one. Skills are installed automatically during this process.
Start or restart your AI Agent session in the initialized directory:
cd my-nocobase && claude # or codex, cursor, etc.If using a graphical AI tool (Claude Code Desktop, Cursor, Codex App, etc.), add the initialized directory as the tool's working directory.
For detailed instructions, see the AI Agent Integration Guide.
- AI Agent Integration Guide — Install CLI, connect AI Agent, get started
- AI Building — Build NocoBase applications with AI
- AI Plugin Development — Develop NocoBase plugins with AI
- NocoBase CLI Reference — Full command and parameter documentation