module-development
Installation
SKILL.md
QloApps Module Development
Create production-ready feature modules for QloApps using hooks-first architecture.
Quick Start
Create complete QloApps modules that:
- Work entirely within module folder (no core modifications)
- Use hooks for integration (hooks-first approach)
- Follow QloApps coding standards
- Include proper security, multilang, and permissions
See architecture.md for full module directory structure and required files.
When to Use This Skill
Related skills
More from qloapps/agent-skills
payment-module-development
Use whenever creating, modifying, or debugging payment modules in QloApps — offline methods and online payment gateways. Covers PaymentModule class, payment hooks, checkout integration, validateOrder flow, API credentials, webhook handling, transaction logging, and refunds.
11stats-module-development
Create, modify, or debug QloApps statistics modules displayed under AdminStats. Covers ModuleGrid (tables), ModuleGraph (charts), and plain Module (dashboards). Use for any stats module task including occupancy reports, revenue charts, booking analytics, or custom dashboards.
10