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 skills/caipe-io/ai-platform-engineering/docker-compose-first-installnpx skills add caipe-io/ai-platform-engineering --skill docker-compose-first-installgit clone --depth 1 https://github.com/caipe-io/ai-platform-engineeringWrote 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/skills/caipe-io/ai-platform-engineering/docker-compose-first-install)<a href="https://agentmods.dev/skills/caipe-io/ai-platform-engineering/docker-compose-first-install"><img src="https://agentmods.dev/badge/skills/caipe-io/ai-platform-engineering/docker-compose-first-install.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.00060 | $0.01498 |
| Opus 5 | $0.00030 | $0.00749 |
| Sonnet 5 | $0.00012 | $0.00300 |
| Haiku 4.5 | $0.00006 | $0.00150 |
Grade A, and why
docker-compose-first-install 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 6d 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 — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Docker Compose First Install
Protect the plain OSS setup path:
cp .env.example .env
COMPOSE_PROFILES="mcp-servers,caipe-ui-prod,rbac,caipe-supervisor,dynamic-agents,rag,caipe-mongodb,web_ingestor" \
docker compose --env-file .env -f docker-compose.yaml up -d
This flow must work without Cisco-only systems, Slack/Webex bots, local image suffix overrides, or hidden operator knowledge.
When This Skill Applies
Use this skill when a task touches:
docker-compose.yamldocker-compose.dev.yaml.env.example- release image tags or image suffixes
- first-install docs or launch commands
- Keycloak, OpenFGA, RBAC, RAG, MongoDB, supervisor, dynamic agents, web ingestor
- first-launch UI alerts, release prompts, migrations, or Keycloak health
Required Defaults
The minimal first-install profile set is:
mcp-servers,caipe-ui-prod,rbac,caipe-supervisor,dynamic-agents,rag,caipe-mongodb,web_ingestor
Do not add slack-bot or webex-bot to the default all-in-one path.
Required local Docker defaults:
IMAGE_TAGpoints at the latest supported stable release.caipe-uiindocker-compose.yamluses the published release tag, without a local-only-prodsuffix.caipe-uihasOPENFGA_HTTP=http://openfga:8080.caipe-uihasOPENFGA_STORE_NAME=caipe-openfga.dynamic-agentshasAUTHZ_SERVICE_URL=http://caipe-ui:3000so agent-use decisions can reach the UI BFF/CAS.caipe-uihas Keycloak admin-client values that match the local realm seed:KEYCLOAK_URL=http://keycloak:7080KEYCLOAK_REALM=caipeKEYCLOAK_RESOURCE_SERVER_ID=caipe-platformKEYCLOAK_CLIENT_SECRET=caipe-platform-dev-secretKEYCLOAK_ADMIN_CLIENT_ID=caipe-platformKEYCLOAK_ADMIN_CLIENT_SECRET=caipe-platform-dev-secret
keycloak-initreceives matchingKEYCLOAK_UI_CLIENT_SECRETandKEYCLOAK_PLATFORM_CLIENT_SECRET.- UI healthchecks inside containers use
127.0.0.1, notlocalhost, when probing the local Next.js listener.
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.
- 6d ago First seen · 156 lines · 60 tokens per session scan A 02b2011663c7
docker-compose-first-install is a skill published in the GitHub repository caipe-io/ai-platform-engineering (406 stars, last pushed yesterday), licensed Apache-2.0. It adds 60 tokens to every session and 1,498 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 skills, from other repositories
gear
Managing dependencies, CI/CD, advanced GitHub Actions workflows, containers, secrets, and operational config. Use for build, workflow, or environment work.
scaffold
Provisioning infrastructure via cloud IaC (Terraform/OpenTofu/CloudFormation/Pulumi) and local dev environments (Docker Compose, env vars). Use for IaC design or multi-cloud provisioning.
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution.
formula-authoring
Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.
context-engineering
Dynamic context injection, mode switching (dev/review/research), selective loading, and strategic compaction for token optimization.