All authors
paulpas avatar

Claude Skills by paulpas

github.com/paulpas
490 skillsA× 463B× 13C× 5D× 6F× 331 installs694 views
Monolith Strangler PatternA

Implements incremental migration from monolithic applications to microservices using the strangler fig pattern with anti-corruption layer routing, dual-write database synchronization, feature flag management, and safe rollback strategies.

devopspythonrust
0
4
Monorepo Workspace PatternsA

Implements monorepo workspace management patterns across npm, pnpm, yarn, Cargo, and uv including dependency deduplication, build orchestration, shared configuration, and cross-package references for multi-package repository architectures.

developmenttypescriptpython
0
4
Multi Tenant Domain IsolationA

Implements multi-tenant domain isolation patterns (schema-per-tenant, row-level tenant scoping, isolated bounded contexts) to prevent data leakage and enforce strict tenant boundaries in SaaS applications.

databasespythonrust
0
4
Netlify ApiA

Integrates Netlify services (Sites, Builds, Functions, Forms, Identity)

devopsjavascriptpython
0
4
Newrelic ApiA

Implements New Relic API integration (metrics, traces, logs, NRDB queries,

businesspythongo
0
4
Nosql Data ModelingA

Provides comprehensive patterns and best practices for modeling data in NoSQL databases like MongoDB, Cassandra, and DynamoDB.

databasesjavascriptgo
0
4
Notion ApiA

Integrates with Notion API to manage pages, databases, blocks, search,

securitypythongo
0
4
Observability EngineeringA

Designs observability engineering systems with SLO-driven instrumentation,

devopspythongo
0
4
Observability PatternsA

Implements structured logging, Prometheus metrics collection, and distributed

developmentpythongo
0
4
Observer PatternA

Implements the GoF Observer pattern for decoupled event-driven architecture in Python using ABC-based subjects, weakref-based subscriptions, async observers with asyncio.create_task, and structured event dataclasses.

businesspythongo
0
4
Oci SdkA

Integrates Oracle Cloud Infrastructure services (Compute, Object Storage,

devopspythongo
0
4
Of Shader ProgrammingA

Implements GLSL shader programming in OpenFrameworks including vertex/fragment

documentationgoc++
0
4
Okta ApiA

Comprehensive guide to AWS Identity and Access Management (IAM) covering users, roles, policies, STS, and Identity Center.

securityrustgo
0
4
Onepassword ApiA

Implements 1Password Connect/SCIM API integration (Vaults, Items, Fields,

devopspythongo
0
4
Open Closed PrincipleA

Refactors conditional branching and if/else chains into extensible polymorphic

testingpythongo
0
4
Openai ApiA

Integrates OpenAI API (GPT-5, Responses API, Embeddings, DALL-E 3, Whisper,

ai-agentspythongo
0
4
Openapi Specification EngineeringA

Engineers production OpenAPI 3.x specifications including schema design, discriminator patterns, reusable components, parameter validation, response schemas, external documentation links, and automated code generation workflows for type-safe client and server implementations.

documentationgogit
0
4
OpenframeworksA

Implements OpenFrameworks (C++ creative coding toolkit) application lifecycle,

developmentgoc++
0
4
Output FormattingA

Enforces deterministic structured output generation (JSON schemas, markdown

documentationjavascriptpython
0
4
Output SanitizationC

Escapes, encodes, and sanitizes outbound data for safe rendering in HTML,

developmentjavascriptpython
0
4
Package Ecosystem NavigatorA

Navigates package manager ecosystems (npm, PyPI, crates.io, Maven, Go

developmentpythonrust
0
4
Pagerduty ApiA

Implements PagerDuty API integration (incident management, on-call schedules,

developmentpythongo
0
4
Paypal Api Payments CommerceA

Implements PayPal API functionalities focusing on Orders, Payments, Subscriptions, Payouts, and Disputes for comprehensive ecommerce management.

securitypythondebugging
0
4
Paypal ApiA

Implements PayPal API integration (Orders, Payments, Subscriptions, Payouts,

developmentpythonrust
0
4
Performance Memory Leak Detection Gc TuningA

JVM Performance: Memory Leak Detection and GC Tuning

businessjavabash
0
4
Performance Optimization StrategiesA

Implements concrete performance optimization techniques including query-level tuning, multi-layer caching strategies, connection pooling, and lazy loading patterns for production web applications.

businessjavascriptpython
0
4
Performance OptimizationA

Identifies and eliminates performance bottlenecks through systematic

code-qualitypythongo
0
4
Performance TestingA

Measures application throughput, latency percentiles, and resource utilization

businessjavascriptpython
0
4
Perplexity ApiA

Integrates Perplexity AI API (Sonar chat completions, online search,

ai-agentspythongo
0
4
Personal Knowledge ManagementA

Implements a complete personal knowledge management system for developers

developmentpythonrust
0
4
Pinecone Api ToolingA

Implements comprehensive tooling for the Pinecone API to manage vectors, indexes, namespaces, hybrid search, and inference effectively.

businesspythongo
0
4
Pinecone ApiA

Integrates Pinecone vector database (serverless/pod indexes, upsert,

developmentpythongo
0
4
Plaid ApiA

Implements Plaid API integration (Auth, Transactions, Identity, Investments,

securitypythongo
0
4
Planetscale SdkA

Integrates PlanetScale using mysql-connector-python with patterns for

databasespythongo
0
4
Platform EngineeringA

Designs internal developer platforms (IDPs) with golden paths, self-service

devopspythonrust
0
4
PoetryA

Manages Python project dependencies, virtual environments, building,

documentationpythonrust
0
4
Polyglot Developer PatternsA

Equips individual developers with learning strategies, code review techniques,

developmentpythonrust
0
4
Polyglot DevelopmentA

Implements language selection heuristics, polyglot monorepo patterns,

developmentjavascripttypescript
0
4
Ports PatternsA

Defines and manages port interfaces (driving/driven) in hexagonal architecture

testingpythongo
0
4
Postgresql Performance TuningA

Diagnoses and optimizes PostgreSQL performance through execution plan

businesspythongo
0
4
Postgresql SdkA

Integrates PostgreSQL databases using psycopg2 2.9.x and asyncpg 0.31.x

databasespythongo
0
4
Production Debugging ObservabilityA

Debugs production systems using OpenTelemetry traces, structured logs with context propagation, and eBPF diagnostics for root cause analysis without service interruption.

devopspythongo
0
4
Production LoggingA

Implements production logging practices including structured logging,

developmentpythongo
0
4
Production ReadinessA

Evaluates service readiness against Google SRE PRR framework covering

securitypythonrust
0
4
Prompt EngineeringA

Implements prompt design patterns including chain-of-thought reasoning, role-setting, few-shot exemplars, structured output schemas, and system prompt optimization for reliable LLM agent behavior.

ai-agentspythongo
0
4
Prompt OptimizationA

Systematically optimizes prompts through A/B testing, iterative refinement, few-shot example selection, and adversarial evaluation to maximize LLM output quality across multiple dimensions.

ai-agentspythongo
0
4
Protobuf FormatA

Designs protocol buffer proto3 schemas for data serialization covering well-known types, field behavior annotations, schema evolution strategies, and Buf CLI tooling for type contracts.

developmenttypescriptpython
0
4
PulumiA

Integrates with the Pulumi Python SDK and Automation API to manage stacks,

devopspythongo
0
4
Pydantic ConfigA

'"Pydantic-based configuration management with frozen models, nested

developmentpythonrust
0
4
Pydantic ModelsA

'"''Pydantic frozen data models for trading: enums, annotated constraints"

documentationpythonrust
0
4