ansible-designerlisted
Install: claude install-skill 3A2DEV/ansible-designer
# ansible-designer
AI-assisted Ansible authoring toolkit. Scaffolds, reviews, and updates Ansible projects with production-quality output following official ansible-core 2.15+ conventions.
---
## Available Commands
All commands are top-level regardless of install path.
### Playbook Commands
| Command | Description |
|---------|-------------|
| `/new-playbook` | Create a new playbook (site, component, or AWX-ready) |
| `/review-playbook` | Review an existing playbook — severity report, no file modification |
| `/update-playbook` | Update a playbook — shows diff, requires confirmation |
### Role Commands
| Command | Description |
|---------|-------------|
| `/new-role` | Scaffold a complete role — asks about multi-OS support |
| `/review-role` | Review a role — severity report, no file modification |
| `/update-role` | Update a role — shows diff, requires confirmation |
### Collection Commands
| Command | Description |
|---------|-------------|
| `/new-collection` | Scaffold a new collection with galaxy.yml, plugins, roles structure |
| `/review-collection` | Review a collection — severity report, no file modification |
| `/update-collection` | Update a collection — shows diff, requires confirmation |
### ansible.cfg Commands
| Command | Description |
|---------|-------------|
| `/new-conf` | Generate an annotated ansible.cfg for dev, CI, or AWX |
| `/review-conf` | Review an ansible.cfg — severity report, no file modification |
| `/update-conf` | Update ansible.cfg — s