plugins
01Plugin Claude Code
Expose clauth profiles to the session: list/usage, switch, delegate.
Plugin Claude Code
Expose clauth profiles to the session: list/usage, switch, delegate.
Hook
Runs when you submit a prompt, before the agent sees it, running clauth hook-profile-changed-note. From uwuclxdy/clauth.
Hook
Runs when a session starts, running clauth hook-profile-changed-note (2 commands). From uwuclxdy/clauth.
Hook
Runs after a tool call finishes for mcp__plugin_clauth_clauth__delegate$ tool calls, running clauth mcp-await-job (2 commands). From uwuclxdy/clauth.
Plugin Claude Code
uwuclxdy's curated personal stack of agents and skills.
Command Claude Code
Re-syncs the catalog's ratatui-patterns skill + ratatui-pro agent against a new ratatui release, or reports whether they're stale.
Command Claude Code
Mines an external agent/skill collection and curates keepers into this repo's catalog (agents/, skills/, README links). Use when importing, adapting, or evaluating external agents, skills, or commands for agenticat.
Agent
Implements or refactors C/C++ against the repo's conventions, verifying with its build/tests/clang-tidy/format gate; returns a change report with verbatim gate output. Spawn one per module-sized task.
Agent
Digests a large file or doc set into a structured brief against the caller's question template, keeping raw bytes out of the caller's context; coverage mode returns only the gaps for a doc slated for deletion or merge. Read-only on inputs; writes only its brief, to a caller-named path outside the repo. Spawn one per…
Agent
Reconciles README, docs/, CLAUDE.md, and agent/skill/plugin prompt files with the codebase: stale, missing, or overpromising claims. Edits docs only. Spawn one per repo.
Agent
Implements or refactors Flutter/Dart against the repo's conventions, verifying with its codegen/format/analyze/test gate; returns a change report with verbatim gate output. Spawn one per module-sized task. Not for reviewing a diff (flutter-reviewer).
Agent
Reviews Flutter/Dart diffs read-only on source and returns a findings table: correctness, async/context safety, rebuild perf, state-management misuse. Writes only its report, to a caller-named path outside the repo. Spawn one per diff. Not for implementing (flutter-pro).
Agent
Builds self-contained single-file frontends: canvas/WebAudio demos, inline-SVG icons/favicons, no-build client-side pages. Writes frontend files only. Spawn one per artifact.
Agent
Implements or refactors Go against the repo's conventions, verifying with its build/test/vet or golangci-lint gate; returns a change report with verbatim gate output. Spawn one per module-sized task.
Agent
Tests a Flutter or mobile app like a real user on an Android AVD or iOS simulator, verifying with parsed screenshots and integration tests. Read-only on source; reports pass/fail with evidence paths. Spawn one per app or flow.
Agent
Runs a build, test, lint, or any command and returns a pass/fail probe (exit code, warn/error counts) instead of the full log. Never mutates. Spawn one per check.
Agent
Implements or refactors Python against the repo's conventions, verifying with its test/lint/type-check gate; returns a change report with verbatim gate output. Spawn one per module-sized task. Not for reviewing a diff (python-reviewer).
Agent
Reviews Python diffs read-only on source and returns a findings table: correctness, typing, security, clarity. Writes only its report, to a caller-named path outside the repo. Spawn one per diff. Not for implementing (python-pro).
Agent
Implements, refactors, or tests Rust TUI code with current-ratatui built-ins, writing TestBackend tests and running the repo's gate. Use for ratatui/crossterm widgets, layout, or event loops. Edits Rust source plus the target repo's ratatui punch-list. Spawn one per module-sized task.
Agent
Evidence-first diagnosis of bugs with an unclear or disputed cause: multiple suspects, a 'started failing recently', symptoms across unrelated components. Builds repro harnesses, runs A/B and version-matrix experiments, returns a hypothesis ledger with an attributed cause. Never fixes or posts; writes only its harness…
Agent
Implements or refactors Rust against the repo's conventions, verifying with its build/test/clippy/fmt gate; returns a change report with verbatim gate output. Spawn one per module-sized task. Not for reviewing a diff (rust-reviewer).
Agent
Reviews Rust diffs read-only on source and returns a findings table: correctness, safety, async, invariants. Writes only its report, to a caller-named path outside the repo. Spawn one per diff. Not for implementing (rust-pro).
Agent
Writes or refactors shell scripts (bash or POSIX sh) matching the repo's portability posture, verifying with shellcheck and the repo's tests. Spawn one per script or module-sized task. Not for reviewing a diff (shell-reviewer).
Agent
Reviews shell scripts read-only on source and returns a findings table: quoting, error handling, injection, portability. Writes only its report, to a caller-named path outside the repo. Spawn one per diff or script set. Not for implementing (shell-pro).