Skip to main content
GitHub リポジトリ

aiup-alfresco

aiup-alfresco には aborroy から収集した 39 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
39
Stars
12
更新
2026-06-21
Forks
5
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

aiup-alfresco
ソフトウェア開発者

Runs AIUP Alfresco extension workflow steps (requirements, scaffold, content-model, web-scripts, docker-compose, test, and more). Use when the user asks to execute an AIUP command or develop Alfresco extensions following AGENTS.md.

2026-06-21
share-config
ソフトウェア開発者

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.

2026-06-21
audit-config-validator
ソフトウェア開発者

Validates custom Alfresco audit application XML for well-formedness, correct audit model namespace, application key matching the enable property, and every RecordValue dataExtractor/dataGenerator referencing a declared and registered bean. Trigger automatically after generating or editing a *-audit.xml or an audit *DataExtractor.java / *DataGenerator.java file.

2026-06-12
audit
ソフトウェア開発者

Generate a custom Alfresco audit application (audit XML + data extractors/generators + enable properties) and optional query Web Script. In-Process SDK (Maven) only.

2026-06-12
content-model-validator
ソフトウェア開発者

Validates Alfresco content model XML files for correct namespace URI format, mandatory type/aspect declarations, valid property data types, and absence of reserved prefixes (sys:, cm:, app:). Trigger automatically when generating or editing *-model*.xml or *-context.xml files.

2026-06-12
content-store
ソフトウェア開発者

Scaffold a custom Alfresco ContentStore connector (extending AbstractContentStore, optionally wrapping a caching or encrypting store) with its reader/writer, Spring wiring, and unit test. In-Process SDK (Maven) only.

2026-06-12
metadata-extractor
ソフトウェア開発者

Scaffold a custom Alfresco metadata extractor/embedder (extending AbstractMappingMetadataExtracter) with a properties mapping file, Spring registration, and unit test. In-Process SDK (Maven) only.

2026-06-12
permission-model-validator
ソフトウェア開発者

Validates custom Alfresco permission model XML for well-formedness, no collision with built-in permission group names, correct permissionSet binding, and that any dynamic authority is registered and implements DynamicAuthority. Trigger automatically after generating or editing a *permissionDefinitions.xml or a *DynamicAuthority.java file.

2026-06-12
permissions
ソフトウェア開発者

Generate custom Alfresco permission groups and permissions (permissionDefinitions.xml extension) plus optional dynamic authorities, Spring registration, and unit test. In-Process SDK (Maven) only.

2026-06-12
rest-api
ソフトウェア開発者

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.

2026-06-12
rest-api-validator
ソフトウェア品質保証アナリスト・テスター

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 or editing files under a rest/ package or any class annotated @EntityResource / @RelationshipResource.

2026-06-12
subsystem
ソフトウェア開発者

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.

2026-06-12
aca-extension
ウェブ開発者

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, project.json, and app.config.json.

2026-06-09
actions
ソフトウェア開発者

Scaffold Alfresco ActionExecuter classes with Spring bean registration. In-Process SDK (Maven) only.

2026-06-09
aikau
ウェブ開発者

Generate Share Aikau page and dashlet artefacts for legacy Share UI customizations.

2026-06-09
behaviours
ソフトウェア開発者

Scaffold Alfresco behaviour/policy classes with Spring bean wiring. In-Process SDK (Maven) only.

2026-06-09
bootstrap-loader
ソフトウェア開発者

Generate an AbstractModuleComponent data bootstrap loader that creates initial folders, categories, or reference data exactly once per module version. In-Process SDK (Maven) only.

2026-06-09
content-model
ソフトウェア開発者

Generate Alfresco content model XML and Spring context file from requirements.

2026-06-09
docker-compose
ネットワーク・コンピュータシステム管理者

Generate a Docker Compose file with full ACS stack.

2026-06-09
events
ソフトウェア開発者

Generate an Out-of-Process Spring Boot event listener for Alfresco Java Event API.

2026-06-09
repository-patch
ソフトウェア開発者

Generate an AbstractPatch repository patch that migrates existing data or structure between module versions, runs exactly once per repository, and is recorded in alf_applied_patch. In-Process SDK (Maven) only.

2026-06-09
requirements
プロジェクト管理専門家

Gather and structure requirements for an Alfresco extension as user stories with acceptance criteria.

2026-06-09
rule-conditions
ソフトウェア品質保証アナリスト・テスター

Generate a custom Alfresco rule condition evaluator with parameter definitions, Spring bean registration, and unit test. In-Process SDK (Maven) only.

2026-06-09
scaffold
ソフトウェア開発者

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. Run this first, before /content-model.

2026-06-09
scheduled-jobs
ソフトウェア開発者

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.

2026-06-09
surf
ウェブ開発者

Generate Share Surf extension artefacts for legacy Share pages, components, templates, and extension metadata.

2026-06-09
test
ソフトウェア品質保証アナリスト・テスター

Generate integration tests for Alfresco extensions using Testcontainers (self-contained, no pre-running ACS required).

2026-06-09
transforms
ソフトウェア開発者

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.

2026-06-09
web-scripts
ソフトウェア開発者

Generate Alfresco Web Script descriptors, controllers, and FreeMarker templates. In-Process SDK (Maven) only.

2026-06-09
workflow
ソフトウェア開発者

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.

2026-06-09
alfresco-architect-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.

2026-06-09
alfresco-debugger-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.

2026-06-09
alfresco-migrator-agent
ソフトウェア開発者

Analyses an existing Alfresco AMP or JAR extension, identifies deprecated APIs and outdated patterns, and produces a migration plan with concrete code diffs.

2026-06-09
docker-compose-healthcheck-injector
ネットワーク・コンピュータシステム管理者

Ensures every service in a Docker Compose file has a healthcheck block and depends_on uses condition: service_healthy. Trigger when generating or editing compose.yaml.

2026-06-09
event-api-topology-checker
ソフトウェア開発者

Validates ActiveMQ topic names and consumer group patterns against Alfresco event API conventions. Applies to Out-of-Process SDK (Spring Boot) only. Trigger when generating event-driven code with /events.

2026-06-09
migration-advisor
ソフトウェア開発者

Detects deprecated Alfresco API usage and suggests modern equivalents. Trigger when analysing existing Alfresco extension code.

2026-06-09
permission-aware-query-builder
ソフトウェア開発者

Warns when CMIS or Alfresco Query Language queries may bypass ACLs. Suggests SearchService with authority context instead. Trigger when generating search or query code.

2026-06-09
sdk-version-detector
ソフトウェア開発者

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.

2026-06-09
workflow-bpmn-validator
ソフトウェア品質保証アナリスト・テスター

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 generating or editing *.bpmn files or *-workflow-model.xml files.

2026-06-09