Help us improve
Share bugs, ideas, or general feedback.
Documentation testing and workflow validation tools.
npx claudepluginhub doc-detective/agent-toolsDocumentation testing and validation using Doc Detective. Test documentation procedures, convert docs to executable test specs, and validate that documented workflows match actual application behavior.
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
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
Agent tools for testing documentation procedures and validating that documented workflows match actual application behavior. Compatible with Gemini CLI, Claude Code, Cursor, Codex, OpenCode, GitHub Copilot, and other AI coding agents that support plugins, skills, or commands.
Open Claude Code:
claude
Add the Doc Detective marketplace and plugin:
/plugin marketplace add doc-detective/agent-tools
/plugin install doc-detective@doc-detective
Ask about Doc Detective, or use the init command to get started:
/doc-detective-init
Install the extension and open Gemini CLI:
gemini extensions install https://github.com/doc-detective/agent-tools.git --auto-update
gemini
Ask about Doc Detective, or use the init command to get started:
/doc-detective-init
Open Copilot CLI:
copilot
Install the Doc Detective plugin:
/plugin marketplace add doc-detective/agent-tools
/plugin install doc-detective@doc-detective
Ask about Doc Detective, or use the init command to get started:
/doc-detective-init
Install the plugin and open Qwen Code:
qwen extensions install https://github.com/doc-detective/agent-tools
qwen extensions install doc-detective:doc-detective
qwen
Ask about Doc Detective, or use the init command to get started:
/doc-detective-init
npx skills[!WARNING]
npx skillsonly installs skills, not agents, commands, or other tools. For full functionality, consider manual installation.
Install these skills with the skills package from Vercel. This works with Claude Code, Cursor, Codex, OpenCode, and other AI coding tools.
npx skills add doc-detective/agent-tools
Follow the prompts. The CLI auto-detects which AI tools you have installed and places the skills in the appropriate directories.
git clone https://github.com/doc-detective/agent-tools.git
cp -r agent-tools/agents .{agent-dir}/agents # Agents
cp -r agent-tools/commands .{agent-dir}/commands # Commands
cp -r agent-tools/skills .{agent-dir}/skills # Skills
cp -r agent-tools/hooks .{agent-dir}/hooks # Hooks
[!IMPORTANT] Adjust the destination path based on your agent's expected skill/plugin directory. For example,
.agentsfor Codex,.cursorfor Cursor, etc.
/doc-detective-init
Initializes Doc Detective in your repository by:
/doc-detective-generate path/to/documentation.md
Identify testable procedures and convert them into Doc Detective test specifications.
/doc-detective-test path/to/documentation.md
Runs tests from docs or test specification files:
/doc-detective-validate test-spec.json
Validates structure before execution:
/doc-detective-inject tests/spec.yaml docs/procedure.md --apply
Takes a well-formed test specification and injects test steps as inline comments into the associated documentation content so you don't have to maintain separate files.
/doc-detective-install-github-action [options]
Installs a Doc Detective GitHub Actions workflow for automated documentation testing in CI: