Demo

Use Skill

Point the agent at official Quan ERP skills before it writes code. Skills are the source of truth for architecture and plugin patterns.

Required skills

Ask the agent to read these SKILL.md files first.

  • .agents/skills/quan-erp/SKILL.md — core architecture, backend/frontend patterns, CLI lifecycle
  • .agents/skills/quan-erp-plugins/SKILL.md — base plugin domains and specialized plugin catalogs
  • Rules under .agents/rules/ — writing style, CRUD patterns, skill adherence

How to use them

  • Prefer builtin services/entities over inventing parallel tables
  • Keep imports on @quan-erp/shared-* and @quan-erp-plugins/*
  • Match sample-es and shared-backend-core conventions
  • Verify a skill pattern exists before scaffolding something new