Agent capability

acquire-codebase-knowledge

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.

MIT Compatible agent runtimes 13 files 53,744 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/acquire-codebase-knowledge

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh acquire-codebase-knowledge --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/acquire-codebase-knowledge

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh acquire-codebase-knowledge --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/acquire-codebase-knowledge

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh acquire-codebase-knowledge --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/acquire-codebase-knowledge

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh acquire-codebase-knowledge --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'acquire-codebase-knowledge' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
assets/templates/ARCHITECTURE.md 1,207 3b7a958d153c037a…
assets/templates/CONCERNS.md 1,711 d714bef20a5ed8fe…
assets/templates/CONVENTIONS.md 1,354 c20c1dca3226992b…
assets/templates/INTEGRATIONS.md 1,332 60930c9b9aecf63e…
assets/templates/STACK.md 1,324 0faf167cb857c14f…
assets/templates/STRUCTURE.md 1,114 29a5a387c894135c…
assets/templates/TESTING.md 1,369 941a0f400441660a…
LICENSE.txt 1,059 e32449d23085399a…
references/inquiry-checkpoints.md 4,161 d06d9de9b30ebfe7…
references/stack-detection.md 5,653 9baaaaadbebdfd53…
scripts/scan.py 23,720 193d5b9f73a71d6e…
SKILL.md 9,128 dce99f122d0f19a6…
SOURCE.md 612 a8347fec104afb13…