ansible-automation-eng…
Ansible automation: playbooks, roles, collections, Molecule testing, Vault security.
**Scope**: The diagnosis table and deploy-safety pipeline worth having verbatim at the keyboard. General Kubernetes/Helm knowledge is assumed; judgment lives in the agent body.
$ npx -y skills add notque/vexjoy-agent --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
**Scope**: The diagnosis table and deploy-safety pipeline worth having verbatim at the keyboard. General Kubernetes/Helm knowledge is assumed; judgment lives in the agent body.
> **Scope**: The diagnosis table and deploy-safety pipeline worth having verbatim at the keyboard. General Kubernetes/Helm knowledge is assumed; judgment lives in the agent body.
| Pod State | Common Cause | First Command | |-----------|-------------|---------------| | `ImagePullBackOff` | Wrong image name, missing pull secret | `kubectl describe pod <pod> \| grep -A5 Events` | | `CrashLoopBackOff` | App crash, missing env var, OOM, bad probe | `kubectl logs <pod> --previous` | | `OOMKilled` | Memory limit too low or leak | `kubectl describe pod <pod> \| grep -A2 'OOM\|Limits'` | | `Pending` | No schedulable node, PVC unbound, quota exceeded | `kubectl describe pod <pod> \| grep -A10 Events` | | `Terminating` (stuck) | Finalizer not cleared, PVC in use | `kubectl describe pod <pod> \| grep Finalizers` | | `CreateContainerConfigError` | Missing ConfigMap/Secret in pod spec | `kubectl get events --sort-by='.lastTimestamp' -n <ns>` | | `ErrImageNeverPull` | `imagePullPolicy: Never`, image not on node | `crictl images \| grep <name>` |
Run in this order before every deploy:
helm lint ./charts/myapp --values values-prod.yaml helm template myapp ./charts/myapp --values values-prod.yaml | less helm upgrade --install myapp ./charts/myapp \ --values values-prod.yaml --dry-run=server --namespace production helm diff upgrade myapp ./charts/myapp \ --values values-prod.yaml --namespace production
`--dry-run=server` validates against the live API server — it catches `apiVersion` deprecations that `--dry-run=client` misses.
Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.
Repo: notque/vexjoy-agent
Ansible automation: playbooks, roles, collections, Molecule testing, Vault security.
**Scope**: Module selection patterns, builtin vs command/shell decisions, collection modules, and version-specific module changes **Version range**:…
**Scope**: Molecule test scenarios, ansible-lint rules, idempotency validation, and check-mode patterns **Version range**: Molecule 6.0+ / ansible-lint 6.0+ /…
Universal rules injected by /do at dispatch. Each agent's .md file supplies domain rules.
**Scope**: Failure modes in agent output style — over-reporting, self-congratulation, verbose narration, and hedging. Covers what to detect and how to fix…
Zero-dependency combat visual upgrades: CSS particle replacement, Framer Motion combat juice, CSS 3D card transforms.