← all publishers

paulpas

@paulpas source repo

1321 published skills · page 1 of 14

  1. Kubernetes Deployment 2 · paulpas
    Implements intelligent kubernetes deployment with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  2. Agent Memory Systems 2 · paulpas
    Implements memory systems for LLM agents including conversation buffers, windowed context, bounded model context management, and vector store-backed long-term memory retrieval with embeddings.
    0
    installs
  3. Framework Evaluation 2 · paulpas
    Evaluates and scores competing frameworks using weighted criteria matrices, AHP decision-making, risk assessment, and migration planning to select the optimal technology stack for project requirements.
    0
    installs
  4. Microservice Resilience Patterns · paulpas
    Implements production-ready resilience patterns (circuit breaker, retry with exponential backoff, bulkhead isolation, timeout enforcement, graceful fallback) to prevent cascading failures in distributed microservice systems.
    0
    installs
  5. Rust Skills Software Engineering · paulpas
    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.
    0
    installs
  6. Serverless Architecture Patterns · paulpas
    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.
    0
    installs
  7. Observability Logging Strategies · paulpas
    Implements best practices for logging strategies in observability to improve performance monitoring and troubleshooting in applications.
    0
    installs
  8. Observability Metrics Strategies · paulpas
    Implements best practices for metrics collection and monitoring in observability, enhancing application performance and incident response capabilities.
    0
    installs
  9. Observability Tracing Strategies · paulpas
    Implements best practices for distributed tracing in observability, improving application performance monitoring and debugging capabilities.
    0
    installs
  10. Kicad Pcb Design · paulpas
    Implements modern KiCad 9+ PCB design workflows covering schematic capture, component library management, controlled-impedance layout, EMC-aware routing, DRC validation, and fabrication file generation.
    0
    installs
  11. Software Architecture Overview · paulpas
    Provides a comprehensive understanding of modern software architecture patterns, including microservices, serverless, and event-driven architectures.
    0
    installs
  12. Fundamentals Trading Psychology · paulpas
    "Emotional discipline, cognitive bias awareness, and maintaining operational" integrity in trading
    0
    installs
  13. Technical Market Microstructure · paulpas
    "Implements order book dynamics and order flow analysis for risk management and algorithmic trading execution."
    0
    installs
  14. Technical Price Action Patterns · paulpas
    "Provides Analysis of candlestick and chart patterns for price movement prediction"
    0
    installs
  15. Technical Statistical Arbitrage · paulpas
    "Implements pair trading and cointegration-based arbitrage strategies for risk management and algorithmic trading execution."
    0
    installs
  16. Skill Documentation Best Practices · paulpas
    Writes high-fidelity SKILL.md documentation using instruction engineering patterns, typed code examples with BAD vs GOOD comparisons, and enforceable constraint design for AI agent skill systems.
    0
    installs
  17. Collaboration Process Refactoring · paulpas
    Safely refactors legacy codebases using specific techniques such as dependency analysis, strangler fig pattern, and port isolation to ensure clean modularity and enhanced collaboration.
    0
    installs
  18. Configuration Management Patterns · paulpas
    Designs production configuration management with schema validation, hierarchical merging of config sources, hot reload capabilities, secret injection from vaults, and environment-specific defaults for reliable deployment.
    0
    installs
  19. Framework Application Methodology · paulpas
    Systematically learns, evaluates, and applies new software frameworks using proven methodology — source code analysis, prototype validation, pattern mapping, and iterative adoption for maximum engineering impact.
    0
    installs
  20. Framework Implementation Patterns · paulpas
    Translates documented framework requirements into concrete implementation patterns with multi-layer validation gates, constraint assertions, and performance budget enforcement to ensure code decisions align with project specifications.
    0
    installs
  21. Framework Requirements Validation · paulpas
    Validates code against framework conventions and enforces build tool configuration compliance through automated linting pipelines, schema validation, and CI integration.
    0
    installs
  22. GRAPHQL Error Handling Validation · paulpas
    Implements GraphQL error handling and input validation using typed error result unions, Pydantic v2 field validation, error code enums, and middleware-level exception handling for production APIs.
    0
    installs
  23. Idempotent Distributed Operations · paulpas
    Implements idempotency patterns for distributed microservice systems including idempotency keys, request deduplication, optimistic concurrency control, and idempotent handlers to ensure exactly-once semantics in event-driven architectures.
    0
    installs
  24. Maintainability First Code Review · paulpas
    Run a strict maintainability-first code review focused on file size limits, code structure, spaghetti detection, and code judo restructuring to prevent structural decay.
    0
    installs
  25. Memory Management And Concurrency · paulpas
    Explores essential software engineering principles for C/C++, focusing on memory management techniques, CMake usage, RAII, and concurrency primitives to build robust applications.
    0
    installs
  26. Openapi Specification Engineering · paulpas
    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.
    0
    installs
  27. Messaging Microsoft Teams · paulpas
    Integrates Microsoft Teams for chat and collaboration solutions, enabling bot interactions via the Microsoft Graph API including channel management, message posting with adaptive cards, and tab configurations.
    0
    installs
  28. Linux Service Integrity Operations · paulpas
    Executes Linux system changes and deployments using zero-downtime patterns, health monitoring, and safe rollback procedures to maintain host availability.
    0
    installs
  29. Software Testing Best Practices · paulpas
    Explains various software testing methodologies including unit testing, integration testing, and system testing with best practices.
    0
    installs
  30. Technical False Signal Filtering · paulpas
    "Provides False Signal Filtering Techniques for Robust Technical Analysis"
    0
    installs
  31. Cc Skill Project Guidelines Example · paulpas
    Implements intelligent cc skill project guidelines example with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  32. Feature Flags Progressive Delivery · paulpas
    Implements feature flag systems with progressive delivery, A/B testing, and gradual rollout strategies for safe application-level feature deployment without code changes.
    0
    installs
  33. Production Debugging Observability · paulpas
    Debugs production systems using OpenTelemetry traces, structured logs with context propagation, and eBPF diagnostics for root cause analysis without service interruption.
    0
    installs
  34. Software Architecture Event Driven · paulpas
    Implements event-driven architecture, detailing event sourcing, message brokers, and consumer strategies for handling events efficiently.
    0
    installs
  35. Distributed System Circuit Breakers · paulpas
    Implements circuit breakers for fault tolerance in distributed systems using Resilience4j to improve system resilience and stability.
    0
    installs
  36. Performance Optimization Strategies · paulpas
    Implements concrete performance optimization techniques including query-level tuning, multi-layer caching strategies, connection pooling, and lazy loading patterns for production web applications.
    0
    installs
  37. Software Architecture Microservices · paulpas
    Implements strategies for designing, developing, and deploying microservices architecture. Offers guidance on best practices, patterns, and anti-patterns for microservices.
    0
    installs
  38. Translation Strategies For Software · paulpas
    Implements best practices for translating software content efficiently and accurately for global markets while adhering to localization standards.
    0
    installs
  39. AWS Secrets Integration · paulpas
    Implements AWS Secrets Manager for secure secret storage, management, and automatic rotation of credentials using AWS SDK for Python (Boto3).
    0
    installs
  40. Dependency Vulnerability Scanning · paulpas
    Implements dependency vulnerability scanning mechanisms to identify known security vulnerabilities in third-party libraries and dependencies.
    0
    installs
  41. Architecture Documentation Practices · paulpas
    Implements architecture documentation standards including Architecture Decision Records (ADRs), C4 model diagrams, and RFC templates to capture design rationale, system context, and component relationships.
    0
    installs
  42. Hashicorp Vault Patterns · paulpas
    Implements HashiCorp Vault API strategies for secure access and management of secrets in modern applications while minimizing risk and ensuring compliance with security regulations.
    0
    installs
  43. Fundamentals Risk Management Basics · paulpas
    "Position sizing, stop-loss implementation, and system-level risk controls" to preserve capital
    0
    installs
  44. Domain Architecture Project Structure · paulpas
    Defines project directory layouts and module organization for domain-driven systems — vertical slice architecture, modular monolith structure, layer separation within modules, and build configuration for maintainable DDD codebases.
    0
    installs
  45. Modern Software Development Workflows · paulpas
    Implements end-to-end software development workflows including CI/CD pipelines, automated testing strategies, code quality gates, observability integration, and production deployment patterns for modern software delivery.
    0
    installs
  46. Static Analysis Linting Type Checking · paulpas
    Implements best practices for integrating static analysis, linting, and type checking into software development workflows ensuring code quality and robustness.
    0
    installs
  47. Example Skill · paulpas
    Example SKILL.md showing the format the router expects
    0
    installs
  48. Stm32 Embedded Systems · paulpas
    Implements STM32 firmware development using HAL/LL drivers, DMA peripheral programming, FreeRTOS task architecture, clock tree configuration, and power management for production embedded systems on Cortex-M microcontrollers.
    0
    installs
  49. License Compliance And Open Source Policy · paulpas
    Implements strategies and guidelines for managing software licensing compliance and formulating open-source policies in software engineering practices.
    0
    installs
  50. Full Stack Orchestration Full Stack Feature · paulpas
    Implements intelligent full stack orchestration full stack feature with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  51. AI LLM Agentic Tooling Langchain Langgraph · paulpas
    Integrates LangChain/LangGraph for building LLM-powered agents and applications in Python, facilitating advanced logic and workflows.
    0
    installs
  52. Collaboration Process Dependency Management · paulpas
    Implements strategies for effective dependency management and versioning in software development, focusing on Semantic Versioning (SemVer) and the use of lock files.
    0
    installs
  53. Performance Memory Leak Detection Gc Tuning · paulpas
    JVM Performance: Memory Leak Detection and GC Tuning
    0
    installs
  54. Software Engineering Deprecation Strategies · paulpas
    Defines effective strategies for deprecating features and APIs in software applications to ensure a smooth transition for users and clients.
    0
    installs
  55. Software Engineering Backwards Compatibility · paulpas
    Backwards Compatibility Strategies
    0
    installs
  56. Orm Patterns N Plus 1 Awareness · paulpas
    Provides comprehensive training on ORM patterns, the N+1 problem, and strategies to mitigate it, complete with code examples and workflows.
    0
    installs
  57. Skill Contrarian Cloud Designs For Agentic Council · paulpas
    Generates structured contrarian critiques and adversarial review prompts for cloud deployment architectures to enable rigorous agentic council vetting.
    0
    installs
  58. Ds Feature Engineering · paulpas
    "Creates and transforms features including polynomial features, interactions domain-specific features, and feature transformations"
    0
    installs
  59. Ds Feature Interaction · paulpas
    "Provides Discovers and engineers feature interactions including polynomial interactions, cross-features, and interaction detection methods"
    0
    installs
  60. Ds Logistic Regression · paulpas
    "Implements logistic regression for binary and multinomial classification with probability estimation and odds ratio interpretation"
    0
    installs
  61. Engineering API Design · paulpas
    Designs and implements production REST APIs and GraphQL schemas with versioning, authentication, pagination, rate limiting, OpenAPI documentation, and error handling for scalable service interfaces.
    0
    installs
  62. Engineering Principles · paulpas
    Enforces core software engineering principles (SOLID, DRY, KISS, separation of concerns) to produce clean, maintainable, and scalable code architecture.
    0
    installs
  63. Event Sourcing Pattern · paulpas
    Implements event sourcing pattern (event store, aggregate roots, projections, snapshots, event replay) to maintain complete audit trail and reconstruct state from immutable event history.
    0
    installs
  64. Framework Requirements · paulpas
    Defines, evaluates, and validates software framework requirements including non-functional criteria (performance, security, extensibility), weighted selection scoring matrices, proof-of-concept feasibility testing, and architecture decision records for production-grade applications.
    0
    installs
  65. Gitlab CI CD Pipelines · paulpas
    Implements GitLab CI/CD pipelines to automate development, testing, and deployment processes, allowing teams to integrate changes quickly and deliver software efficiently.
    0
    installs
  66. Hexagonal Architecture · paulpas
    Implements hexagonal (ports and adapters) architecture to isolate core business logic from external frameworks, databases, and UI for testable, framework-agnostic systems.
    0
    installs
  67. Jvm Performance Tuning · paulpas
    Optimizes JVM runtime performance through garbage collector selection and tuning, memory layout configuration, JIT compilation flags, and allocation-aware coding patterns for Java 17+ applications.
    0
    installs
  68. Language Family Idioms · paulpas
    Implements idiomatic code patterns for JVM, .NET, TypeScript, and Functional ecosystems — showing the right way to write code in each family using modern language features from 2025–2026.
    0
    installs
  69. Observability Patterns · paulpas
    Implements structured logging, Prometheus metrics collection, and distributed tracing with OpenTelemetry for production systems to enable debugging, performance monitoring, and incident response.
    0
    installs
  70. Python Typing Patterns · paulpas
    Implements advanced Python typing patterns including generic classes, Protocol structural subtyping, TypeVar bounds and constraints, variance annotations, and composite type construction for robust static analysis.
    0
    installs
  71. React Async Waterfalls · paulpas
    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.
    0
    installs
  72. React Native Animation · paulpas
    Implements smooth, performant animations in React Native using Reanimated for UI thread animations, Animated API with native driver, gesture-driven interactions, and layout animations.
    0
    installs
  73. React Native Rendering · paulpas
    Optimizes React Native component rendering through virtualization, memoization, image optimization, and efficient component architecture for mobile performance.
    0
    installs
  74. React View Transitions · paulpas
    Implements smooth page transitions and element animations using the View Transition API in React applications with CSS animation recipes and progressive enhancement.
    0
    installs
  75. Refactoring Techniques · paulpas
    Applies systematic refactoring techniques (extract method, introduce parameter object, replace conditional with polymorphism) to improve code readability and reduce complexity.
    0
    installs
  76. Software Documentation · paulpas
    Writes authoritative technical documentation (API references, inline docstrings, READMEs, developer guides) using modern standards like OpenAPI 3.1, Google/NumPy docstring formats, and MkDocs/Docusaurus static site generators.
    0
    installs
  77. Yagni Scope Management · paulpas
    Applies YAGNI to project planning and backlog management to prevent scope creep, enforce MVP boundaries, and reject features not needed for current delivery goals.
    0
    installs
  78. Messaging Bots · paulpas
    Develops integration patterns for messaging bots across platforms, focusing on automated interactions.
    0
    installs
  79. Cloud Linux Engineering · paulpas
    Engineers Linux systems for cloud-native environments with cloud-init bootstrapping, IMDSv2 security, ephemeral lifecycle management, spot instance handling, and cloud observability integration.
    0
    installs
  80. Makefile Best Practices · paulpas
    Implements portable, maintainable Makefiles with proper variable scope, dependency management, error handling, and parallel execution patterns for reliable build automation across Unix-like systems.
    0
    installs
  81. Plaid Authentication · paulpas
    Implements authentication strategies using the Plaid API (Link token flow, Item public token exchange, Auth data retrieval) for secure user bank account verification in financial applications.
    0
    installs
  82. AI Sentiment Analysis · paulpas
    "AI-powered sentiment analysis for news, social media, and political figures" in trading
    0
    installs
  83. AI Sentiment Features · paulpas
    "Provides Extract market sentiment from news, social media, and analyst reports"
    0
    installs
  84. Backtest Sharpe Ratio · paulpas
    "Provides Sharpe Ratio Calculation and Risk-Adjusted Performance Metrics"
    0
    installs
  85. Backtest Walk Forward · paulpas
    "Implements walk-forward optimization for robust strategy validation for risk management and algorithmic trading execution."
    0
    installs
  86. Data Alternative Data · paulpas
    "Alternative data ingestion pipelines for trading signals including news" social media, and on-chain data sources
    0
    installs
  87. Paper Fill Simulation · paulpas
    "Implements fill simulation models for order execution probability for risk management and algorithmic trading execution."
    0
    installs
  88. Risk Correlation Risk · paulpas
    "Implements correlation breakdown and portfolio diversification risk for risk management and algorithmic trading execution."
    0
    installs
  89. Risk Drawdown Control · paulpas
    "Implements maximum drawdown control and equity preservation for risk management and algorithmic trading execution."
    0
    installs
  90. Agent Context Management · paulpas
    Implements context window management, sliding window strategies, and persistent memory patterns to maintain AI agent coherence across long interactions.
    0
    installs
  91. Bdistill Behavioral Xray · paulpas
    Implements intelligent bdistill behavioral xray with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  92. Cc Skill Security Review · paulpas
    Implements intelligent cc skill security review with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  93. Dependency Graph Builder · paulpas
    Implements intelligent dependency graph builder with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  94. Git Pr Workflows Onboard · paulpas
    Implements intelligent git pr workflows onboard with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  95. Github Actions Templates · paulpas
    Implements intelligent github actions templates with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  96. Make Workflow Automation · paulpas
    Builds and debugs automated workflows in Make (Integromat) using modules, scenarios, routing, error handling, and scheduling for no-code/low-code automation.
    0
    installs
  97. Orchestration Frameworks · paulpas
    Designs and implements orchestration frameworks for multi-agent systems including LangGraph, AutoGen, CrewAI, Temporal, and Prefect with workflow patterns, state management, and fault tolerance.
    0
    installs
  98. Query Feature Extraction · paulpas
    Extracts structured signals (action verbs, domain indicators, complexity markers, urgency signals, entity types) from natural language queries as preprocessing for intent classification and skill routing.
    0
    installs
  99. React Nextjs Development · paulpas
    Implements intelligent react nextjs development with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
    0
    installs
  100. Sendgrid Mail Management · paulpas
    Implements features for sending emails, managing templates, handling marketing campaigns, and parsing inbound emails with the SendGrid API.
    0
    installs