Loading...
Loading...
Found 48002 skills
bbrowning
Diagnoses and resolves gpt-oss tool calling errors with vLLM, mapping error messages to GitHub issues and providing configuration fixes.
joaopelegrino
Quick reference cheatsheet for Google ADK in Clojure, covering agent creation, model configuration, tool building, and common workflows to aid development.
bbrowning
Locates plugin source code by parsing installed_plugins.json and navigating installPath, aiding debugging and plugin structure analysis.
bbrowning
Validates OpenAI API implementations against official specifications, ensuring correct usage of endpoints like chat completions and embeddings for code reviews.
joaopelegrino
Quick reference guide for Clojure developers using libpython-clj to interact with Python libraries, covering initialization, function calls, and data conversions.
bbrowning
Guides on structuring plugin marketplaces, configuring manifests, versioning, and git-based distribution for seamless plugin sharing and installation.
nayukata
Manages conditional rendering for UI components including tabs, modals, and API states (loading/error/empty/data).
djankies
Generates Vitest test cases with describe/test blocks, assertions, mocking, and async support for JavaScript/TypeScript testing.
nayukata
Inspects Next.js runtime for error diagnosis, logs, metadata, and Server Actions to aid debugging and component analysis.
djankies
Reviews React 19 state management patterns, including component state, Context usage, and state architecture for optimal implementation.
djankies
Enforces 'as Type' syntax over angle-bracket type assertions for improved TypeScript code style and maintainability.
djankies
Guide to Zod v4 string validation features including format checks, transformations, and codecs for TypeScript applications.
djankies
Teaches React 19 component architecture: when to use Server Components vs Client Components, including 'use client' and boundary patterns.
djankies
Enables runtime validation of external data using Zod and TypeScript, ensuring integrity for APIs, JSON parsing, and user inputs.
djankies
Enables conditional Promise and Context reading in React 19 using the use() API for async data fetching and Suspense.
djankies
Teaches using React 19's useOptimistic hook for immediate UI updates during async operations, reducing perceived latency with instant feedback.
nayukata
Type-safe client state management for global and URL state, utilizing useSWRImmutable for data and nuqs for pagination.
nayukata
Optimizes React effects by extracting non-reactive logic with useEffectEvent, preventing unnecessary re-execution for logs, analytics, and timers.
nayukata
Builds type-safe CRUD APIs with Hono and Zod, including request validation, RPC communication, and local testing.
nera0875
Manages PostgreSQL database operations including schema design, migrations, and seeding using Prisma, activated by database-related keywords.
djankies
Teaches replacing TypeScript 'any' with 'unknown' to prevent type safety violations in code, external data handling, and API design.
djankies
Reviews React 19 component architecture against best practices, focusing on size, composition, server/client boundaries, and anti-patterns.
nera0875
Expert in backend-frontend integration with type-safe API contracts (FastAPI/Next.js) and state management for full-stack features.
nera0875
Provides React/Next.js frontend development support with shadcn/ui, Tailwind CSS, and anti-duplication checks for component management.