3A2DEV

15 mods across 1 repository, 5 stars between them.

3A2DEV

01

3A2DEV/ansible-designer

Plugin Claude Code

Plugin marketplace listing 1 plugin: ansible-designer.

5 12d ago A tokens not measured

ansible-designer

02

3A2DEV/ansible-designer

Plugin Claude Code

AI-assisted Ansible authoring toolkit for Claude Code. Scaffolds, reviews, and updates playbooks, roles, collections, and ansible.cfg files following production best practices.

5 12d ago A tokens not measured

ansible-designer

03

3A2DEV/ansible-designer

Skill Claude CodeCodex

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…

5 12d ago A 110 tokens

new-collection

04

3A2DEV/ansible-designer

Skill Claude CodeCodex

Scaffold a new Ansible collection. Triggered by /new-collection. Collects collectionpath, namespace, and collection name, then generates galaxy.yml, README.md, CHANGELOG.md, LICENSE, meta/runtime.yml, plugin skeletons (module, filter, lookup), roles directory, playbooks directory, and docs structure. Shows summary…

5 12d ago A 75 tokens

new-conf

05

3A2DEV/ansible-designer

Skill Claude CodeCodex

Generate an annotated ansible.cfg for a specific environment. Triggered by /new-conf. Asks for target environment (dev, CI, or AWX) and generates a fully annotated ansible.cfg covering all official sections including defaults, privilege escalation, SSH connection, vault config, callback plugins, and fact caching.…

5 12d ago B 71 tokens

new-playbook

06

3A2DEV/ansible-designer

Skill Claude CodeCodex

Create a new Ansible playbook. Triggered by /new-playbook. Runs discovery to find existing roles and collections, then collects path, filename, target hosts/groups, and roles to include. Generates a complete playbook with header, vars block, pre/post tasks, roles section, error handling, and tags. Shows summary before…

5 12d ago A 81 tokens

new-role

07

3A2DEV/ansible-designer

Skill Claude CodeCodex

Scaffold a complete Ansible role. Triggered by /new-role. Resolves role location from FQCN or path, asks whether multi-OS support is needed (RHEL, Solaris, Windows/WinRM), and generates a full role directory structure with realistic starter tasks, handlers, defaults, meta/main.yml, and OS-specific var files if…

5 12d ago A 81 tokens

review-collection

08

3A2DEV/ansible-designer

Skill Claude CodeCodex

Review an existing Ansible collection and produce a structured severity report grouped by CRITICAL, WARNING, and INFO. Triggered by /review-collection. Checks galaxy.yml completeness, directory structure, required files, meta/runtime.yml, and role quality. NEVER modifies files.

5 12d ago A 57 tokens

review-conf

09

3A2DEV/ansible-designer

Skill Claude CodeCodex

Review an ansible.cfg and produce a structured severity report grouped by CRITICAL, WARNING, and INFO. Triggered by /review-conf. Checks for deprecated settings, insecure values, missing critical sections, and vault misconfiguration. NEVER modifies files.

5 12d ago B 52 tokens

review-playbook

10

3A2DEV/ansible-designer

Skill Claude CodeCodex

Review an existing Ansible playbook and produce a structured severity report grouped by CRITICAL, WARNING, and INFO. Triggered by /review-playbook. Checks FQCN usage, idempotency patterns, nolog on secret tasks, tag coverage, deprecated syntax, become usage, and style consistency. NEVER modifies files.

5 12d ago A 69 tokens

review-role

11

3A2DEV/ansible-designer

Skill Claude CodeCodex

Review an existing Ansible role and produce a structured severity report grouped by CRITICAL, WARNING, and INFO. Triggered by /review-role. Checks directory structure completeness, task FQCN, tag coverage, nolog on secret tasks, defaults vs vars usage, meta/main.yml validity, and handler correctness. NEVER modifies…

5 12d ago A 69 tokens

update-collection

12

3A2DEV/ansible-designer

Skill Claude CodeCodex

Update an existing Ansible collection. Triggered by /update-collection. Supports updating galaxy.yml metadata, adding roles or plugins, bumping version, and updating CHANGELOG. Shows a unified diff per file before writing and waits for explicit user confirmation.

5 12d ago A 54 tokens

update-conf

13

3A2DEV/ansible-designer

Skill Claude CodeCodex

Update an existing ansible.cfg. Triggered by /update-conf. Reads the current config, applies the requested section or key changes, shows a unified diff, waits for explicit user confirmation, then writes. Never overwrites silently. Adds justification comments for security-sensitive settings.

5 12d ago A 57 tokens

update-playbook

14

3A2DEV/ansible-designer

Skill Claude CodeCodex

Update an existing Ansible playbook. Triggered by /update-playbook. Reads the target file, applies the requested change following all global rules (FQCN, tags, nolog), shows a unified diff, waits for explicit user confirmation, then writes. Never overwrites silently.

5 12d ago A 62 tokens

update-role

15

3A2DEV/ansible-designer

Skill Claude CodeCodex

Update an existing Ansible role. Triggered by /update-role. Reads specific role files, applies the requested change following all global rules (FQCN, tags, nolog), shows a unified diff per file, waits for explicit user confirmation, then writes. Never overwrites silently.

5 12d ago A 61 tokens