Agent
Folds a decided spec or approved decision into one design doc that doesn't mention it yet, matching the doc's voice. Edits docs only. Spawn one per doc.
Agent
Folds a decided spec or approved decision into one design doc that doesn't mention it yet, matching the doc's voice. Edits docs only. Spawn one per doc.
Agent
Architecture-level threat modeler (STRIDE, attack trees, requirement extraction): identifies threats, designs mitigations for a system or feature. Read-only on code; writes only the threat-model doc. Spawn one per system or feature.
Agent
Reviews TypeScript/JavaScript diffs read-only on source and returns a findings table: correctness, type-safety, XSS/injection, any leakage. Writes only its report, to a caller-named path outside the repo. Spawn one per diff.
Agent
Drives a TUI or CLI program like a real user in a local tmux pty. Read-only on source; builds or launches the target itself, reports pass/fail with captured screens. Spawn one per program or flow.
Agent
Implements a screen's interaction behavior with the repo's own components: loading/success/error/empty/partial states, form validation, error placement, accessibility wiring. Use when a screen misses non-happy-path states or a flow needs error handling. Returns a five-state inventory with verbatim gate output. Spawn…
Agent
Reviews UI behavior read-only on source and returns a findings table: missing loading/error/empty/partial states, silent failures, error wording and placement, validation gaps, missing undo, status-message accessibility. Writes only its report, to a caller-named path outside the repo. Spawn one per screen or diff. Not…
Agent
Single-topic web researcher for fan-out: multi-query search, full-source fetch, cross-verification, a cited markdown brief written to a path. Spawn one per topic.
Agent
Tests a running local web app via Playwright: smoke tests, behavior verification. Read-only on source; reports pass/fail with screenshots and console logs. Spawn one per app or flow.
Plugin Claude Code
uwuclxdy's subagent definitions.
Plugin Claude Code
uwuclxdy's skill collection.
Skill Claude CodeCodex
Askama Rust templating reference (0.16).
Skill Claude CodeCodex
Tunes Rust Cargo.toml and .cargo/config.toml: profiles, features, workspaces, dependency hygiene.
Skill Claude CodeCodex
Language-agnostic clean-code baseline: naming, functions, error handling, comments, duplication.
Skill Claude CodeCodex
Idiomatic Flutter and Dart rules: feature-first layout, Riverpod, freezed, gorouter, const correctness.
Skill Claude CodeCodex
Idiomatic Rust 2024 rules: ownership, error handling, async, unsafe, traits, iterators, clippy.
Skill Claude CodeCodex
Defensive Bash and POSIX shell rules: strict-mode flags, traps, idempotent mutation, ShellCheck discipline, bats tests.
Skill Claude CodeCodex
Reconciles README, docs, CLAUDE.md, and agent prompts with what the code does.
Skill Claude CodeCodex
Boots and drives Android AVDs and iOS simulators from the CLI.
Skill Claude CodeCodex
Maud Rust html! macro reference (0.27).
Skill Claude CodeCodex
MCP knowledge pack for the stateless 2026-07-28 revision.
Skill Claude CodeCodex
Suggests project and crate names and checks availability across crates.io, npm, PyPI, AUR, GitHub, and domains.
Skill Claude CodeCodex
Diffs a program against a reference or spec, writing the gaps into docs/todo.md.
Skill Claude CodeCodex
Modern-ratatui knowledge pack for Rust TUI code on ratatui and crossterm.
Skill Claude CodeCodex
Audits a skill for routing gaps: boundary and negative probes that land where the answer is absent.