This one generates Ansible playbooks, roles, tasks, inventory files, and project scaffolding from natural language requests. It runs a deterministic four-stage flow: classifies whether you want full production-ready files, quick snippets, or just docs, collects missing inputs with safe defaults, pulls from local templates and best practice references, then generates with FQCN modules, idempotency checks, and security patterns baked in. After generation it validates with ansible-validator or falls back to manual static checks if tooling is unavailable. The validation exception matrix is smart about when to skip checks for snippets versus full playbooks. Solid if you scaffold Ansible content often and want consistent structure without hunting down boilerplate or forgetting argument_specs every time.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill ansible-generator