robcsaszar/tend

Local, on-demand maintenance skills for SvelteKit + TypeScript repos: security, performance, refactoring, accessibility, and test coverage

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

tend-a11y

01

robcsaszar/tend

Skill Claude CodeCodex

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…

0 2d ago A 138 tokens original MIT

tend-docs

02

robcsaszar/tend

Skill Claude CodeCodex

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…

0 2d ago A 137 tokens original MIT

tend-onboard

03

robcsaszar/tend

Skill Claude CodeCodex

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…

0 2d ago A 98 tokens original MIT

tend-perf

04

robcsaszar/tend

Skill Claude CodeCodex

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…

0 2d ago A 95 tokens original MIT

tend-refactor

05

robcsaszar/tend

Skill Claude CodeCodex

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…

0 2d ago A 105 tokens original MIT

tend-security

06

robcsaszar/tend

Skill Claude CodeCodex

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…

0 2d ago A 132 tokens original MIT

tend-tests

07

robcsaszar/tend

Skill Claude CodeCodex

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

0 2d ago A 99 tokens original MIT