Loading...
Loading...
Found 48002 skills
vanman2024
Provides comprehensive frontend testing solutions for React/Next.js applications, covering component, visual, accessibility, and performance testing.
15195999826
Guides TypeScript type best practices: avoiding 'any', choosing between type/interface, and Zod validation for type safety.
rcmaples
Provides a comprehensive guide for implementing Fullstory's Observer/Callback API in web applications, covering event subscription, callback handling, and lifecycle events with examples.
mcclowes
Guides migration from Pages Router to App Router in Next.js 13+, covering layouts, routing, and metadata handling for modern frontend development.
JaimeStill
Provides core Go development patterns and idioms for package design, code organization, and interface definitions in Go projects.
terrylica
Analyzes MetaTrader 5 log files to validate indicator execution, unit tests, and compilation errors.
mcclowes
Guides dynamic route implementation in Next.js App Router, including accessing `params` and optimizing URL structures to avoid over-nesting.
terrylica
Compiles MQL5 code via CLI, bypassing path space issues in 'Program Files' using X: drive mapping. Required after editing MQL5 files.
jbmiller10
Enables development of Semantik plugins including embeddings, chunkers, and agents with support for patterns, protocols, and testing.
Yikai-Liao
Reviews generated code for implementation compliance, output image correctness, and reference alignment, producing a modification checklist.
richardhowes
Guides Vue component selection in ResRequest projects, ensuring ShadCN-Vue usage, proper imports, and design system compliance during component creation or modification.
mcclowes
Identifies and resolves common anti-patterns in Next.js App Router code, ensuring adherence to best practices for performance and maintainability.
doitsu2014
Creates and modifies React components with Tailwind CSS, DaisyUI, and lucide-react for consistent UI implementation.
mcclowes
Validates, modifies, and enforces best practices in OpenAPI Specification files for robust API design.
richardhowes
Enforces Inertia.js patterns in Vue components, preventing axios usage and ensuring proper form handling and navigation.
mub7865
Provides standardized patterns for creating and managing HTTP API clients in Next.js 16+ App Router frontends, including structure, typing, error handling, and authentication.
mcclowes
Generates realistic test data using a declarative Vague language with constraints, superposition, and cross-references.
mub7865
Provides reusable patterns for building CRUD APIs with FastAPI and SQLModel, covering models, routers, database access, and error handling.
doitsu2014
Executes core development tasks including build, dev server, linting, and code formatting via Rsbuild configuration.
mcclowes
Guides implementation of navigation in Next.js Server Components using Link and redirect(), distinguishing server-side from client-side navigation methods.
NaoyaTakashima
Provides REST API design patterns, authentication strategies, and error handling best practices for SaaS application development.
macalinao
Automates TypeScript code validation and error correction across a project, ensuring code quality and consistency.
JaimeStill
Provides Go-specific patterns for building HTTP APIs with endpoint creation, middleware, error handling, and response formatting.
mcclowes
Simplifies data fetching in Next.js server components using URL parameters for dynamic routes like [id] or [slug] to display individual items.