Finds and fixes the single highest-priority accessibility, UX, or copy-tone issue in this repo's UI markup — missing aria-labels/alt text, unlabelled inputs, raw HTML used where a semantic element or component-library equivalent exists, unannounced async loading/success/error states, destructive actions without…
Bidirectional documentation-drift auditor for repos that keep an explicit docs-vs-code reference convention. Use for periodic doc-drift audits — when a reference doc may list entries with no matching code artifact or omit artifacts that exist, when an API-contract collection (Bruno, Postman, OpenAPI, or similar) may…
Detects a SvelteKit + TS repo's stack and writes .claude/tend/config.yaml so the other tend- skills run at full precision instead of conservative core-tier defaults. Optionally installs the unattended sweep workflow (opt-in, cadence chosen by the user). Use once when installing tend into a repo, or after a major…
Performance scanner for SvelteKit + TS repos — finds and fixes one mechanically-provable performance issue per run, verified before/after. Use when auditing for redundant DB calls, O(n²) algorithms, missing debounce/throttle on high-frequency events, or repeated reactive re-traversal. Not for speculative optimization…
Refactor scanner for SvelteKit + TS repos — finds and fixes one mechanically-safe cleanup per run across three sub-domains (dead code/duplication removal, type-safety tightening, component extraction), verified before/after. Use when removing deprecated or duplicated code, tightening a weak any type, or extracting…
Security scanner for SvelteKit + TS repos — finds and fixes one exploitable issue per run, verified before/after with typecheck, lint, and tests. Use when auditing security, checking for XSS/authz/token leaks, hardening before release, or reviewing auth/session/broadcast code for leakage. Covers core checks (XSS…
Use for closing test-coverage gaps incrementally — when a function in this repo's logic/library layer has zero test coverage and needs one focused unit test matching the repo's existing test runner, mock convention, and file-placement style. Covers a happy path and an edge/error path. Writes exactly one test per run.…