Agent capability

codacy-repository-bootstrap

Prepare a repository for Codacy Cloud, Codacy Cloud CLI, client-side analysis, coverage, MCP, Skills, and quality gates with read-only defaults and stack-specific fallbacks. Use when onboarding repositories to Codacy, auditing existing Codacy setup, querying findings, selecting scanners, or designing CI quality and security gates.

Compatible agent runtimes 2 files 8,974 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/codacy-repository-bootstrap

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-repository-bootstrap --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/codacy-repository-bootstrap

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-repository-bootstrap --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/codacy-repository-bootstrap

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-repository-bootstrap --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/codacy-repository-bootstrap

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh codacy-repository-bootstrap --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 'codacy-repository-bootstrap' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
references/official-sources.md 2,296 47096eb1f07f34fd…
SKILL.md 6,678 bae36362daa460aa…