> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools.md).

# Developer tools

- [SonarQube CLI in agentic workflows](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/sonarqube-cli-in-agentic-workflows.md): Use SonarQube CLI with agents to perform various actions.
- [Agent plugins](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins.md): Install and use SonarQube agent plugins for Claude Code, Codex CLI, Cursor, GitHub Copilot CLI, and GitHub agent apps to bring SonarQube into your AI coding workflow.
- [Agent apps for GitHub](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins/agent-apps-for-github.md): Install the SonarQube agent GitHub app to bring SonarQube into your AI coding workflow through GitHub agent apps.
- [Antigravity](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins/antigravity.md): Install the SonarQube plugin in Antigravity to bring code analysis, issue management, and secrets detection into your AI coding sessions.
- [Claude Code](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins/claude-code.md): Install the SonarQube plugin in Claude Code to enable code analysis, issue management, and secrets detection skills directly from your AI coding sessions.
- [Codex CLI](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins/codex-cli.md): Install the SonarQube plugin for the Codex CLI or Codex IDE extension to bring code analysis, issue management, and secrets detection into your AI coding sessions.
- [Cursor](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins/cursor.md): Install the SonarQube plugin in the Cursor IDE, Cursor CLI, or Agent Window to bring SonarQube code quality and security analysis, secrets detection, and agentic verification into your AI coding sessi
- [GitHub Copilot](https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/agent-plugins/github-copilot.md): Install the SonarQube plugin in GitHub Copilot to bring SonarQube code quality and security analysis into your AI coding sessions, powered by the SonarQube MCP Server.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
