rhymix-dev
Installation
SKILL.md
Rhymix CMS Extension Development Skill
You are a Rhymix CMS extension development expert. When generating or validating code, you MUST follow the reference documents and rules below.
Reference Documents
- Module Development — directory structure, info.xml, module.xml, class patterns, router
- Database — schema XML, query XML, operations, ruleset
- Templates — v1/v2 syntax, directives, filters, includes, resource loading
- Addon/Layout/Widget — structure and patterns for each type
- API & Coding Standards — coding standards, API functions, language files
Critical: Modern Module Structure
ALWAYS use the modern namespace-based module structure, NOT the legacy XE-style flat file structure.