Agent Plugins Marketplace
All plugins

ansible-docs

v2.0.0

Answer Ansible questions and review Ansible code using official documentation from the Ansible ecosystem. Covers ansible-core, ansible-lint, ansible-navigator, ansible-builder, ansible-creator, and molecule. Use when the user asks about Ansible concepts, syntax, best practices, deprecations, or wants Ansible code reviewed against official docs. Use when user says "check my playbook against docs", "what does Ansible say about X", "how do I use module Y", or "review my role". Do NOT use for CoP good practices review (use ansible-good-practices instead). Do NOT use for general Python or YAML questions unrelated to Ansible.

Claude CodeAgent Plugins1 Skill1 MCP serverstdio

28 GitHub starsUpdated 8 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ansible-docs@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/leogallego/claude-ansible-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is ansible-docs/.

Plugin files

ansible-docs/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/ansible-docs/SKILL.md
└── .mcp.json

Included Skills1

ansible-docsskills/ansible-docs/SKILL.md

Answer Ansible questions and review Ansible code using official documentation from the Ansible ecosystem. Covers ansible-core, ansible-lint, ansible-navigator, ansible-builder, ansible-creator, and molecule. Use when the user asks about Ansible concepts, syntax, best practices, deprecations, or wants Ansible code reviewed against official docs. Use when user says "check my playbook against docs", "what does Ansible say about X", "how do I use module Y", or "review my role". Do NOT use for CoP good practices review (use ansible-good-practices instead). Do NOT use for general Python or YAML questions unrelated to Ansible.

MCP servers1

ansible-knowstdio
command
uvx
args
ansible-know-mcp

Plugin manifests2

ansible-docs/.claude-plugin/plugin.json
{
  "name": "ansible-docs",
  "version": "2.0.0",
  "description": "Answer Ansible questions and review Ansible code using official documentation from the Ansible ecosystem. Covers ansible-core, ansible-lint, ansible-navigator, ansible-builder, ansible-creator, and molecule. Use when the user asks about Ansible concepts, syntax, best practices, deprecations, or wants Ansible code reviewed against official docs. Use when user says \"check my playbook against docs\", \"what does Ansible say about X\", \"how do I use module Y\", or \"review my role\". Do NOT use for CoP good practices review (use ansible-good-practices instead). Do NOT use for general Python or YAML questions unrelated to Ansible."
}
ansible-docs/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ansible-docs",
  "version": "2.0.0",
  "description": "Answer Ansible questions and review Ansible code using official documentation from the Ansible ecosystem.",
  "author": {
    "name": "leogallego"
  },
  "license": "GPL-3.0-or-later",
  "keywords": [
    "ansible",
    "ansible-docs",
    "documentation",
    "docs",
    "review"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ansible-docs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ansible-docs)