AIUP Alfresco – AI-Assisted Extension Development
by Angel Borroy
Community
Claude Code plugin and portable prompt pack that packages the full Alfresco extension development workflow as slash commands, skills, and agents, supporting in-process, out-of-process, Share, and mixed extension types.
About
A Claude Code plugin that drives the entire Alfresco extension development lifecycle via slash commands.
Install: claude plugin install aborroy/aiup-alfresco
| Command | Purpose |
|---|---|
/requirements | Gather requirements and decide architecture |
/scaffold | Generate pom.xml, module descriptors, Spring Boot skeleton |
/content-model | Generate content model XML and Java constants |
/behaviours / /actions | Scaffold behaviour policies and action executors |
/events | Generate Spring Boot OOP event listener |
/web-scripts | Generate Web Script descriptors and controllers |
/docker-compose | Generate full ACS stack compose.yaml |
/test | Generate integration tests |
Also portable outside Claude via ./scripts/aiup-command.sh render for Codex, OpenClaw, and other agents.