Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/aborroy/aiup-alfresco/docker-composegit clone --depth 1 https://github.com/aborroy/aiup-alfrescoWrote 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/docker-compose)<a href="https://agentmods.dev/commands/aborroy/aiup-alfresco/docker-compose"><img src="https://agentmods.dev/badge/commands/aborroy/aiup-alfresco/docker-compose.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 | $0.00010 | $0.01854 |
| Opus 5 | $0.00005 | $0.00927 |
| Sonnet 5 | $0.00002 | $0.00371 |
| Haiku 4.5 | $0.00001 | $0.00185 |
Grade A, and why
docker-compose scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
test: ["CMD-SHELL", "curl -s -o /dev/null -w '%{http_code}' http://localhost:8080/share/ | grep -qE '^[23]'"] How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/docker-compose — Docker Compose Generator
Generate a complete compose.yaml for an Alfresco Content Services stack.
Input
- ACS version from "$ARGUMENTS" or default to 26.1
- Read
REQUIREMENTS.mdfor any deployment-specific requirements - Resolve the
Root pathvalues from Section 2 (Project Architecture)
Output File
compose.yaml at project root.
Required Services
Core
alfresco— ACS repository (with extension JAR mounted or built into image)postgres— PostgreSQL databaseactivemq— Apache ActiveMQ message broker
Transform
transform-core-aio— All-in-one Transform Service
Search (choose one based on requirements)
elasticsearch— for Search Enterprisesolr6— for Solr-based search
Optional
share— Share UI (if content model forms are needed)proxy— Nginx or similar reverse proxycontent-app— Alfresco Content App (ACA){extension-name}— Out-of-Process Spring Boot app (if/eventscommand was used)
Conventions
- Use Docker Compose v2 format (no
version:key) - Every service must have a
healthcheck - Use
condition: service_healthyindepends_on - Use named volumes for persistent data
compose.yamlalways lives at the repository root, even in Mixed mode- If a Platform JAR project is present, mount or copy its built artifact from the Platform JAR
Root path - If a Share JAR project is present, add a
shareservice and use the Share project'sRoot pathas the authoritative source for Share-tier resources - If a Share JAR project is present, mount or copy
src/main/resources/alfresco/web-extension/andsrc/main/resources/alfresco/site-webscripts/from the Share project into the Share container - If an Aikau customization generates
src/main/resources/META-INF/resources/, ensure those client-side resources are also copied into the Share image or otherwise made available to Share's webapp classpath/static resources - If an Out-of-Process Spring Boot app is present, add it as a service that depends on
activemqandalfrescowithcondition: service_healthy - If an Out-of-Process Spring Boot app is present, its
build:context must point to the Event HandlerRoot pathfromREQUIREMENTS.md(.for Event Handler only mode,{name}-events/for Mixed mode) - Never assume the Platform JAR, Share JAR, and Event Handler share the same build context or the same deployable artifact
- Never mount Share resources into the
alfrescoservice, and never mount repository module resources into theshareservice - Service start order — the
alfrescoservice must depend onpostgres,activemq, andtransform-core-aioonly. Never addsolr6orelasticsearchtoalfresco'sdepends_on— Solr/OpenSearch discovers ACS after startup; making ACS wait for them creates a circular dependency (alfresco → solr6 → alfresco).
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.
- 4d ago First seen · 154 lines · 10 tokens per session scan A 46187f376524
docker-compose is a command published in the GitHub repository aborroy/aiup-alfresco (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 1,854 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.