lexfrei

61 mods across 2 repositories, 14 stars between them.

kubernetes

25

lexfrei/ccc

Agent

Delegate when Kubernetes manifests or ArgoCD applications are needed. Produces secure, production-ready resources following GitOps conventions.

9 yesterday B 27 tokens original BSD-3-Clause

python

26

lexfrei/ccc

Agent

Delegate for Python implementation work: features, bug fixes, refactoring, services, handlers, models, repositories. Works test-first with FastAPI, Pydantic, and structlog.

9 yesterday A 39 tokens original BSD-3-Clause

quality

27

lexfrei/ccc

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.

9 yesterday A 39 tokens original BSD-3-Clause

templ

28

lexfrei/ccc

Agent

Delegate for web UI work. Builds Go Templ and HTMX interfaces with server-side rendering, progressive enhancement, and WCAG 2.1 AA accessibility.

9 yesterday A 34 tokens original BSD-3-Clause

manager

29

lexfrei/ccc

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.

9 yesterday A 56 tokens original BSD-3-Clause

billy

30

lexfrei/ccc

Plugin Claude Code

Where's the proof, Billy? — stop and prove a claim with deep investigation.

9 yesterday A tokens not measured original BSD-3-Clause

billy

31

lexfrei/ccc

Skill Claude CodeCodex

Where's the proof, Billy?" — stop and prove a claim with deep investigation.

9 yesterday A 20 tokens original BSD-3-Clause

cleanup

32

lexfrei/ccc

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.

9 yesterday A tokens not measured original BSD-3-Clause

brew-cleanup

33

lexfrei/ccc

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…

9 yesterday A 89 tokens original BSD-3-Clause

cleanup-all

34

lexfrei/ccc

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…

9 yesterday A 94 tokens original BSD-3-Clause

docker-prune

35

lexfrei/ccc

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…

9 yesterday B 116 tokens original BSD-3-Clause

go-cache

36

lexfrei/ccc

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…

9 yesterday A 81 tokens original BSD-3-Clause

stale-forks

37

lexfrei/ccc

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", "почисти бесполезные…

9 yesterday A 102 tokens original BSD-3-Clause

worktree-sweep

38

lexfrei/ccc

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…

9 yesterday A 95 tokens original BSD-3-Clause

doe

39

lexfrei/ccc

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.

9 yesterday A tokens not measured original BSD-3-Clause

pairwise

40

lexfrei/ccc

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…

9 yesterday A 130 tokens original BSD-3-Clause

shrink

41

lexfrei/ccc

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…

9 yesterday A 136 tokens original BSD-3-Clause

taguchi

42

lexfrei/ccc

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…

9 yesterday A 174 tokens original BSD-3-Clause

tune

43

lexfrei/ccc

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…

9 yesterday A 120 tokens original BSD-3-Clause

genname

44

lexfrei/ccc

Plugin Claude Code

Generate a /rename command from type, title, and optional PR number — pure string formatting utility.

9 yesterday A tokens not measured original BSD-3-Clause

genname

45

lexfrei/ccc

Skill Claude CodeCodex

Generate a /rename command from arguments. No git or gh calls — pure string formatting.

9 yesterday A 21 tokens original BSD-3-Clause

git-tools

46

lexfrei/ccc

Plugin Claude Code

Git workflow utilities: fork refresh and repo setup with branch protection.

9 yesterday A tokens not measured original BSD-3-Clause

refresh-fork

47

lexfrei/ccc

Skill Claude CodeCodex

Refresh fork to match upstream, preparing for new contributions.

9 yesterday A 15 tokens original BSD-3-Clause

setup-repo

48

lexfrei/ccc

Skill Claude CodeCodex

Configure GitHub repo settings and branch protection with auto-detected required CI checks from workflow files.

9 yesterday A 22 tokens original BSD-3-Clause