Loading...
Loading...
Found 48002 skills
trash-panda-v91-beta
Provides a structured methodology to diagnose and resolve software bugs, test failures, and unexpected behavior before implementing fixes.
imaimai17468
Provides comprehensive React component guidelines emphasizing testability, props control, and component responsibility separation to prevent common AI implementation errors.
mcj-coder
Organizes code structure by grouping related functionality within the same scope to minimize cognitive load and improve maintainability.
DjordjeVuckovic
Expert guidance for Prisma ORM v7, covering schema management, migrations, client queries, and v6 migration.
trash-panda-v91-beta
Assists in researching unfamiliar codebases, multiple modules, and external library dependencies to understand system architecture and integration points.
jmcveen
Provides a structured debugging methodology to trace data flow backward, form testable hypotheses, and implement minimal fixes for unresolved bugs and test failures.
mcj-coder
Standardizes Entity Framework Core usage in .NET by isolating migrations and enforcing dedicated type configuration classes.
mcj-coder
Enforces strongly-typed identifiers and value objects to prevent primitive obsession in .NET domain models and boundaries.
trash-panda-v91-beta
Reviews code for architectural consistency, designs backend systems, and evaluates structural changes to ensure robust and maintainable software architecture.
ymngkhtd
Provides guidance on software design patterns (GoF and beyond), including explanations, code examples, and pattern application for development challenges.
ymngkhtd
Delegates coding tasks to Gemini CLI for algorithm implementation, debugging, and code review in multi-turn sessions.
ymngkhtd
Delegates coding tasks to Codex CLI for algorithm implementation, debugging, and code review with multi-turn session support.
bryanmig
Assists in documenting architectural choices, trade-offs, and patterns for a project's DECISIONS.md file.
trash-panda-v91-beta
Streamlines Git branch management, commit creation, and pull request preparation for efficient version control in software development projects.
mcj-coder
Standardizes .NET unit and integration test assertions using open-source libraries like AwesomeAssertions, avoiding proprietary alternatives.
trash-panda-v91-beta
Assesses unfamiliar codebases to understand structure and patterns before implementing changes.
trash-panda-v91-beta
Enables developers to write tests before implementation code, ensuring robust and testable software through the Test-Driven Development methodology.
CJHarmath
Provides logging, error handling, and debugging patterns to enhance React Native app observability and simplify production issue resolution.
CJHarmath
Provides React Native state management patterns using Zustand for debugging state timing and implementing async actions.
nikolasrieble
Applies Fagan's formal inspection process to systematically identify defects in code, design, and documentation through structured team reviews.
imaimai17468
Provides comprehensive testing guidelines for Vitest and React Testing Library, covering AAA pattern, naming conventions, and branch coverage best practices.
AppleLamps
Starts local development servers for FastAPI backend and Vite frontend applications, enabling immediate coding and testing.
CJHarmath
Optimizes React application performance through render optimization, virtualization, and component memoization techniques.
CJHarmath
Provides logging, error handling, and debugging patterns for React applications to enhance observability in both web and mobile (React Native).