All authors
paulpas avatar

Claude Skills by paulpas

github.com/paulpas
490 skillsA× 463B× 13C× 5D× 6F× 331 installs694 views
Python Module StructureA

Designs and organizes Python package directory structures, __init__.py

developmentpythongo
0
4
Python Package PublishingA

Builds, verifies, and publishes Python packages with hatchling, hatch-vcs

developmentpythonrust
0
4
Python Typing PatternsA

Implements advanced Python typing patterns including generic classes,

documentationpythongo
0
4
Python UvD

Manages Python projects with uv by Astral — ultra-fast dependency resolution,

businesspythonrust
0
4
Rag ArchitectureA

Implements production-grade RAG architectures (chunking strategies, hybrid

ai-agentspythonrust
0
4
Rag Pipeline ArchitectureA

Implements production-quality RAG pipelines combining semantic document chunking, hybrid BM25+vector search, cross-encoder and LLM-based re-ranking, and reciprocal rank fusion for maximum retrieval quality.

ai-agentspythonrust
0
4
React Advanced PatternsA

Implements advanced React patterns including render props, higher-order components, custom hooks composition, portals, error boundaries, and ref forwarding for complex component architectures.

developmenttypescriptgo
0
4
React Async WaterfallsA

Eliminates async request waterfalls in React applications by parallelizing data fetching, hoisting fetches to route and page level, and using streaming SSR with Suspense boundaries.

developmentjavascriptgo
0
4
React Bundle SizeA

Optimizes JavaScript bundle size in React applications through route-level code splitting, tree shaking configuration, granular imports, dynamic imports, and CI bundle size budgets.

developmentjavascriptgo
0
4
React Client Data FetchingA

Implements efficient client-side data fetching in React using TanStack Query with proper caching, stale time configuration, error boundaries, optimistic updates, and query key conventions.

developmentgoreact
0
4
React Composition PatternsA

Implements React composition patterns including compound components, state lifting, polymorphic components, slot-based layouts, and variant-driven designs for reusable component APIs.

documentationtypescriptgo
0
4
React Js PerformanceA

Optimizes JavaScript execution performance in React applications through efficient event handling, debouncing/throttling, Web Worker offloading, and DOM operation reduction.

developmentjavascripttypescript
0
4
React Native AnimationA

Implements smooth, performant animations in React Native using Reanimated for UI thread animations, Animated API with native driver, gesture-driven interactions, and layout animations.

developmentgoreact
0
4
React Native List PerformanceA

Optimizes React Native FlatList and SectionList performance through windowing, item memoization, getItemLayout, and efficient rendering strategies for smooth scrolling.

documentationgoreact
0
4
React Native Monorepo ConfigA

Configures React Native projects in monorepo environments using npm/yarn workspaces, Metro bundler, shared packages, and cross-platform module resolution.

developmentjavascripttypescript
0
4
React Native NavigationA

Implements navigation in React Native using React Navigation with type-safe TypeScript configuration, deep linking, screen lifecycle management, and performance optimization.

developmenttypescriptgo
0
4
React Native RenderingA

Optimizes React Native component rendering through virtualization, memoization, image optimization, and efficient component architecture for mobile performance.

developmentgoreact
0
4
React Native State ManagementA

Manages application state in React Native using Context API, Zustand, Redux Toolkit, and Jotai with proper persistence, middleware, and re-render optimization for mobile.

developmentgoreact
0
4
React Native Ui PatternsA

Implements responsive, accessible, and consistent UI components in React Native using Flexbox layouts, theme systems with dark mode support, platform-specific styling, and safe area handling.

designgoreact
0
4
React Rerender OptimizationA

Reduces unnecessary React component re-renders using targeted memoization (React.memo, useMemo, useCallback), stable key props for list rendering, atomic state management, and context value stabilization.

developmentgoreact
0
4
React Server PerformanceA

Optimizes React server rendering performance using Server Components, streaming SSR with Suspense boundaries, React.cache deduplication, static generation, and ISR caching strategies.

developmentgoshell
0
4
React View TransitionsA

Implements smooth page transitions and element animations using the View Transition API in React applications with CSS animation recipes and progressive enhancement.

developmentjavascriptgo
0
4
Redis ApiA

Integrates Redis Stack modules (JSON, Search, TimeSeries) for versatile data manipulation including caching, text search, time-series analytics, and real-time data processing with the redis-py SDK.

documentationpythonapi
0
4
Redis Pub SubA

Implements Redis Pub/Sub messaging patterns for real-time, asynchronous communication between distributed system components using channel-based publish and subscribe operations.

businesspythondocumentation
0
4
Redis SdkA

Integrates Redis using redis-py 5.x with patterns for caching, streams,

databasespythongo
0
4
Refactoring TechniquesA

Applies systematic refactoring techniques (extract method, introduce

code-qualitypythongo
0
4
Reference OperatorsA

Implements reference (&) and address-of operators across C++, Rust, C#,

developmentjavascriptpython
0
4
Replicate ApiA

Integrates Replicate API (models, predictions, trainings, webhooks) using

ai-agentspythongo
0
4
Requirement Driven SelectionA

Evaluates technology candidates against measurable project requirements

developmenttypescriptpython
0
4
Rest Api CachingA

Implements HTTP caching strategies for REST APIs including Cache-Control

developmentpythongo
0
4
Rest Api Error HandlingA

Implements RFC 7807 Problem Details error responses with proper HTTP status code dispatch, structured validation errors, and machine-readable error URIs for production REST APIs.

securitypythongo
0
4
Rest Api Pagination FilteringA

Implements pagination patterns including cursor-based keyset pagination for large datasets, offset-based pagination for small collections, query parameter filtering, field selection sparse fieldsets, and sorting conventions for REST API collections.

databasespythongo
0
4
Rest Api PatternsA

Implements RESTful API design patterns including resource modeling, HTTP

code-qualitypythongo
0
4
Rest Api Resource ModelingA

Implements REST resource modeling patterns including plural-noun URI conventions, HTTP method semantics, idempotency rules, HATEOAS hypermedia links, and parent-child relationships for predictable API surfaces.

businesspythongo
0
4
Rest Api Security PatternsA

Implements REST API security patterns including OAuth 2.1 / OIDC authorization flows with PKCE, JWT access token vs opaque refresh token strategies, API key authentication, rate limiting headers, and CORS configuration for production APIs.

securityjavascriptpython
0
4
Rest Api TestingA

Tests REST API endpoints comprehensively including unit tests, integration

testingpythongo
0
4
Rest Api Versioning StrategiesA

Implements API versioning strategies including URL path versioning, Accept header media type versioning, deprecation headers with Sunset and Deprecation, and backward-compatible contract evolution for REST APIs.

developmentpythongo
0
4
Runtime Ecosystem SelectionB

Selects the optimal runtime ecosystem (JVM, .NET, Node.js/V8, native compilation) based on deployment characteristics, performance requirements, and operational constraints for production systems.

devopstypescriptpython
0
4
Rust Skills Software EngineeringA

Implements software engineering skills for Rust programming, covering key aspects including the ownership model, async/await, Cargo package manager, and unsafe code practices. Each section provides guidance, examples, and constraints for using these features effectively.

developmentrustgo
0
4
Salesforce Api BulkA

Handles bulk API operations using Salesforce API, including large data transfers efficiently while ensuring robust compliance and error handling throughout data transfers.

documentationpythonapi
0
4
Salesforce Api RestA

Implements interactions with the Salesforce API using REST protocols to manage customer relationship data effectively.

businesspythonapi
0
4
Salesforce Api SoapA

Implements interactions with Salesforce API using SOAP protocols for legacy systems integration efficiently, ensuring compliance and data integrity while supporting seamless data transactions across legacy systems and optimizing integration processes.

businesspythondebugging
0
4
Salesforce ApiA

Implements Salesforce API integration (REST, SOQL, Bulk API, Apex, using

businesspythonrust
0
4
Secure Release PipelineA

Implements comprehensive secure release pipeline with CVE scanning, security

securitypythongo
0
4
Security ArchitectureA

Designs secure system architecture with threat modeling (STRIDE), defense-in-depth

securitypythonrust
0
4
Security EngineeringB

Implements end-to-end secure development lifecycle practices including threat modeling (STRIDE/DREAD), OWASP Top 10 vulnerability prevention, zero-trust architecture patterns, supply chain security, and automated security pipeline integration for production systems.

securityjavascriptpython
0
4
Security Owasp Top 10A

Provides an in-depth analysis of the OWASP Top 10 vulnerabilities, along with strategies to mitigate them effectively in software applications.

securityrustgo
0
4
Security ReviewA

'"Security-focused code review identifying vulnerabilities like injection"

securitypythonrust
0
4
Segment ApiA

Implements Segment (CDP) integration (track, identify, group, page, screen,

businesspythongo
0
4
Semver AutomationA

'"Provides Automating semantic versioning in Git repositories for version

developmentjavascripttypescript
0
4