mikopbx-module
Installation
SKILL.md
MikoPBX Module Generator & Optimizer
Creating, extending and optimizing modules for MikoPBX 2025.1.1+.
Paths in this skill are either relative to the MikoPBX Core checkout root (for
example src/Modules/) or relative to this skill's directory (for example
scripts/validate-rest-api-translations.php).
What This Skill Does
- Creating new modules — generates the full module structure with the required integration patterns from a natural-language description
- Extending existing modules — adds new functionality (REST API, workers, dialplan hooks, etc.)
- Optimization and unification — finds anti-patterns and brings the code up to the reference standards
- Consulting — answers questions about module architecture