plugins/typescript-dev/skills/implementing-typescript/SKILL.md
Implements concise, streamlined TypeScript/React code matching exact architect specifications. Use when writing TypeScript code, creating modules, or when the user asks to implement features in TypeScript/React.
npx skillsauth add qte77/claude-code-utils implementing-typescriptInstall 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.
Target: $ARGUMENTS
Creates focused, streamlined TypeScript/React implementations following architect specifications exactly. No over-engineering.
See references/typescript-best-practices.md for comprehensive TypeScript guidelines.
See references/react-best-practices.md for React patterns.
See references/vite-conventions.md for Vite project conventions.
src/ structureSimple Tasks: Single module, strict TypeScript, proper typing, inline exports
Complex Tasks: Multi-module with React components, async patterns, proper interfaces, custom hooks
Always: Use existing project patterns, pass validation
Simple Tasks: Minimal functions with proper type annotations and error handling Complex Tasks: Complete modules with interfaces, components, tests, and documentation All outputs: Concise, streamlined, no unnecessary complexity
Before completing any task:
npx tsc --noEmit && npx vitest run && npx eslint .
All type checks, tests, and lints must pass.
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.