meo-codebases

meo-codebases is a skill for Claude Code, Codex from acquia/acquia-skills. It costs 37 tokens per session (1,226 once invoked), scanned A, original, MIT.

A command-line guide for managing MEO codebases, the code projects connected to a multi-site subscription.

In plain words
What is it for?
Use it to list, inspect, create, update, or delete codebases, browse Git references, and manage domain-routing patterns.
Why use it?
It gives you one way to inspect projects and their available Git branches and tags instead of checking each resource separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list, inspect, create, update, or delete codebases, browse Git references, and manage domain-routing patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/acquia/acquia-skills/meo-codebases
Install

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.

Any agent
npx skills add acquia/acquia-skills --skill meo-codebases
Clone the repo
git clone --depth 1 https://github.com/acquia/acquia-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for meo-codebases

README.md
[![agentmods](https://agentmods.dev/badge/skills/acquia/acquia-skills/meo-codebases.svg)](https://agentmods.dev/skills/acquia/acquia-skills/meo-codebases)
Your own site
<a href="https://agentmods.dev/skills/acquia/acquia-skills/meo-codebases"><img src="https://agentmods.dev/badge/skills/acquia/acquia-skills/meo-codebases.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.01226
Opus 5 $0.00018 $0.00613
Sonnet 5 $0.00007 $0.00245
Haiku 4.5 $0.00004 $0.00123

Measured 4d ago against content hash 2c760db92d14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

meo-codebases 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 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.

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.

skills/acli/meo-codebases/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MEO Codebase Management

Platform: This skill applies to MEO (Multi-site Enterprise Operations) subscriptions only.

Use when:

  • Listing or inspecting codebases for a subscription
  • Browsing git branches and tags (references) available in a codebase
  • Creating a new codebase for a subscription
  • Managing domain routing patterns on a codebase

Note: All commands use acli api:v3:*. Run acli list api:v3:codebases to see all current codebase commands.


List Codebases

# Codebases for a subscription
acli api:v3:subscriptions:list-codebases <subscriptionId>

# All codebases you have access to
acli api:v3:codebases:list

Get Codebase Details

acli api:v3:codebases:find <codebaseId>

Returns id, label, region, vcs_url, status, and linked subscription.


Create a Codebase

acli api:v3:subscriptions:create-codebase <subscriptionId> <codebase_id> <label> <region>
Argument Required Description
subscriptionId Yes UUID of the subscription
codebase_id Yes Client-supplied UUID for the new codebase
label Yes Human-readable name
region Yes AWS region (e.g. us-east-1)

Update a Codebase

acli api:v3:codebases:update <codebaseId> --label="New Label" --description="..."

Delete a Codebase

Destructive operation — explicit approval required. Permanently deletes the codebase. All sites referencing this codebase must be deleted first. This cannot be undone. Confirm with the user before executing.

acli api:v3:codebases:delete <codebaseId>

List Environments for a Codebase

acli api:v3:codebases:list-environments <codebaseId>

Returns all environments that have site instances built from this codebase.


List Sites for a Codebase

acli api:v3:codebases:list-sites <codebaseId>

Browse Git References (Branches & Tags)

# List all branches and tags
acli api:v3:codebases:list-references <codebaseId>

# Get details for a specific reference
acli api:v3:codebases:find-reference <codebaseId> <referenceName>

Read the full file on GitHub · 189 lines

Changes

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.

  1. 4d ago First seen · 189 lines · 37 tokens per session scan A 2c760db92d14

Subscribe to this mod's changes

meo-codebases is a skill published in the GitHub repository acquia/acquia-skills (9 stars, last pushed 5d ago), licensed MIT. It adds 37 tokens to every session and 1,226 once invoked, about $0.0002 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-09-04.