ansible skills

71 tagged ansible, measured the same way as everything else here.

Browse within: claude-code-skills 47docker 47ansible-collections 13ansible-designer 13ansible-playbooks 13ansible-roles 13claude-ai 13

domain-docs

01

gavinmcfall/home-ops

Skill Claude CodeCodex

Generate, update, and audit per-domain docs (docs/domains/) from kubernetes manifests. Use when creating a domain doc set, refreshing docs after cluster changes, or checking for doc drift. Modes: create , update , audit.

37 today A 58 tokens MIT

anti-slop

02

iuliandita/skills

Skill Claude CodeCodex

· Audit AI-generated code slop: hallucinated APIs, over-abstraction, duplicate code, test theater, noisy comments. Triggers: 'slop', 'AI-generated code', 'cleanup', 'overengineered'. Not for prose (use anti-ai-prose).

5 13d ago A 59 tokens original MIT

ci-cd

03

iuliandita/skills

Skill Claude CodeCodex

· Write/review CI/CD for GitHub Actions, GitLab, Forgejo/Gitea, Woodpecker. Triggers: 'ci/cd', 'pipeline', 'github actions', 'gitlab ci', 'runner', 'renovate', 'trivy'. Not for git workflows (use git).

5 13d ago A 68 tokens original MIT

code-review

04

iuliandita/skills

Skill Claude CodeCodex

· Review code for correctness: bugs, edge cases, races, leaks, regressions. Triggers: 'review', 'code review', 'find bugs', 'check this', 'spot check', 'sanity check'. Not for style/slop (anti-slop) or vulnerabilities (security-audit).

5 13d ago A 65 tokens original MIT

ansible-designer

05

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

06

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-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

konstruktoid/prescryb

Skill Claude CodeCodex

Authors, reviews, and hardens GitHub Actions workflows, reusable workflows, and composite actions with least-privilege GITHUBTOKEN permissions, action references pinned by commit SHA to the latest published release, injection-safe handling of untrusted event data, safe trigger and runner choices, and a structure that…

1 5d ago C 147 tokens

konstruktoid/prescryb

Skill Claude CodeCodex

Authors and modifies Python source code with security best practices that static analysis alone does not fully cover, including input handling, deserialization, secrets, subprocess/SQL/crypto usage, SSRF, and dependency hygiene, layered on the ruff/ty quality gate. Use when writing or editing Python, and especially…

1 5d ago C 98 tokens

python-testing

10

konstruktoid/prescryb

Skill Claude CodeCodex

Adds or updates pytest coverage for a Python change by first discovering the repository's existing test layout and conventions, matching them rather than imposing a new structure, deciding whether the change requires a test at all, and running the suite in a bounded verify loop. Use when a Python change adds behavior…

1 5d ago C 90 tokens