A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Ansible 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 symlink to your Claude plugins directory:
git clone https://github.com/sigridjineth/hello-ansible-skills.git
ln -s $(pwd)/hello-ansible-skills ~/.claude/plugins/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
│ ├── ansible.cfg
│ ├── inventory
│ ├── roles/
│ └── docs/ # Ansible tutorial (12 sections)
├── 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
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial