All authors
paulpas avatar

Claude Skills by paulpas

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

Integrates Twilio SendGrid API (Mail Send, Dynamic Templates, Marketing

developmentpythongo
0
4
Sentry ApiA

Implements Sentry API integration (error tracking, performance monitoring,

developmentpythongo
0
4
Serverless Architecture PatternsA

Implements serverless architecture patterns including AWS Lambda function design, event-driven triggers (S3, DynamoDB streams, SQS/SNS), Serverless API Gateway integration, cold start optimization, distributed tracing, and multi-region deployment strategies for cost-effective scalable applications.

businesspythongo
0
4
Service Mesh PatternsA

Implements service mesh patterns including sidecar deployment, automatic mTLS encryption, canary and weighted traffic routing, fault injection for chaos testing, rate limiting, and distributed tracing across microservice architectures using Istio and Linkerd.

devopspythongo
0
4
Shopify ApiA

Implements production-grade Shopify API integration (Admin REST/GraphQL, Storefront, OAuth 2.0, webhooks) using the shopifyapi Python SDK for ecommerce applications.

securitypythonrust
0
4
Single Letter VariablesA

Analyzes variable names to detect ambiguous single-letter identifiers

code-qualityjavascripttypescript
0
4
Single ResponsibilityA

Detects and refactors classes that violate the Single Responsibility

code-qualitypythongo
0
4
Singleton PatternA

Implements the GoF Singleton pattern for controlled object lifecycle management in Python using module-level singletons, metaclass-based enforcement, threading-safe lazy initialization, and async-compatible variants.

documentationpythongo
0
4
Skill Development WorkflowA

Implements the complete skill creation lifecycle from research through

documentationpythongo
0
4
Skill Quality MetricsA

Scores SKILL.md files across seven dimensions (content depth, code quality,

code-qualitypythongo
0
4
Skill Repository LifecycleA

Manages the complete lifecycle of SKILL.md files including versioning

documentationpythongo
0
4
Skill Testing ValidationA

Implements testing strategies for verifying AI skill quality including

testingtypescriptpython
0
4
Skill Trigger DesignA

Implements comprehensive trigger engineering for AI skills with two-tier keyword design, domain-specific patterns, and automated validation scripts to maximize conversational discoverability.

code-qualitypythongo
0
4
Slack ApiA

Integrates Slack API (Web API, Events API, Bolt Framework, Incoming Webhooks,

developmentpythongo
0
4
Snowflake ApiA

Implements Snowflake API integration focusing on SQL execution, Snowpark DataFrames, Cortex, Streams, and Tasks.

developmentpythongo
0
4
Snowflake SdkA

Integrates Snowflake using snowflake-connector-python 4.x with patterns

databasespythongo
0
4
Software Architecture DesignA

Implements production-grade architectural patterns including DDD tactical

code-qualitypythongo
0
4
Software Architecture Event DrivenA

Implements event-driven architecture, detailing event sourcing, message

developmentpythongo
0
4
Software Architecture HexagonalA

Guides the implementation of hexagonal (ports and adapters) architecture,

code-qualitypythongo
0
4
Software Architecture MicroservicesA

Implements strategies for designing, developing, and deploying microservices

documentationpythongo
0
4
Software Architecture MonolithA

Guides the design and implementation of monolithic architecture, focusing

developmentpythongo
0
4
Software Architecture PatternsA

Implements proven software architecture patterns (CQRS, Event Sourcing, Hexagonal/Clean Architecture, layered architecture, DDD aggregates) for building maintainable enterprise systems.

businesspythongo
0
4
Software ArchitectureA

Evaluates and designs software architecture using layered, hexagonal,

code-qualitypythongo
0
4
Software Delivery PipelinesC

Implements CI/CD pipelines with build automation, test orchestration,

devopsjavascriptpython
0
4
Software Design PrinciplesA

Implements core software design principles (SOLID, DRY, KISS, dependency

developmentpythongo
0
4
Software Development LifecycleA

Orchestrates the complete software development lifecycle from requirements gathering through design, iterative implementation with branching strategies, and structured code review to produce maintainable, well-documented software systems.

code-qualitypythongo
0
4
Software DocumentationA

Writes authoritative technical documentation (API references, inline

documentationtypescriptpython
0
4
Software Engineering Backwards CompatibilityA

Maintaining backwards compatibility ensures that existing clients and applications continue to function correctly even as updates and changes are made. This skill provides actionable strategies to implement and manage backwards compatibility effectively.

documentationpythongo
0
4
Software Engineering Deprecation StrategiesA

Defines effective strategies for deprecating features and APIs in software applications to ensure a smooth transition for users and clients.

developmentpythongo
0
4
Software Engineering PrinciplesA

Applies core software engineering principles (modularity, separation

code-qualitypythonrust
0
4
Software Error HandlingA

Implements structured error handling (custom exception hierarchies, retry

code-qualitypythongo
0
4
Software Incident ResponseA

Handles production incidents with systematic root-cause analysis, incident response procedures, communication protocols, and post-incident learning to minimize downtime and prevent recurrence.

devopspythongo
0
4
Software MaintainabilityA

Implements long-term codebase maintainability strategies including refactoring

code-qualitypythongo
0
4
Software Quality AssuranceA

Orchestrates comprehensive software quality assurance including static analysis, fuzzing, load testing, security scanning, dependency auditing, and compliance validation to ensure production-ready software meets all quality thresholds.

testingpythongo
0
4
Software Testing StrategyA

Implements comprehensive testing strategies (unit, integration, property-based,

testingpythongo
0
4
Solid Anti PatternsA

Detects and refactors SOLID anti-patterns in existing codebases — identifies SRP, OCP, LSP, ISP, and DIP violations through concrete code smells, then applies targeted refactoring patterns to restore clean architectural boundaries.

businesspythongo
0
4
Solid PrinciplesA

Implements the five SOLID OOP design principles (SRP, OCP, LSP, ISP, DIP) with Python-specific patterns using Protocols, singledispatch, and explicit dependency injection.

code-qualitypythongo
0
4
Splunk ApiA

Implements Splunk integration (log ingestion via HEC, search queries, saved searches, alert management) using the splunk-sdk Python SDK and REST API for production-grade monitoring and log analytics.

businesspythongo
0
4
Spring Boot Auto ConfigA

Implements Spring Boot auto-configuration mechanics, externalized config binding with @ConfigurationProperties, custom starter development with conditional annotations, and Actuator endpoint customization for production-ready applications.

developmentjavaspring
0
4
Spring Boot CoreA

Implements Spring Boot 3.x core patterns including dependency injection,

securitygojava
0
4
Spring Data JpaA

Implements Spring Data JPA repository interfaces, derived query methods, JPQL/native @Query annotations, transaction management with rollback rules, pagination with Pageable, and N+1 query optimization using EntityGraph or JOIN FETCH.

databasesjavasql
0
4
Spring Security CoreA

Implements Spring Security 6.x filter chain configuration, JWT authentication filters, method-level security with @EnableMethodSecurity, password encoding, and CORS/CSRF handling for production Spring Boot applications.

securitygojava
0
4
Sql MasteryA

Implements methods for mastering SQL through query optimization, effective indexing, and understanding execution plans with practical examples.

databasesgosql
0
4
Sql SubstitutionB

Implements SQL variable substitution (Oracle &varname, psql :variable, MySQL @var, SQLite3 .variable) with ACCEPT prompts, ampersand escaping, COALESCE defaults, and CI/CD-safe patterns.

databasespythongo
0
4
Square ApiA

Implements Square API integration (Payments, Catalog, Inventory, Orders,

businesspythongo
0
4
Sre EngineeringA

Implements SRE practices including SLI/SLO frameworks, error budget policies, incident management, capacity planning, and chaos engineering for production reliability.

devopspythongo
0
4
Ssrf PreventionB

Implements defense-in-depth SSRF prevention including URL validation, IP blocking, DNS rebinding protection, and cloud metadata endpoint hardening across Python, Node.js, and Go applications.

securityjavascripttypescript
0
4
Stabilityai ApiA

Integrates Stability AI API (image generation, video generation, upscaling,

documentationpythongo
0
4
Static Analysis Linting Type CheckingA

Implements best practices for integrating static analysis, linting, and type checking into software development workflows ensuring code quality and robustness.

developmentjavascripttypescript
0
4
Strategy BaseA

'"Abstract base strategy pattern with initialization guards, typed abstract"

developmentpythonrust
0
4