permissions
25Skill Claude CodeCodexCursor
Generate custom Alfresco permission groups and permissions (permissionDefinitions.xml extension) plus optional dynamic authorities, Spring registration, and unit test. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Generate custom Alfresco permission groups and permissions (permissionDefinitions.xml extension) plus optional dynamic authorities, Spring registration, and unit test. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Generate an AbstractPatch repository patch that migrates existing data or structure between module versions, runs exactly once per repository, and is recorded in alfappliedpatch. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Gather and structure requirements for an Alfresco extension as user stories with acceptance criteria.
Skill Claude CodeCodexCursor
Validates Alfresco v1 Public REST API resources for correct annotations (@EntityResource / @RelationshipResource), required @WebApiDescription on every action method, a single @UniqueId on the model POJO, paged collection returns, and absence of classic Web Script anti-patterns. Trigger automatically after generating…
Skill Claude CodeCodexCursor
Generate a modern ACS v1 Public REST API resource (annotation-based @EntityResource / @RelationshipResource with @WebApiDescription) plus model POJO, Spring registration, and unit test. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Generate a custom Alfresco rule condition evaluator with parameter definitions, Spring bean registration, and unit test. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Scaffolds one deployable project or a mixed multi-project repository from REQUIREMENTS.md: pom.xml(s), module.properties, module-context.xml, Share-tier base structure, and Spring Boot Application class. Supports Platform JAR (in-process), Share JAR (web-tier), Event Handler (out-of-process), and mixed architectures.…
Skill Claude CodeCodexCursor
Generate a cluster-safe Quartz scheduled job with configurable cron expression, separate executer bean, Spring scheduler registration, and unit test. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Reads pom.xml, detects which Alfresco SDK is in use (In-Process Maven SDK or Out-of-Process Spring Boot SDK), and adjusts generated code accordingly. Trigger when generating Java code for Alfresco extensions.
Skill Claude CodeCodexCursor
Generate Share share-config-custom.xml (META-INF/), DocLib UI actions, rule-action UI, evaluators, indicators, forms, and related web-extension files for legacy Share UI.
Skill Claude CodeCodexCursor
Scaffold a custom Alfresco subsystem (ChildApplicationContextFactory + default/instance properties) or, in authentication mode, configure a custom authentication chain / external IdP (LDAP, identity-service/OIDC, external). In-Process SDK (Maven) / config.
Skill Claude CodeCodexCursor
Generate Share Surf extension artefacts for legacy Share pages, components, templates, and extension metadata.
Skill Claude CodeCodexCursor
Generate integration tests for Alfresco extensions using Testcontainers (self-contained, no pre-running ACS required).
Skill Claude CodeCodexCursor
Register a custom rendition definition (Platform JAR) and, when no built-in transform covers the required source/target mimetype pair, scaffold a custom Transform Engine (Spring Boot, Out-of-Process). Optionally registers a new MIME type.
Skill Claude CodeCodexCursor
Generate Alfresco Web Script descriptors, controllers, and FreeMarker templates. In-Process SDK (Maven) only.
Skill Claude CodeCodexCursor
Validates Alfresco Activiti BPMN 2.0 process definition files and companion workflow model XML for structural correctness: required namespaces, task assignees, variable naming conventions, process variable promotion pattern, formKey alignment, and forbidden Activiti 6/Flowable patterns. Trigger automatically when…
Skill Claude CodeCodexCursor
Generate Activiti BPMN 2.0 process definition, workflow task content model, Spring bootstrap registration, i18n message bundle, and optional Java task listener. In-Process SDK (Maven) only.
Instructions file CodexOpenCode
Instructions for aborroy/aiup-alfresco, covering alfresco extension development — project conventions, technology stack, docker images (acs 26.1), maven in-process sdk coordinates (acs 26.1) and spring boot out-of-process sdk coordinates (acs 26.1).
Instructions file
Instructions for aborroy/aiup-alfresco: All conventions, standards, and rules for this project are defined in AGENTS.md.
Agent
Given a business requirement, proposes full Alfresco extension architecture including content types, behaviours, REST endpoints, events, and deployment model. Produces an Architecture Decision Record.
Agent
Given an Alfresco stack trace or log snippet, searches documentation and known issues to diagnose the root cause and suggest a fix. Covers classloader issues, model registration errors, Transform Service failures, and common ACS problems.
Agent
Analyses an existing Alfresco AMP or JAR extension, identifies deprecated APIs and outdated patterns, and produces a migration plan with concrete code diffs.
Command
Scaffold a full ACA/ADW UI extension: plugin.json descriptor, provideExtension() providers function, NgRx actions and effects, Angular standalone components for the requested extension points (page, sidebar, context menu, toolbar), HTTP service, and integration patch instructions for extensions.module.ts…
Command
Scaffold Alfresco ActionExecuter classes with Spring bean registration. In-Process SDK (Maven) only.