Official Codacy skills for Claude Code
npx claudepluginhub codacy/codacy-skillsCodacy skills for Claude Code: query issues, enrich code reviews, and configure Codacy for your project.
A collection of Claude skills that teach Claude how to use the Codacy CLI to improve code quality workflows.
| Skill | Description |
|---|---|
codacy-cloud-cli | Use the Codacy Cloud CLI to query issues, findings, pull requests, tools, and patterns |
codacy-code-review | Enrich code reviews with Codacy data — issues, coverage, security, duplication |
configure-codacy | Tailor Codacy configuration to your project and reduce noise |
setup-coverage | Set up test coverage reporting and upload to Codacy |
codacy-analysis-cli | Run local static analysis using the Codacy Analysis CLI |
npm install -g @codacy/codacy-cloud-cli)npm install -g @codacy/analysis-cli)CODACY_API_TOKEN environment variable set (obtain from Codacy > My Account > Access Management > Account API Tokens) or use the codacy login command (interactive login)Install all Codacy skills in one step via the plugin marketplace:
claude plugin marketplace add codacy/codacy-skills
claude plugin install codacy-skills@codacy
Or install from a local clone:
git clone https://github.com/codacy/codacy-skills
claude plugin marketplace add ./codacy-skills
claude plugin install codacy-skills@codacy
codacy-cloud-cli/)If you installed the plugin from the marketplace, Claude Code will use the published version — not your local edits. To test local changes, use --plugin-dir to load the plugin directly from your working copy:
# from the repo directory
claude --plugin-dir .
# or from anywhere, using the path
claude --plugin-dir /path/to/codacy-skills
This bypasses the marketplace entirely. Your local SKILL.md files are what Claude sees.
--plugin-dir as aboveskills//reload-plugins inside the session to pick up changes (no restart needed)If you have the marketplace plugin installed and want to be sure you're always hitting local code, uninstall the marketplace copy:
claude plugin uninstall codacy-skills@codacy
Reinstall it when you're done developing:
claude plugin install codacy-skills@codacy
See CONTRIBUTING.md for more on testing and submitting changes.
See CONTRIBUTING.md.
MIT — see LICENSE.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations