← all publishers

paulpas

@paulpas source repo

1321 published skills · page 10 of 14

  1. Azure Virtual Machines · paulpas
    "Deploys and manages VMs with auto-scaling, availability sets, and integration" with Azure services.
    0 installs
  2. Azure Virtual Networks · paulpas
    "Provides Networking with subnets, network security groups, and VPN connectivity"
    0 installs
  3. GCP Container Registry · paulpas
    "Provides Stores and manages container images with integration to GKE and Cloud Build"
    0 installs
  4. GCP Deployment Manager · paulpas
    "Infrastructure as code using YAML templates for repeatable GCP resource" deployments.
    0 installs
  5. Helm Chart Development · paulpas
    Builds, templates, and manages Helm charts with Chart.yaml, values.yaml, and Go template files for reliable Kubernetes application deployment and versioned releases.
    0 installs
  6. Kubernetes Statefulset · paulpas
    Implements apps/v1 StatefulSet manifests with stable network identities, ordered pod lifecycle, and persistent volume claim automation for stateful workloads.
    0 installs
  7. Multi Stage Deployment · paulpas
    Designs multi-stage deployment pipelines that reduce risk through progressive disclosure, environment parity, and quality-gated stage transitions from development to production.
    0 installs
  8. Service Mesh Debugging · paulpas
    Implements comprehensive debugging workflows for Istio and Linkerd service meshes including mTLS validation, sidecar injection issues, traffic routing problems, and mesh observability for microservices.
    0 installs
  9. Terraform Iac Patterns · paulpas
    Implements Terraform infrastructure as code patterns including modular design, remote state locking with S3/DynamoDB, workspace strategy, and plan/apply workflows for production-grade cloud provisioning.
    0 installs
  10. API Gateway Patterns · paulpas
    Implements API gateway patterns (request routing, JWT validation, rate limiting, circuit breaker, request aggregation) to protect and orchestrate backend service traffic at the edge.
    0 installs
  11. Architectural Review · paulpas
    Evaluates existing software architectures for coupling, cohesion, testability, scalability, and maintainability using structured assessment frameworks and metric-based analysis.
    0 installs
  12. Caching Architecture · paulpas
    Designs multi-level caching strategies (cache-aside, write-through, write-behind, invalidation patterns) for distributed systems with consistency guarantees, TTL management, cache stampede prevention, and monitoring.
    0 installs
  13. Code Quality Metrics · paulpas
    Analyzes software quality using static analysis metrics including cyclomatic complexity, maintainability index, code duplication detection, technical debt estimation, and coverage thresholds for engineering teams.
    0 installs
  14. Data Oriented Design · paulpas
    Implements Data-Oriented Design (DOD) patterns including Structure-of-Arrays layouts, cache-efficient data access, zero-allocation hot paths, and vectorized processing for performance-critical Python systems.
    0 installs
  15. Datadog API Monitors · paulpas
    Manages Datadog monitors including creating, updating, and deleting with alert configurations and best practices.
    0 installs
  16. Domain Driven Design · paulpas
    Implements Domain-Driven Design patterns (aggregates, value objects, entities, bounded contexts, domain events) to model complex business logic and align software architecture with domain expertise.
    0 installs
  17. Ds Anomaly Detection · paulpas
    "Detects anomalies and outliers using isolation forests, local outlier factor (LOF), one-class SVM, and isolation-based methods"
    0 installs
  18. Ds Association Rules · paulpas
    "Provides Discovers association rules and frequent itemsets using Apriori Eclat, and market basket analysis for pattern mining"
    0 installs
  19. Ds Feature Selection · paulpas
    "Selects relevant features using univariate selection, recursive elimination stability selection, and importance-based methods"
    0 installs
  20. Ds Linear Regression · paulpas
    "Implements linear regression including OLS, ridge regression, lasso elastic net, and other regularized linear models for prediction"
    0 installs
  21. Ds Statistical Power · paulpas
    "Analyzes statistical power, sample size determination, effect size estimation, and Type I/Type II error control"
    0 installs
  22. Ds Synthetic Control · paulpas
    "Implements synthetic control methods, difference-in-differences estimation and quasi-experimental designs for impact evaluation"
    0 installs
  23. Framework Adaptation · paulpas
    Evaluates and integrates new frameworks into existing projects using adapter patterns, progressive migration strategies, and dependency boundary isolation.
    0 installs
  24. Framework Evaluation · paulpas
    Runs automated empirical evaluation of software frameworks through reproducible benchmark harnesses, dependency graph security auditing, integration feasibility testing, and maintenance cost modeling to produce quantitative selection data.
    0 installs
  25. Framework Onboarding · paulpas
    Accelerates learning and effective utilization of newly selected frameworks through structured onboarding paths, best practice scaffolding, incremental adoption patterns, and common pitfall avoidance.
    0 installs
  26. Framework Poc Design · paulpas
    Designs proof-of-concept test harnesses with measurable success criteria, realistic data scenarios, and structured reporting to validate framework integration feasibility before production commitment.
    0 installs
  27. Google Workspace API · paulpas
    Integrates with Google Workspace APIs (Gmail, Drive, Calendar, Docs, Sheets, Admin) using google-api-python-client for programmatic access and automation.
    0 installs
  28. Hint Based Prompting · paulpas
    Applies subtle contextual hints instead of explicit step-by-step instructions to guide LLM output naturally, reducing token overhead and improving generation quality through framing rather than commanding.
    0 installs
  29. HTML Entity Encoding · paulpas
    Encodes HTML special characters (< > & " ') into safe entity references to prevent XSS, ensure correct rendering, and handle character data safely across web frameworks and output contexts.
    0 installs
  30. Integration Patterns · paulpas
    Implements service-to-service integration patterns (adapter, API gateway, saga, circuit breaker, event-driven) for connecting distributed systems and legacy services with resilience.
    0 installs
  31. Java Virtual Threads · paulpas
    Implements modern Java concurrency with virtual threads (JDK 21+), structured concurrency, sealed classes, pattern matching switch expressions, and records for high-throughput application development.
    0 installs
  32. LLM Function Calling · paulpas
    Implements reliable LLM function calling patterns including JSON Schema tool definitions, structured output parsing with Pydantic v2, retry strategies, and error handling for cross-provider tool use.
    0 installs
  33. Message Queue Design · paulpas
    Implements production-grade message queue design patterns (delivery semantics, ordering guarantees, consumer groups, dead letter queues, priority and delayed delivery) for reliable distributed systems.
    0 installs
  34. Monolith Refactoring · paulpas
    Refactors legacy monolithic "big ball of mud" codebases into cleanly bounded modules using dependency analysis, hexagonal port isolation, strangler fig extraction, and database splitting strategies to prepare for eventual service decomposition.
    0 installs
  35. Pinecone API Tooling · paulpas
    Pinecone API Tooling
    0 installs
  36. Platform Engineering · paulpas
    Designs internal developer platforms (IDPs) with golden paths, self-service infrastructure portals, template-driven deployments, and developer experience metrics to reduce cognitive load and accelerate feature delivery.
    0 installs
  37. Polyglot Development · paulpas
    Implements language selection heuristics, polyglot monorepo patterns, and cross-language communication protocols for multi-language software systems.
    0 installs
  38. Production Readiness · paulpas
    Evaluates service readiness against Google SRE PRR framework covering reliability, observability, scalability, security, data management, deployment engineering, cost governance, and documentation for safe production deployment.
    0 installs
  39. React JS Performance · paulpas
    Optimizes JavaScript execution performance in React applications through efficient event handling, debouncing/throttling, Web Worker offloading, and DOM operation reduction.
    0 installs
  40. Security Engineering · paulpas
    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.
    0 installs
  41. Skill Trigger Design · paulpas
    Implements comprehensive trigger engineering for AI skills with two-tier keyword design, domain-specific patterns, and automated validation scripts to maximize conversational discoverability.
    0 installs
  42. Spring Security Core · paulpas
    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.
    0 installs
  43. Systematic Debugging · paulpas
    Applies a structured debugging methodology (binary search, logging strategy, stack trace analysis, five whys root cause) to isolate bugs and find root causes in production and development codebases.
    0 installs
  44. Testing Test Doubles · paulpas
    Provides an overview and implementation of test doubles including mocks, stubs, and fakes for comprehensive testing strategies.
    0 installs
  45. Url Parsing Security · paulpas
    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.
    0 installs
  46. Hardware Provisioning · paulpas
    Plans and provisions Linux systems for cloud instances and on-prem hardware with workload-appropriate sizing, RAID, and hardware abstraction.
    0 installs
  47. Plaid Transactions · paulpas
    Implements transaction management features via the Plaid API (TransactionsGet, Categories) to retrieve, filter, and analyze user transaction data in financial applications.
    0 installs
  48. K6 · paulpas
    Implements best practices for load testing web applications using K6, a modern performance testing tool optimized for developers.
    0 installs
  49. Data Structures · paulpas
    Implements and compares fundamental data structures (hash tables, balanced BSTs, tries, heaps, linked lists, graphs) with O(1) through O(n log n) complexity analysis for optimal algorithm selection.
    0 installs
  50. Graph Traversal · paulpas
    Implements graph traversal algorithms (DFS recursive/iterative, BFS level-order, cycle detection, connected components) with working Python code for algorithmic problem solving.
    0 installs
  51. Execution Twap Vwap · paulpas
    'Provides ''TWAP and VWAP Execution Algorithms: Institutional-Grade Order Execution'''
    0 installs
  52. Order Flow Analysis · paulpas
    Analyzes order flow dynamics, market microstructure, and Level 2 data to identify institutional accumulation, liquidity zones, and optimal execution points in algorithmic trading systems.
    0 installs
  53. Order Flow Toxicity · paulpas
    Detects toxic (informed) order flow using VPIN, PIN models, and adverse selection metrics to protect trading algorithms from predatory market participants and manage execution risk.
    0 installs
  54. Paper Market Impact · paulpas
    "Implements market impact modeling and order book simulation for risk management and algorithmic trading execution."
    0 installs
  55. Risk Liquidity Risk · paulpas
    "Implements liquidity assessment and trade execution risk for risk management and algorithmic trading execution."
    0 installs
  56. Risk Stress Testing · paulpas
    "Implements stress test scenarios and portfolio resilience analysis for risk management and algorithmic trading execution."
    0 installs
  57. Agent Stall Resilience · paulpas bundle
    Detects stalls and repetition loops in AI agent sessions and implements auto-respawn, circuit breakers, and graceful recovery to maintain session continuity under prolonged inactivity or infinite message cycles.
    0 installs
  58. Apify Ultimate Scraper · paulpas
    Implements intelligent apify ultimate scraper with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  59. Audit Context Building · paulpas
    Implements intelligent audit context building with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  60. Cc Skill Clickhouse Io · paulpas
    Implements intelligent cc skill clickhouse io with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  61. Context7 Auto Research · paulpas
    Implements intelligent context7 auto research with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  62. Gemini API Integration · paulpas
    Implements intelligent gemini api integration with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  63. Git Advanced Workflows · paulpas
    Implements intelligent git advanced workflows with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  64. Gitops Troubleshooting · paulpas
    Diagnoses and resolves GitOps synchronization failures, drift detection issues, and reconciliation problems for ArgoCD and Flux deployments with actionable debugging commands.
    0 installs
  65. Google Docs Automation · paulpas
    Implements intelligent google docs automation with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  66. N8n Node Configuration · paulpas
    Implements intelligent n8n node configuration with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  67. Requesting Code Review · paulpas
    Implements intelligent requesting code review with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0 installs
  68. Skill Ecosystem Design · paulpas
    Designs interconnected skill networks with dependency graphs, reciprocal relationships, layered capabilities, and cross-domain bridges to maximize discoverability and create coherent capability clusters for AI agent systems.
    0 installs
  69. Flatcar Container Linux · paulpas
    "Provides Flatcar Container Linux in Cloud-Native Engineering - container Linux"
    0 installs
  70. Jaeger · paulpas
    Deploys and manages Jaeger distributed tracing infrastructure on Kubernetes with configuration, querying, health monitoring, and troubleshooting for production microservice observability.
    0 installs
  71. Kong Ingress Controller · paulpas
    "Kong Ingress Controller in Kubernetes - cloud native architecture, patterns" pitfalls, and best practices
    0 installs
  72. Kubernetes API Patterns · paulpas
    Kubernetes API patterns including CRD development, webhook implementation, API groups, client library usage, and debugging techniques for custom API extensions
    0 installs
  73. Kyverno Mutate Patterns · paulpas
    Mutates Kubernetes resources at admission using patchStrategicMerge, patchesJson6902, and set operations to inject labels, sidecars, and default configurations.
    0 installs
  74. Process Security Policy · paulpas
    "Creates or updates SECURITY.md defining the vulnerability reporting process" disclosure timeline, and supported versions for CNCF projects
    0 installs
  75. Anti Corruption Layer · paulpas
    Implements Anti-Corruption Layer patterns to isolate domain models from foreign systems, translating external APIs and legacy data structures into clean internal models while rejecting incompatible types at boundaries.
    0 installs
  76. API Design Principles · paulpas
    Implements modern API design principles (REST resource modeling, GraphQL schema design, standardized error responses, versioning strategies, and security best practices) for production-grade backend services.
    0 installs
  77. API Security Patterns · paulpas
    Implements API security patterns including authentication middleware, JWT token validation and rotation, rate limiting with sliding windows, input sanitization, CORS configuration, and OWASP API Security Top 10 compliance for production services.
    0 installs
  78. Backpressure Handling · paulpas
    Implements production-grade backpressure mechanisms (bounded queues, adaptive rate limiting, circuit breakers, priority queuing) to prevent resource exhaustion in high-throughput event-driven message systems.
    0 installs
  79. Build Test Validation · paulpas
    Validates Makefile-based builds through automated test suites, dependency analysis, CI/CD integration, and reproducibility checks to ensure reliable software construction.
    0 installs
  80. Business Rules Engine · paulpas
    Implements a business rules engine using declarative configuration (JSON/YAML-based rule definitions, condition evaluation chains, and runtime rule execution) to replace hard-coded if/elif branches for frequently-changing domain validations.
    0 installs
  81. CI CD Pipeline Design · paulpas
    Implements strategies for automation in building, testing, and deploying software through continuous integration and delivery principles.
    0 installs
  82. Code Quality Policies · paulpas
    "Provides Establishing policies for maintaining a clean codebase including code standards, linting, formatting, testing requirements, cyclomatic complexity limi"
    0 installs
  83. Ddd Tactical Patterns · paulpas
    Implements DDD tactical patterns — aggregate roots with invariant enforcement, value objects, domain events, anti-corruption layers, repositories, and specification pattern for rich domain modeling in Python.
    0 installs
  84. Debugging Methodology · paulpas
    Applies systematic debugging methodologies (binary search, rubber ducking, log analysis, bisect tools) to rapidly identify root causes of bugs in production and development environments.
    0 installs
  85. Design Systems Atomic · paulpas
    Implements Atomic Design methodology with design tokens, component-driven development in Storybook, accessibility-first patterns, and modern CSS architecture for production design systems.
    0 installs
  86. Django Best Practices · paulpas
    Implements Django 5.x application patterns including modern project structure, ORM optimization, class-based and function views, DRF integration, async views, caching strategies, and settings management for production-ready web applications.
    0 installs
  87. Ds Bayesian Inference · paulpas
    "Applies Bayesian methods for prior selection, posterior estimation and probabilistic inference in machine learning models"
    0 installs
  88. Ds Data Visualization · paulpas
    "Creates effective visualizations including plots, charts, dashboards and interactive visualizations for data insight and storytelling"
    0 installs
  89. Ds Hypothesis Testing · paulpas
    Implements hypothesis testing including t-tests, chi-square tests, p-values and statistical significance evaluation for data-driven decisions
    0 installs
  90. Ds Maximum Likelihood · paulpas
    Implements maximum likelihood estimation, likelihood functions, and optimization methods for parameter estimation in probabilistic models
    0 installs
  91. Ds Online Experiments · paulpas
    "Implements multi-armed bandits, contextual bandits, exploration-exploitation tradeoff, and online learning algorithms"
    0 installs
  92. Engineering Tradeoffs · paulpas
    Evaluates competing engineering options using weighted decision matrices, reversibility analysis, and multi-criteria tradeoff frameworks to make defensible technical decisions under constraints.
    0 installs
  93. Event Driven Patterns · paulpas
    Implements event-driven architecture patterns (pub/sub, event sourcing, CQRS, saga orchestration, outbox pattern) for building decoupled, scalable systems.
    0 installs
  94. Framework Utilization · paulpas
    Maximizes the value of a chosen technology or framework through progressive adoption strategies, feature discovery patterns, integration anti-pattern avoidance, and optimization techniques for sustainable long-term utilization.
    0 installs
  95. GRAPHQL Schema Design · paulpas
    Implements GraphQL schema design with SDL-first types, input objects, interfaces, unions, custom scalars, and deprecation directives for type-safe API contracts in Python and Strawberry.
    0 installs
  96. GRAPHQL Subscriptions · paulpas
    Implements real-time GraphQL subscriptions with Strawberry Python, WebSocket protocol, PubSub patterns, and client reconnection handling for live data delivery.
    0 installs
  97. Microservices Pattern · paulpas
    Implements microservices architecture patterns, including service discovery, inter-service communication, and data management techniques.
    0 installs
  98. Monolith Architecture · paulpas
    Implements modular monolith patterns (bounded-context layering, hexagonal ports, database-per-module, interface-based inter-module communication) to build cleanly structured single-deployable applications.
    0 installs
  99. Monolith First Design · paulpas
    Evaluates architecture decisions to determine when a monolithic application should be chosen over microservices using team assessment, domain complexity analysis, operational cost modeling, and weighted scoring frameworks.
    0 installs
  100. Of Shader Programming · paulpas
    Implements GLSL shader programming in OpenFrameworks including vertex/fragment shaders, uniform management, VBO rendering, post-processing effects, and shader compilation debugging for GPU-accelerated graphics.
    0 installs