Loading...
Loading...
Found 48002 skills
thkt
Reviews TypeScript type safety patterns and best practices to ensure maximum type coverage in codebases.
third774
Generates behavior-focused tests using the Testing Trophy methodology, eliminating anti-patterns like mock testing and production code pollution.
thkt
Optimizes frontend performance using data-driven techniques to improve page load times and Web Vitals metrics like LCP, FID, and CLS.
thkt
Applies core software engineering principles (SOLID, DRY, YAGNI) to enhance code quality, readability, and maintainability in development workflows.
thkt
Reviews TypeScript code for type safety, ensuring maximum type coverage and eliminating unsafe practices such as `any` types.
thkt
Automates Storybook story generation from component APIs, streamlining UI component development and documentation.
thkt
Enforces CSS-first methodology for frontend development, prioritizing CSS over JavaScript for layouts, animations, and responsive interactions.
thkt
Provides testable code design patterns for TypeScript/React applications using dependency injection and mock-friendly approaches.
thkt
Reviews code for readability using principles from 'The Art of Readable Code' and Miller's Law (7±2), targeting naming, nesting, and cognitive load.
thkt
Reviews code for readability using 'The Art of Readable Code' principles and Miller's Law to enhance naming, structure, and cognitive load.
thkt
Generates test cases following Test-Driven Development (TDD) with Red-Green-Refactor cycle and Baby Steps methodology.
thkt
Reviews TypeScript/React code for testability, applying dependency injection and mock-friendly design patterns.
thkt
Applies framework-agnostic frontend component design patterns, including Container/Presentational, for React, Vue, and Angular.
thkt
Detects silent failures in frontend code, including swallowed errors and empty catch blocks, to improve error handling practices.
thkt
Optimizes frontend performance using data-driven techniques to improve Web Vitals metrics and reduce bundle size.
thkt
Uses 5 Whys methodology to investigate software bugs and failures, identifying true root causes instead of temporary fixes.
thkt
Automates generation of Storybook stories from component API specs, including props and argTypes, for efficient UI component development.
thkt
Detects and flags silent failure patterns in frontend code, such as empty catch blocks and swallowed errors, to enhance code reliability.
thkt
Provides a guide for using CLI tools like git, gh, and npm for version control, branch management, and commit operations.
thkt
Provides a guide for using essential CLI tools including git, gh, and npm for version control and package management tasks.
thkt
Provides framework-agnostic design patterns for building reusable and maintainable frontend components.
sanity-labs
Executes automated tests and provides detailed results to validate code functionality after changes.
thkt
Generates test cases for test-driven development (TDD) using the Red-Green-Refactor cycle and Baby Steps methodology.
bacchus-labs
Critically evaluates code review feedback for technical accuracy and clarity before implementation, avoiding blind acceptance.