Loading...
Loading...
Found 48002 skills
knopki
Enables advanced testing capabilities in Python projects using Pytest features like custom markers, hooks, and coverage configuration.
bearbinary
Generates structured Architecture Decision Records (ADRs) by guiding trade-off analysis and fact-checking for important technical decisions in software development.
bearbinary
Provides Rust dependency management guidelines covering crate selection, feature flags, versioning, and security auditing with cargo-audit and cargo-deny.
gtakairo
Provides comprehensive code reviews for quality, security, performance, and best practices in pull requests and code changes.
planetaryescape
Provides error handling patterns using neverthrow for new code and custom Result types for legacy, including retry logic and circuit breakers.
ericbrian
Provides best practices for improving code structure, error handling, and reducing duplication to enhance maintainability and quality.
thoeltig
Manages Claude Code hooks including creation, analysis, configuration, security validation, and debugging across event types.
ericbrian
Provides best practices for writing unit and integration tests, including mocking strategies and coverage goals to ensure code quality.
gtakairo
Applies a four-phase systematic approach to identify, isolate, and resolve software bugs and unexpected behavior efficiently.
knopki
Enables advanced TypeScript type system usage including strict mode, generics, and type guards for type-safe development.
knopki
Guides safe refactoring of legacy code using RGR (Record, Generate, Refactor) to add characterization tests before modifications.
knopki
Provides tools and patterns for implementing asynchronous programming in Python using asyncio, async/await, and concurrent.futures.
turner-kl
Provides tools for developing, testing, and deploying Hono web applications across multiple JavaScript runtimes including Cloudflare Workers, Deno, and Node.js.
zero-rehq
Automatically generates OpenAPI/Swagger documentation from TypeScript, Express, and Next.js codebases.
planetaryescape
Generates DynamoDB operation patterns including client setup, marshall/unmarshall, CRUD, GSI queries, and batch writes for sender tracking systems.
racar
Provides backend development support for Ruby on Rails 8 and Ruby 3.2, including API development, ActiveRecord, migrations, and RSpec testing.
planetaryescape
Auto-generates test environment setup with MSW for API mocking, happy-dom, and Vitest coverage thresholds.
knopki
Enables comprehensive test setup with pytest fixtures, conftest files, and parametrization for efficient test management.
planetaryescape
Provides structured logging implementation using Pino with environment-aware configuration and context-based child loggers for backend applications.
planetaryescape
Provides a reusable pattern for orchestrating multi-step email processing with cost tracking, circuit breakers, and graceful degradation.
bearbinary
Guidelines for optimizing Rust CLI tool performance, covering parallel processing, lazy initialization, and build optimizations.
kjgarza
Scaffolds Chrome extensions with WXT, React, TypeScript, and shadcn-UI for content scripts, background workers, and UI components.
knopki
Provides asynchronous pattern implementations for FastAPI to build high-performance APIs handling concurrent requests efficiently.
knopki
Provides guidance for selecting between inheritance and composition patterns in object-oriented class design and hierarchy creation.