IA/skills/code-standards/SKILL.md
Enforces repository TypeScript coding standards for readability, consistency, and long-term maintainability.
npx skillsauth add esplotter/esplotter code-standardsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill defines mandatory coding rules for generated or reviewed code. It is the default baseline for clean-code and style compliance checks.
Primary source:
docs/guidelines/code-standards.mdarchitecture.tests.any.
UpperCamelCase.camelCase.interface over type for public/shared contracts.For each reviewed file, verify:
any, no avoidable weak typing in public contracts.any where concrete typing is possible.Return a structured YAML report including:
status: ok | needs_clarification | errorsummary: one-paragraph code standards assessmentscope: files/modules and assumptions reviewedfindings: list of findings with title, severity, evidence, rule, fixverdict: ready | ready_with_changes | not_readynext_actions: ordered, minimal action planwarnings: assumptions, risks, or justified deviationsdevops
Applies consistent renderer UI/UX implementation patterns using a Vercel-inspired white theme, strong accessibility defaults, and repository component conventions.
development
Use this first for any task that changes behavior or tests. This is a test strategy and routing skill, it selects the right test-suite skill(s), defines when to escalate coverage (for example e2e/compiled parity), and enforces regression rules.
tools
Guides how to design, implement, and validate high-value unit tests for renderer pure logic (stores, selectors, mappers, and utility flows) with strict no-DOM boundaries and deterministic contract assertions.
testing
Guides how to design, implement, and validate high-value unit tests for preload bridge contracts, renderer-facing exposures, and IPC delegation behavior with clear boundaries and deterministic collaborator doubles.