Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/aborroy/aiup-alfresconpx agentmods add commands/aborroy/aiup-alfresco/aca-extensionWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/aborroy/aiup-alfresco/aca-extension)<a href="https://agentmods.dev/commands/aborroy/aiup-alfresco/aca-extension"><img src="https://agentmods.dev/badge/commands/aborroy/aiup-alfresco/aca-extension.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00065 | $0.05476 |
| Opus 5 | $0.00032 | $0.02738 |
| Sonnet 5 | $0.00013 | $0.01095 |
| Haiku 4.5 | $0.00006 | $0.00548 |
Grade A, and why
aca-extension scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 652 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/aca-extension — ACA/ADW UI Extension Generator
Out-of-Process, source drop-in — an ACA/ADW extension is not a Platform JAR. It is a folder of Angular TypeScript source that gets copied into an existing Alfresco Content Application (ACA) or Alfresco Digital Workspace (ADW) source checkout and compiled as part of that application's build.
Reference implementation:
https://github.com/aborroy/alfresco-content-lake-uiVerified against a fresh
Alfresco/alfresco-content-appcheckout at ACA 7.5.0 (Angular 19, ADF 8.6). Prefer the ACA 7.x patterns below over olderExtensionService/APP_INITIALIZERexamples.
Input
Read REQUIREMENTS.md to identify UI extension requirements:
-
Read Section 2 (Project Architecture). If it declares a
Platform JARproject, the extension connects to repository REST APIs or Web Scripts generated by other commands. The UI extension itself has no Maven build — record only the backend URL base path. -
Read Section 7 (Behaviour Requirements) sub-section "ACA/ADW extension requirements". If none are present, stop and ask the user to run
/requirementsfirst (or provide a description as$ARGUMENTS). -
Derive from requirements:
{ext-name}— kebab-case extension identifier (e.g.ext-contract-review){ExtName}— PascalCase extension name (e.g.ExtContractReview){extPrefix}— dot-notation prefix for plugin IDs (e.g.ext-contract-review){vendor}— vendor/organisation name for the plugin manifest{backendBaseUrl}— proxy path for the backend service (e.g./api/contracts); set to/alfresco/api/-default-/public/alfresco/versions/1if the extension only calls the standard Alfresco REST API{extension-points}— the subset of:page,sidebar,contextMenu,toolbar{PageName}/{SidebarName}/{ServiceName}— PascalCase component names
Output Files
All files below are required and must be generated together in a single run. After generation, apply the integration patches described at the end of this spec.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 652 lines · 65 tokens per session scan A ac714ea424bf
aca-extension is a command published in the GitHub repository aborroy/aiup-alfresco (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 65 tokens to every session and 5,476 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
tanstack-start
Build a full-stack TanStack Start app on Cloudflare Workers from scratch.
build-website
Build a small site with the simplest stack that fits, fast by default and editable afterwards.
design-form
Design a form with the fewest fields that works, clear labels, and errors that help.
scaffold-wp-theme
Generate an empty, valid WordPress block theme scaffold from scratch — no source HTML required.
build-app
Build web client application (Next.js, React, Vite).
ds-check
Audit code against the Designsystemet contracts and the accessibility rules the library cannot enforce. Checks the layer agents actually get wrong — aria-invalid, error-summary placement, export names, invented props, raw hex — by reading each component's contract rather than pattern-matching prose. Reports; never…