Marketplace for Ansible automation skills
npx claudepluginhub cruftyoldsysadmin/ansible-skillsAnsible automation skills for Claude Code: playbook development, debugging, shell conversion, and interactive workflows
Ansible automation skills for Claude Code: playbook development, debugging, shell conversion, and interactive workflows.
# Add the marketplace
/plugin marketplace add sigridjineth/hello-ansible-skills
# Install the plugin
/plugin install ansible-skills@hello-ansible-skills
Clone the repository and use --plugin-dir to load it directly:
git clone https://github.com/sigridjineth/hello-ansible-skills.git
claude --plugin-dir ./hello-ansible-skills
Run /help in Claude Code. You should see skills like:
ansible-skills:ansible-playbookansible-skills:ansible-debugansible-skills:ansible-convertansible-skills:ansible-interactiveCore playbook development reference. Use when creating playbooks, roles, or inventory files.
Covers:
Troubleshooting guide for Ansible errors. Use when playbooks fail with connection, authentication, or module errors.
Covers:
Shell script to Ansible conversion. Use when migrating bash automation to idempotent playbooks.
Covers:
Step-by-step guided development. Use when starting a new Ansible project from scratch.
Covers:
Create a playbook:
Create a playbook that installs nginx and configures it as a reverse proxy
Convert a shell script:
Convert this deployment script to Ansible: [paste script]
Debug an error:
My playbook fails with "UNREACHABLE" - help me debug
Start from scratch:
Help me set up Ansible for my 5 Ubuntu servers step by step
hello-ansible-skills/
├── .claude-plugin/
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Marketplace configuration
├── skills/
│ ├── ansible-playbook/
│ │ └── SKILL.md
│ ├── ansible-debug/
│ │ └── SKILL.md
│ ├── ansible-convert/
│ │ └── SKILL.md
│ └── ansible-interactive/
│ └── SKILL.md
├── my-ansible/ # Example Ansible project (excluded from plugin cache)
│ ├── ansible.cfg
│ ├── inventory
│ ├── roles/
│ └── docs/ # Ansible tutorial (12 sections)
├── .pluginignore # Excludes examples from plugin cache
├── CHANGELOG.md
├── README.md
└── LICENSE
Contributions welcome. If you find patterns that work well in your Ansible projects, consider adding them to the skills. Open an issue or submit a PR.
MIT
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.