All authors
paulpas avatar

Claude Skills by paulpas

github.com/paulpas
490 skillsA× 463B× 13C× 5D× 6F× 331 installs677 views
Strategy PatternA

Implements the Strategy design pattern for runtime algorithm selection with interchangeable behavior interfaces, supporting context delegation, strategy factories, and dependency injection.

documentationpythongo
0
4
Stripe ApiA

Implements Stripe API integration (Payments, Subscriptions, Connect,

developmentjavascriptpython
0
4
Structural Behavioral PatternsA

Implements GoF structural and behavioral design patterns (Adapter, Observer, Strategy, Command, Facade, Template Method, Mediator) to decouple components and manage object responsibilities.

businesspythongo
0
4
Structural Design PatternsA

Implements GoF structural patterns (Adapter, Bridge, Composite, Decorator,

businesspythongo
0
4
Structured LoggingA

Implements structured JSON logging with correlation IDs, OpenTelemetry context propagation, and tiered log level strategies for production-grade observability in Python and Go services.

documentationpythongo
0
4
Supabase SdkA

Integrates Supabase using supabase-py 2.x with patterns for database

databasespythonrust
0
4
System ArchitectureA

Implements architectural patterns (hexagonal, layered, event-driven)

devopspythongo
0
4
System Design FoundationsA

Implements core distributed system design patterns (load balancing, caching strategies, database sharding, message queues) for building scalable and resilient production applications.

devopspythongo
0
4
System Design FundamentalsA

Implements production system design patterns including capacity planning,

businesspythongo
0
4
System Reliability ArchitectureA

Implements production reliability patterns (circuit breakers, retry with exponential backoff, bulkhead isolation, health checks, graceful degradation, distributed tracing) to build fault-tolerant distributed systems.

devopspythongo
0
4
Systematic DebuggingA

Applies a structured debugging methodology (binary search, logging strategy,

code-qualitypythonrust
0
4
Systems Thinking EngineeringA

Applies systems thinking to engineering problems—modeling stocks/flows, feedback loops, leverage points, and emergent behavior for holistic architecture design.

developmentpythonrust
0
4
Technical Debt ManagementA

Tracks, categorizes, and systematically reduces technical debt across

code-qualitypythongo
0
4
Technology AdoptionA

Maps concrete project requirements to specific technology recommendations

developmentjavascriptpython
0
4
Template Method PatternA

Implements the GoF Template Method pattern for defining algorithm skeletons in Python ABCs with customizable hook methods, comparing inheritance-based templating vs composition-based strategy selection.

businesspythongo
0
4
Terraform SdkA

Integrates with Terraform and OpenTofu via the HCP Terraform API (pyTFE),

devopspythongo
0
4
Test Driven DevelopmentA

Implements test-driven development with red-green-refactor cycle, property-based testing, mocking strategies, and behavior-first design to produce well-tested, maintainable code.

testingpythongo
0
4
Testing ContractA

Validates external APIs and service contracts, ensuring that your application correctly consumes and produces expected data structures.

testingjavascriptpython
0
4
Testing End To EndA

Facilitates end-to-end testing of complete workflows, verifying entire systems operate as intended from a user's perspective.

testingjavascriptpython
0
4
Testing IntegrationA

Executes integration tests to validate combined components and their interactions in a system, ensuring workflows operate seamlessly.

testingjavascriptpython
0
4
Testing MockingA

Implements mocking strategies for unit testing by providing controlled, predictable interactions with dependencies.

testingpythontesting
0
4
Testing Quality MethodologiesA

Implements TDD and BDD methodologies for ensuring quality in software engineering with structured guidelines and practices.

developmentpythongo
0
4
Testing StubbingA

Implements stubbing techniques for unit testing by replacing parts of the system under test with pre-defined responses.

testingpythontesting
0
4
Testing Test DoublesA

Provides an overview and implementation of test doubles including mocks, stubs, and fakes for comprehensive testing strategies.

testingpythontesting
0
4
Testing Unit Integration E2eA

Implements comprehensive testing strategies (unit, integration, contract,

testingtypescriptpython
0
4
Testing UnitA

Implements unit testing strategies using popular frameworks to ensure the smallest parts of your application work as intended.

testingpythonjava
0
4
Tool Evaluation WorkflowA

Applies a structured evaluation framework to select tools, libraries,

code-qualityjavascripttypescript
0
4
Translation Strategies For SoftwareA

Implements best practices for translating software content efficiently and accurately for global markets while adhering to localization standards.

businessgotesting
0
4
Trunk Based DevelopmentA

Implements trunk-based development workflows with feature flag gating, short-lived branching strategies, and automated CI to keep main always deployable.

devopspythongo
0
4
Twilio ApiA

Integrates Twilio API (SMS, Voice, WhatsApp, Verify, Conversations, Video)

securitypythongo
0
4
Type Safety EnforcementA

Enforces strong type safety across software systems using static typing, generics, custom types, strict null checking, and compile-time validation to eliminate entire categories of runtime errors.

developmenttypescriptpython
0
4
Typescript Generics TypesA

Implements TypeScript generics, conditional types, mapped types, template

documentationtypescriptgo
0
4
Typescript Intersection TypesA

Implements TypeScript intersection type patterns (& operator) for merging

developmenttypescriptgo
0
4
Typescript IntersectionA

Composes TypeScript types using the & intersection operator, combining interfaces, utility types, and object shapes while managing type compatibility, variance, and never-type pitfalls.

developmenttypescriptgo
0
4
Typescript Node MonoreposA

Implements software engineering skills for TypeScript/JavaScript in Node.js, focusing on ESM/CJS and monorepos using Turborepo/Nx.

developmentjavascripttypescript
0
4
Url Parsing SecurityA

Secures URL parsing and query string handling against ampersand injection, double-encoding bypasses, parser inconsistencies, and parameter pollution across Python, Node.js, and Go applications.

securityjavascriptpython
0
4
Ux Design For DevelopersA

Implements UX design patterns and accessibility standards for backend engineers building user-facing features, covering user flows, responsive layouts, WCAG compliance, and usability heuristics.

designpythongo
0
4
Vault ApiA

Implements HashiCorp Vault API integration (KV Secrets Engine, PKI, Transit, Auth Methods, Leasing & Renewal) using hvac Python SDK v2.4+ with proper authentication, secret leasing, TTL management, and encryption as a service patterns.

securitypythongo
0
4
Vercel ApiA

Integrates Vercel services (Deployments, Projects, Edge Functions, Domains, Analytics) using the Vercel REST API and Python SDK with token-based authentication and deployment automation patterns.

developmentpythonrust
0
4
Vercel Cli Token DeployA

Deploys projects to Vercel using the Vercel CLI with token-based authentication for CI/CD environments, preview deployments, and production releases.

devopsbashnode
0
4
Vercel DeployA

Deploys frontend applications to Vercel with preview deployments, production releases, and environment-specific configuration management via Git integration.

devopsbashnextjs
0
4
Vercel OptimizeA

Optimizes Vercel-deployed applications for cost, performance, and reliability through cold start mitigation, caching strategy, edge function optimization, bundle auditing, and monitoring.

developmentjavascripttypescript
0
4
Version MigrationB

Manages framework and library version upgrades through systematic breakage

documentationtypescriptpython
0
4
Weaviate ApiA

Integrates Weaviate vector database (v4 Python client, collections, vector

ai-agentspythongo
0
4
Web Interface GuidelinesA

Applies comprehensive web interface design guidelines covering layout, typography, color, accessibility, responsive design, and UX patterns for consistent, user-friendly interfaces.

designgoreact
0
4
Websocket ManagerA

'"WebSocket connection manager with state machine (connecting/connected/reconnecting/error)"

developmentpythongo
0
4
Websocket PerformanceA

Optimizes WebSocket communication throughput and efficiency using binary protocols (MessagePack, Protobuf), per-message deflate compression (RFC 7692), message batching, and payload size reduction for high-frequency real-time systems.

developmentpythongo
0
4
Websocket ProtocolA

Implements WebSocket protocol-level patterns including frame parsing,

securitypythongo
0
4
Websocket SecurityA

Hardens WebSocket connections against cross-site hijacking, DoS attacks,

securitypythonrust
0
4
Websocket Server ArchitectureA

Implements WebSocket server architecture patterns including pub/sub routing, session management, horizontal scaling with Redis/NATS, heartbeat keepalive, and graceful shutdown for high-concurrency real-time systems.

documentationpythongo
0
4