uwuclxdy/agenticat

Some of my Agents & Skills, compatible with most AI coding tools

5Stars on the repository
49Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

c-cpp-pro

01

uwuclxdy/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.

5 2d ago A 49 tokens original MIT

docs-extractor

02

uwuclxdy/agenticat

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…

5 2d ago A 73 tokens original MIT

docs-reconciler

03

uwuclxdy/agenticat

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.

5 2d ago A 49 tokens original MIT

flutter-pro

04

uwuclxdy/agenticat

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).

5 2d ago A 56 tokens original MIT

flutter-reviewer

05

uwuclxdy/agenticat

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).

5 2d ago A 60 tokens original MIT

frontend-builder

06

uwuclxdy/agenticat

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.

5 2d ago A 41 tokens original MIT

golang-pro

07

uwuclxdy/agenticat

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.

5 2d ago A 48 tokens original MIT

mobile-tester

08

uwuclxdy/agenticat

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.

5 2d ago A 52 tokens original MIT

prober

09

uwuclxdy/agenticat

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.

5 2d ago A 44 tokens original MIT

python-pro

10

uwuclxdy/agenticat

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).

5 2d ago A 52 tokens original MIT

python-reviewer

11

uwuclxdy/agenticat

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).

5 2d ago A 53 tokens original MIT

ratatui-pro

12

uwuclxdy/agenticat

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.

5 2d ago A 75 tokens original MIT

uwuclxdy/agenticat

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…

5 2d ago A 72 tokens original MIT

rust-pro

14

uwuclxdy/agenticat

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).

5 2d ago A 53 tokens original MIT

rust-reviewer

15

uwuclxdy/agenticat

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).

5 2d ago A 54 tokens original MIT

shell-pro

16

uwuclxdy/agenticat

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).

5 2d ago A 52 tokens original MIT

shell-reviewer

17

uwuclxdy/agenticat

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).

5 2d ago B 56 tokens original MIT

spec-propagator

18

uwuclxdy/agenticat

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.

5 2d ago A 39 tokens original MIT

threat-modeler

19

uwuclxdy/agenticat

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.

5 2d ago A 51 tokens original MIT

ts-reviewer

20

uwuclxdy/agenticat

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.

5 2d ago A 58 tokens original MIT

tui-tester

21

uwuclxdy/agenticat

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.

5 2d ago A 52 tokens original MIT

ux-pro

22

uwuclxdy/agenticat

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…

5 2d ago A 79 tokens original MIT

ux-reviewer

23

uwuclxdy/agenticat

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…

5 2d ago A 73 tokens original MIT

web-researcher

24

uwuclxdy/agenticat

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.

5 2d ago A 39 tokens original MIT