{
  "markdown": "# Codacy Skills\n\nA collection of skills that teach your AI coding assistant how to use the [Codacy CLI](https://github.com/codacy/codacy-cloud-cli) to improve code quality workflows.\n\nCompatible with Claude Code, OpenAI Codex, GitHub Copilot, Gemini CLI, and any agent that supports the [Agent Skills](https://agentskills.io/) standard.\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| [`codacy-cloud-cli`](skills/codacy-cloud-cli/SKILL.md) | Use the Codacy Cloud CLI to query issues, findings, pull requests, tools, and patterns |\n| [`codacy-code-review`](skills/codacy-code-review/SKILL.md) | Enrich code reviews with Codacy data — issues, coverage, security, duplication |\n| [`configure-codacy`](skills/configure-codacy/SKILL.md) | Tailor Codacy configuration to your project and reduce noise |\n| [`configure-codacy-cloud`](skills/configure-codacy-cloud/SKILL.md) | Tune Codacy configuration directly on the cloud for a repo already analyzed by Codacy |\n| [`setup-coverage`](skills/setup-coverage/SKILL.md) | Set up test coverage reporting and upload to Codacy |\n| [`codacy-analysis-cli`](skills/codacy-analysis-cli/SKILL.md) | Run local static analysis using the Codacy Analysis CLI |\n\n## Requirements\n\n- [Codacy CLI](https://github.com/codacy/codacy-cloud-cli) installed (`npm install -g @codacy/codacy-cloud-cli`)\n- [Codacy Analysis CLI](https://www.npmjs.com/package/@codacy/analysis-cli) installed (`npm install -g @codacy/analysis-cli`)\n- `CODACY_API_TOKEN` environment variable set (obtain from Codacy > My Account > Access Management > Account API Tokens) or use the `codacy login` command (interactive login)\n\n## Installation\n\n### Claude Code (recommended)\n\n```sh\nclaude plugin marketplace add codacy/codacy-skills\nclaude plugin install codacy-skills@codacy\n```\n\nRun `claude plugin update` to stay on the latest version.\n\n### Claude.ai\n\n1. Download the skill folder you want (e.g. `codacy-cloud-cli/`)\n2. Zip it\n3. Go to Claude.ai > Settings > Capabilities > Skills > Upload skill\n\n### OpenAI Codex\n\nThis repository follows the [Agent Skills](https://agentskills.io/) standard. Codex discovers skills from `.agents/skills/` — the `.agents/skills/` directory in this repo already points at each skill via symlinks, so cloning is enough:\n\n```sh\ngit clone https://github.com/codacy/codacy-skills ~/.codacy-skills\n\n# Per-project\nln -s ~/.codacy-skills/.agents/skills .agents/skills\n\n# Or globally\nln -s ~/.codacy-skills/.agents/skills ~/.agents/skills\n```\n\nRun `git -C ~/.codacy-skills pull` to get updates.\n\n### GitHub Copilot\n\nCopilot's coding agent reads `AGENTS.md` from your repository root:\n\n```sh\ncurl -o AGENTS.md https://raw.githubusercontent.com/codacy/codacy-skills/master/AGENTS.md\n```\n\n### Gemini CLI\n\n```sh\ngemini extensions install https://github.com/codacy/codacy-skills.git --consent\n```\n\n## Local development\n\nIf 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:\n\n```sh\n# from the repo directory\nclaude --plugin-dir .\n\n# or from anywhere, using the path\nclaude --plugin-dir /path/to/codacy-skills\n```\n\nThis bypasses the marketplace entirely. Your local `SKILL.md` files are what Claude sees.\n\n### Development workflow\n\n1. Start Claude Code with `--plugin-dir` as above\n2. Edit your skill files under `skills/`\n3. Run `/reload-plugins` inside the session to pick up changes (no restart needed)\n4. Test your skills\n\n### Avoiding conflicts with the marketplace version\n\nIf you have the marketplace plugin installed and want to be sure you're always hitting local code, uninstall the marketplace copy:\n\n```sh\nclaude plugin uninstall codacy-skills@codacy\n```\n\nReinstall it when you're done developing:\n\n```sh\nclaude plugin install codacy-skills@codacy\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more on testing and submitting changes.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 4033,
  "sha": "29a9569808048eeb628267ecd7be770057bd2edc6668fd26339d384a3b8d1b10",
  "repo_slug": "codacy/codacy-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_codacy_codacy_skills_23b48c1c/readme"
}