Install Claude Desktop
Claude Desktop includes Claude Code. Sign in, open the Code tab, choose Local, and select your project folder. No terminal is required.
Get Claude DesktopLocal installation packages
Choose the agent you already use. The bundles contain the Testing AI references and book workflow locally. No separate API key is required to apply the book to a project.
/testing_ai assess the current diff and tests$testing-ai assess the current diff and tests
New to AI coding agents
You do not need to be a developer. Install Claude Desktop, sign in, select the folder that contains the work you want assessed, and then add the Testing AI plugin.
Claude Desktop includes Claude Code. Sign in, open the Code tab, choose Local, and select your project folder. No terminal is required.
Get Claude DesktopDownload the desktop app above and sign in. It can work with the files you explicitly select.
Open the Code tab, choose Local, then Select folder. Choose the directory where the project and its testing evidence live.
Continue to the matching agent card below, install the plugin, start a new task, and run the first command.
Use the folder where the real work already lives. You do not need to make a duplicate. The more relevant evidence the agent can read, the more specific the book-guided assessment can be.
Keep secrets out of the folder context: do not include API keys, passwords, private customer data, or unrestricted production datasets. Redact or provide a safe sample when necessary.
Supported coding agents
Each download is included beside this page, so the folder can be uploaded or served without nested paths.
Use Claude’s plugin upload screen. The same package also runs from Claude Code.
/testing_ai.cd "$HOME/Downloads" unzip -o testing-ai-claude.zip cd "/path/to/your/project" claude --plugin-dir "$HOME/Downloads/testing-ai"
Add the included local marketplace, install the plugin, and begin a task in your project.
$testing-ai.cd "$HOME/Downloads" unzip -o testing-ai-codex.zip -d testing-ai-codex codex plugin marketplace add "$HOME/Downloads/testing-ai-codex" codex plugin add testing-ai@testing-ai-local
Copy the portable skills into the current project’s Cursor skill directory.
unzip testing-ai.plugin -d testing-ai mkdir -p .cursor/skills cp -r testing-ai/skills/* .cursor/skills/
Install the portable bundle in Antigravity’s local Gemini plugin directory.
mkdir -p "$HOME/.gemini/config/plugins/testing-ai" unzip testing-ai-antigravity.plugin -d "$HOME/.gemini/config/plugins/testing-ai"
Use the local stdio server when your agent supports MCP but does not support these plugin formats.
{
"command": "node",
"args": ["/absolute/path/to/testing-ai-mcp/bin/testing-ai-mcp.mjs"]
}
/testing_ai in slash-command hosts and $testing-ai in Codex. This standalone plugin focuses entirely on applying the book.
TESTING_AI_ANALYTICS=off before starting your coding agent to disable plugin analytics.