Loading...
Loading...
Found 48002 skills
randlee
Guides users through planning, creating, and reviewing Claude Code skills using wizards and background agents per v0.4 guidelines.
antoineschaller
Provides tools and workflows for Shopify theme development, including deployment, local development, asset management, and customization.
CoderMariusz
Applies refactoring patterns to enhance code structure, reduce duplication, and improve readability without changing functionality.
randlee
Creates, manages, and cleans Git worktrees for parallel development with safeguards on protected branches (main/develop).
CoderMariusz
Guides developers in selecting between Server and Client Components for Next.js App Router pages to optimize performance and structure.
leeovery
Manages Nuxt layer architecture for shared functionality, enabling import, extension, and creation of layers (base, nuxt-ui, x-ui).
CoderMariusz
Enables pre-request processing in Next.js 16+ for authentication, redirects, headers, and A/B testing using the updated `proxy.ts` file.
pofeng
Returns 'Hello, OpenCode!' to test OpenCode skill loading and execution functionality.
i3ringit
Analyzes git repository history to provide insights on code evolution, contributor patterns, and historical context of code changes.
i3ringit
Provides a critical Rails code review from DHH's perspective, identifying anti-patterns, JavaScript contamination, and convention violations.
CoderMariusz
Assists developers in choosing optimal state management approaches for React, including local state, Context API, Zustand, and TanStack Query for server state.
CoderMariusz
Utility for building React forms with state management and validation, supporting libraries like Zod for type-safe validation.
i3ringit
Verifies bug reports by systematically reproducing issues and validating steps to confirm if behavior deviates from expected functionality.
CoderMariusz
Standardizes error responses and handling mechanisms across APIs to improve developer experience and system reliability.
i3ringit
Reviews TypeScript code changes against strict conventions and quality standards to ensure exceptional code quality and best practice adherence.
leeovery
Enables file-based routing in Nuxt.js for creating pages, defining meta, and implementing list/detail patterns with navigation features.
oimiragieo
Provides utilities for performing standard SQLite database operations and executing SQL queries.
i3ringit
Automates resolving pull request comments by implementing code changes and providing clear resolution summaries for codebase modifications.
i3ringit
Reviews Python code changes against Kieran's strict conventions and quality standards to ensure exceptional code quality.
CoderMariusz
Provides authentication utilities for Supabase, including sign up, sign in, OAuth, session management, and protected routes.
CoderMariusz
Implements secure API authentication using JWT tokens, session management, and API keys following RFC 8725 best practices.
CoderMariusz
Provides TypeScript patterns for type safety, utility types, discriminated unions, and generic programming to enhance code reliability and maintainability.
CoderMariusz
Defines TypeScript types for API requests, responses, and DTOs to ensure type safety across frontend and backend codebases.
i3ringit
Reviews code for simplicity and minimalism, identifying unnecessary complexity and ensuring adherence to YAGNI principles before finalizing changes.