← ClaudeAtlas

ansible-designerlisted

AI-assisted Ansible authoring toolkit for Claude Code. Scaffolds, reviews, and updates playbooks, roles, collections, and ansible.cfg files following production best practices. Sub-commands: new-playbook, review-playbook, update-playbook, new-role, review-role, update-role, new-collection, review-collection, update-collection, new-conf, review-conf, update-conf. Runs discovery (CLAUDE.md to ansible.cfg to README to filesystem) at the start of every command.
3A2DEV/ansible-designer · ★ 5 · Web & Frontend · score 63
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