kubernetes
25Agent
Delegate when Kubernetes manifests or ArgoCD applications are needed. Produces secure, production-ready resources following GitOps conventions.
Agent
Delegate when Kubernetes manifests or ArgoCD applications are needed. Produces secure, production-ready resources following GitOps conventions.
Agent
Delegate for Python implementation work: features, bug fixes, refactoring, services, handlers, models, repositories. Works test-first with FastAPI, Pydantic, and structlog.
Agent
Delegate to validate code and then commit it. Runs linters, tests, and security checks, verifies compliance with .architecture.yaml, and performs the git commit and push once everything passes.
Agent
Delegate for web UI work. Builds Go Templ and HTMX interfaces with server-side rendering, progressive enhancement, and WCAG 2.1 AA accessibility.
Skill Claude CodeCodex
Switches the session into fleet-manager mode — the session stops executing and becomes the lead of a team of subagent teammates that it briefs, delegates whole loops to, and integrates by ground truth, approving their output inside the delegated scope and reporting upward in short digests.
Plugin Claude Code
Where's the proof, Billy? — stop and prove a claim with deep investigation.
Skill Claude CodeCodex
Where's the proof, Billy?" — stop and prove a claim with deep investigation.
Plugin Claude Code
Local disk cleanup utilities: stale git worktrees, dead personal forks, Docker prune (incl. non-default buildx builders and VM disk trim), Go caches, and Homebrew — each runs report → confirm → execute with interactive prompts, plus one orchestrating pipeline.
Skill Claude CodeCodex
Reclaim Homebrew disk by removing old formula/cask versions, pruning the download cache, and uninstalling orphaned dependencies (brew autoremove). Shows a dry-run estimate first, then runs the user-chosen scope after approval. TRIGGER when the user wants to free Homebrew space ("brew cleanup", "почисти brew", "remove…
Skill Claude CodeCodex
Run the full local cleanup pipeline — stale git worktrees, dead personal forks, Docker prune, Go caches, and Homebrew — in one pass, each stage report → confirm → execute, then a combined reclaimed-space summary. TRIGGER when the user wants a broad disk cleanup ("free up disk space", "почисти всё", "run the cleanup…
Skill Claude CodeCodex
Reclaim Docker disk by pruning unused images, containers, networks, build cache, optionally volumes, and the build cache of non-default buildx builders; on VM-backed daemons (Colima/Lima) also offers a guest fstrim so the host-side sparse disk image actually shrinks. Shows reclaimable size first, then prunes the…
Skill Claude CodeCodex
Reclaim Go disk by clearing the build, test, fuzz, and module caches. Measures each cache first, then cleans the user-chosen scope after approval. TRIGGER when the user wants to free Go cache space ("clean go cache", "почисти go кеши", "reclaim GOMODCACHE"). DO NOT trigger for cleaning a specific module or running go…
Skill Claude CodeCodex
Find personal forks that no longer carry value — their unique commits are already merged upstream, or they hold no unique commits at all — and remove the local clone after approval. Optionally delete the GitHub fork too. TRIGGER when the user wants to clean up dead forks ("remove merged forks", "почисти бесполезные…
Skill Claude CodeCodex
Find and remove stale git worktrees across one or many repositories. Classifies each extra worktree as clean / dirty / locked, measures reclaimable space, then removes the safe ones after approval. TRIGGER when the user wants to clean up, prune, or audit git worktrees ("remove old worktrees", "почисти worktree", "what…
Plugin Claude Code
Design-of-experiments toolkit for cutting debugging and tuning iterations: taguchi orthogonal arrays for factor isolation, pairwise covering arrays for arbitrary level mixes, group-testing shrink for single-culprit hunts, S/N-ratio tuning for knob optimization.
Skill Claude CodeCodex
Generate a minimal pairwise covering array for factors with arbitrary mixed level counts, using the bundled deterministic generator. TRIGGER — invoke when a debugging or testing plan has 3+ independent factors whose level counts do not fit the fixed taguchi arrays (a 4-level factor, a 5-value enum, uneven mixes like…
Skill Claude CodeCodex
Find the guilty few among many boolean suspects with group testing (split-half, delta debugging) instead of toggling one thing at a time. TRIGGER — invoke when 8+ independently toggleable suspects (feature flags, config lines, env-var deltas, patches, plugins, extensions, imports) hide an expected single culprit or…
Skill Claude CodeCodex
Plan a minimal set of debugging or testing runs with a Taguchi orthogonal array instead of changing one factor at a time. TRIGGER — invoke proactively whenever a debugging, tuning, or repro plan involves 3+ independent candidate factors (flags, versions, environments, config values) and each run is expensive (slow…
Skill Claude CodeCodex
Optimize a numeric outcome (latency, throughput, memory, cost) over 3+ knobs with a Taguchi designed experiment and S/N-ratio analysis instead of tweaking one knob at a time. TRIGGER — invoke when the task is picking values for several potentially interacting knobs (resource limits, timeouts, pool sizes, batch sizes…
Plugin Claude Code
Generate a /rename command from type, title, and optional PR number — pure string formatting utility.
Skill Claude CodeCodex
Generate a /rename command from arguments. No git or gh calls — pure string formatting.
Plugin Claude Code
Git workflow utilities: fork refresh and repo setup with branch protection.
Skill Claude CodeCodex
Refresh fork to match upstream, preparing for new contributions.
Skill Claude CodeCodex
Configure GitHub repo settings and branch protection with auto-detected required CI checks from workflow files.