Demo

Use Claude Code

Install Claude Code, open the quan-erp-node (or template) repo, and run the agent in your project so .agents/ skills and rules guide plugin development.

Install Claude Code

Claude Code is Anthropic’s agentic coding tool (terminal CLI, desktop app, and IDE extensions). Use it for Quan ERP AI-assisted plugin development. Install for macOS, Windows, or Linux, then open your project directory.

  • Install via the official install script, Homebrew, or WinGet — see Claude Code docs
  • Sign in with a Claude / Anthropic account so the agent can run
  • cd into quan-erp-node or quan-erp-node-template and start Claude Code from that root

Setup

  • Work in a repo that includes .agents/ (template or monorepo)
  • Ask the agent to read Quan ERP skills under .agents/skills/ before scaffolding
  • Keep quan-erp and quan-erp-plugins skills in scope for the session

Iterate

  • Run quan-erp watch <plugin> while the agent edits
  • Register the module locally as described in Installation
  • Use this docs site (Backend Core, Builtin, Frontend) alongside the agent