
Claude Skills by uwuclxdy
github.com/uwuclxdyAskama Rust templating reference (0.16).
Tunes Rust `Cargo.toml` and `.cargo/config.toml`: profiles, features, workspaces, dependency hygiene.
Idiomatic Flutter and Dart rules: feature-first layout, Riverpod, freezed, go_router, const correctness.
Idiomatic Rust 2024 rules: ownership, error handling, async, unsafe, traits, iterators, clippy.
Defensive Bash and POSIX shell rules: strict-mode flags, traps, idempotent mutation, ShellCheck discipline, bats tests.
Reconciles README, docs, CLAUDE.md, and agent prompts with what the code does.
Boots and drives Android AVDs and iOS simulators from the CLI.
Maud Rust `html!` macro reference (0.27).
MCP knowledge pack for the stateless 2026-07-28 revision.
Suggests project and crate names and checks availability across crates.io, npm, PyPI, AUR, GitHub, and domains.
Diffs a program against a reference or spec, writing the gaps into `docs/todo.md`.
Modern-ratatui knowledge pack for Rust TUI code on ratatui and crossterm.
Audits a skill for routing gaps: boundary and negative probes that land where the answer is absent.
Behavior rules for CLIs and TUIs: exit codes, stdout vs stderr, TTY detection, NO_COLOR, prompts, destructive-action confirmation, signal recovery.
STRIDE, attack trees, security-requirement extraction, mitigation and control selection, compliance mapping.
Authors and normalizes tasks into `docs/todo.md`.
Interaction-design pack for UI behavior: the five screen states, form validation, error copy, undo vs confirmation, accessibility wiring.
Playwright toolkit for local web apps: navigate, click, fill forms, screenshots, console logs.
Clean code principles and best practices covering naming conventions, function design, error handling, comments, and architecture. Use this skill whenever the user asks you to write, review, or refactor code and wants it to follow clean code standards. Also trigger when the user mentions "clean code", "code quality", "readability", "refactor for clarity", "naming conventions", "function size", "code smells", or asks for a code review with best practices in mind. Apply these principles proacti...