Loading...
Loading...
Found 48002 skills
DxTa
Provides a structured four-phase debugging framework to identify root causes before implementing fixes, preventing premature solutions.
DxTa
Enables full-stack web development with Next.js, Turborepo monorepos, and RemixIcon icon library for React applications.
Jawad-Chaudhary
Manages chat history and conversation state via a stateless API with database persistence, enabling scalable chat applications.
kriscard
Provides modern Neovim configuration guidance with Lua best practices for efficient software development environments.
Jawad-Chaudhary
Integrates OpenAI ChatKit into Next.js 15 App Router with domain allowlist, authentication, and API connections for chat interfaces.
Jawad-Chaudhary
Generates SQLModel classes for Todo task management, enabling database schema definition and ORM integration.
earchibald
Comprehensive guide for developing Yoto Smart Stream applications, covering API integration and service operations on the Yoto platform.
joneqian
Node.js ORM for managing SQL database models, migrations, queries, and associations across PostgreSQL, MySQL, and other SQL databases.
joneqian
Provides a Python SQL toolkit and ORM for database modeling, querying, and migrations across PostgreSQL, MySQL, SQLite, and other databases.
joneqian
Vant 4 provides Vue 3-based mobile UI components for building responsive mobile web applications with pre-styled forms and popups.
joneqian
Builds scalable server-side applications using NestJS, a progressive Node.js framework with TypeScript, dependency injection, and microservices architecture.
sehyun0518
Prevents stale closures and reduces unnecessary callback recreations in React state updates for efficient component rendering.
JonathanBechtel
Reviews code for regressions, code duplication, and specification compliance after major implementations or changes.
DxTa
Enforces multi-layer data validation across application layers to prevent bugs and ensure data integrity at every processing stage.
joneqian
High-performance Python framework for building async APIs with dependency injection, Pydantic validation, and OpenAPI documentation.
breeze4
Enables session continuity for long-running tasks via execution logs, allowing multi-phase work to resume after interruptions.
DxTa
Builds scalable, secure backend systems using modern frameworks, APIs, databases, and security best practices.
earchibald
Provides a comprehensive testing guide for Yoto Smart Stream, covering authentication, functional, and Playwright UI automation testing with debugging and test coverage support.
joneqian
Framework for developing WeChat Mini Programs with WXML templates, WXSS styles, and WeChat API integration.
nx-std
Formats Rust and Meson code using justfile tasks to maintain consistent code style across the codebase, particularly before commits or PRs.
joneqian
Enables frontend application development with Vue.js, supporting component creation, reactivity systems, and Composition API implementation.
sehyun0518
Defers non-critical third-party library loading until after client-side hydration to improve initial page load performance.
sehyun0518
Optimizes function execution by returning early to skip redundant computations, improving code efficiency.
sehyun0518
Replaces O(n log n) sorting with O(n) linear scan to calculate array min/max values efficiently.