Codacy plugins for AI-agent-ready development workflows
npx claudepluginhub codacy/codacy-specsSpec quality auditing and improvement by Codacy. Helps developers write AI-agent-ready specifications — clear, testable, unambiguous. Works with Jira, Linear, and local spec files.
A Claude Code plugin by Codacy that audits any specification for AI-agent readiness and rewrites it to be clear, testable, and unambiguous.
Vague specs are the leading cause of AI coding failures. If a ticket clearly states what to build, defines inputs/outputs, specifies error handling, and provides verifiable acceptance criteria, AI agents produce better code with fewer wrong assumptions.
CLAUDE.md to understand your team's conventions and terminology before auditingAdd this plugin to your Claude Code project:
# From your project root, or globally
claude plugin marketplace add codacy/codacy-specs
claude plugin install codacy-specs
Or clone and install locally:
git clone https://github.com/codacy/codacy-specs
claude plugin marketplace add ./codacy-specs
claude plugin install codacy-specs
This plugin does not bundle its own MCP configuration. If you want to audit and update issues directly in your tracker, install the dedicated plugin or MCP server for that tool:
Once a tool's MCP is active, spec-improve will automatically use it to fetch and update issues.
No issue tracker connected? The skill works without any of them. Paste any spec directly into the chat, or point it at a local file — it will audit and rewrite without needing any external connection.
The skill reads your project's CLAUDE.md before every audit. This is the single most impactful thing you can do to improve audit quality: the skill will not flag terms or patterns that are already defined there.
Two things worth adding to your CLAUDE.md:
Terminology — internal acronyms, service names, and domain concepts your team uses:
## Terminology
- **SRM** — Security Risk Management service. Core internal microservice for vulnerability scanning.
- **org** — An organization account in our multi-tenant model. Maps to the `organizations` table.
- **PDQ** — Priority-Driven Queue. Internal async job scheduling system.
API and engineering conventions — defaults and standards your team follows that don't need to be re-stated in every ticket:
## API Conventions
- All endpoints return `application/json` unless stated otherwise.
- Pagination uses `?page=` and `?pageSize=` query params. Default page size is 20, max is 100.
- Authentication is via Bearer token (JWT). All endpoints require auth unless explicitly marked public.
- Error responses follow the shape `{ "error": "ERROR_CODE", "message": "..." }`.
The skill uses this context during auditing: if a convention in CLAUDE.md covers a gap in the spec, the gap is scored as covered rather than missing.
Why
CLAUDE.mdand not a separate file? Because knowledge inCLAUDE.mdbenefits all Claude interactions in your project, not just spec audits. One source of truth.
The spec-improve skill activates automatically when you use natural language like:
audit this spec
improve this Jira ticket PROJ-123
review this Linear issue ENG-42
improve GitHub issue #42
audit github.com/my-org/my-repo/issues/99
rewrite this story to have better acceptance criteria
check if this spec is ready for an AI agent
make this ticket clearer
improve the spec in docs/spec.md
It also activates as a pre-work guardrail when you (or an agent) are about to start implementing a ticket:
start working on PROJ-123
implement this ticket
pick up the next item
In this mode it runs a quick readiness check and offers to either review and improve the spec, or continue straight to implementation.
You: improve this Jira ticket PROJ-123
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