paulpas
- 1.3k skills
- 0 followers
- 1 day ago last updated
- ▌ AI LLM Agentic Tooling MCP · paulpasImplements best practices for applying the Model Context Protocol (MCP) in AI/LLM environments, facilitating effective management of servers, clients, tools, resources, and prompts.
- ▌ Andruia Niche Intelligence · paulpasImplements intelligent andruia niche intelligence with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Apify Influencer Discovery · paulpasImplements intelligent apify influencer discovery with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Cc Skill Frontend Patterns · paulpasImplements intelligent cc skill frontend patterns with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Cc Skill Strategic Compact · paulpasImplements intelligent cc skill strategic compact with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Framework Selection Matrix · paulpasProvides a decision matrix for selecting between agentic frameworks (LangChain, LangGraph, Google ADK, CrewAI) based on capability requirements, ecosystem fit, and production readiness.
- ▌ Github Workflow Automation · paulpasImplements intelligent github workflow automation with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Python Fastapi Development · paulpasImplements intelligent python fastapi development with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Reasoning Engine Internals · paulpasImplements dual-provider reasoning architecture (Gemini + Claude orchestration), cross-model reasoning pipelines, token budget management, and AI-assisted development velocity tracking for production AI systems.
- ▌ Skill Lifecycle Management · paulpasManages the full lifecycle of OpenCode AI skills including versioning strategies, deprecation workflows, backward compatibility checks, and retirement procedures for the agent-skill-router system.
- ▌ Skill Systems Architecture · paulpasDesigns production-ready multi-skill agent architectures with cross-skill coordination patterns, quality gates, deployment pipelines, and monitoring strategies for AI skill ecosystems.
- ▌ Architecture Best Practices · paulpas"Cloud Native Computing Foundation (CNCF) architecture best practices" for production-grade Kubernetes deployments. Covers service mesh, CNI, GitOps, CI/CD, observability, security, networking, and scaling patterns across the CNCF landscape.
- ▌ Kubernetes Persistentvolume · paulpasImplements v1 PersistentVolume, StorageClass, and PersistentVolumeClaim manifests with static/dynamic provisioning, access modes, and reclaim policies for Kubernetes storage.
- ▌ Oracle Cloud Infrastructure · paulpasImplements functionalities for Oracle Cloud Infrastructure, covering Compute, Object Storage, and Autonomous Database services.
- ▌ API Versioning Strategies · paulpasImplements API versioning strategies (URL path, Accept header, query parameter, media type) to manage backward compatibility, deprecation timelines, and migration paths while maintaining stable contracts for consumers.
- ▌ Cloud Native Architecture · paulpasImplements cloud-native architecture patterns including Kubernetes-native design, service mesh integration, GitOps workflows, serverless compute, immutable infrastructure, and platform engineering for resilient distributed systems.
- ▌ Component Testing Library · paulpasTests React, Vue, and Svelte components using Testing Library query priorities, renderHook for hooks, Mock Service Worker API mocking, and async state patterns for reliable, user-facing component tests.
- ▌ Cve Dependency Management · paulpas"Provides Cybersecurity operations skill for automating software dependency version updates based on CVE (Common Vulnerabilities and Exposures) data, vulnerabil"
- ▌ Data Pipeline Engineering · paulpasDesigns and implements production data pipelines (ETL, ELT, streaming) with data validation, schema evolution handling, idempotent processing, and quality gates for reliable data infrastructure.
- ▌ Database Migrations Skill · paulpasImplements a systematic approach to database schema migrations, versioning, and rollback strategies specifically designed for OpenCode projects.
- ▌ Database Schema Evolution · paulpasDesigns safe schema changes for production databases — zero-downtime migrations, backward-compatible schema evolution, dual-write patterns, feature-flagged deployments, and data migration strategies for live systems.
- ▌ Ddd Specification Pattern · paulpasImplements the DDD specification pattern — composable business rule objects using AND/OR/NOT boolean algebra, expression tree translation for ORM query pushdown, domain validation specs, protocol-based contracts, and reusable primitive factories for rich domain modeling in Python.
- ▌ Domain Repository Pattern · paulpasImplements repository and specification patterns for DDD to abstract data access while keeping domain logic in the domain layer — generic repositories, typed specifications, pagination, and query composition without leaking persistence details.
- ▌ Ds Bias Variance Tradeoff · paulpas"Analyzes bias-variance tradeoff, overfitting, underfitting, and regularization strategies for improving model generalization"
- ▌ Ds Classification Metrics · paulpas"Evaluates classification models using precision, recall, F1-score ROC-AUC, confusion matrix, and other classification metrics"
- ▌ Ds Instrumental Variables · paulpas"Provides Uses instrumental variables (IV), two-stage least squares (2SLS), and IV estimation to identify causal effects in observational data"
- ▌ Ds Randomized Experiments · paulpas"Provides Designs and analyzes randomized controlled trials (RCTs) A/B tests, experimental blocking, and sample size calculations"
- ▌ Event Driven Architecture · paulpasImplements event-driven architecture patterns including pub/sub messaging with RabbitMQ and Kafka, schema registry management, dead letter queue handling, idempotent consumer design, database outbox pattern, and event streaming for asynchronous system coordination.
- ▌ Grpc Production Readiness · paulpasImplements gRPC production operational patterns — graceful shutdown, health checking, service configuration, retry policies, TLS/mTLS, keepalive tuning, flow control, bidirectional stream concurrency, and OpenTelemetry observability for reliable service deployment.
- ▌ Identity Security AWS Iam · paulpasComprehensive guide to AWS Identity and Access Management (IAM) covering users, roles, policies, STS, and Identity Center.
- ▌ Input Validation Patterns · paulpasImplements production input validation and sanitization patterns including Pydantic v2 schemas, recursive nested validation, custom validators with error accumulation, allowlist enforcement, and type coercion for secure API endpoints.
- ▌ Karpathy Surgical Changes · paulpasEnforces surgical code modification discipline — touch only what the request requires, read full context before editing, match existing codebase conventions, clean up only your own orphans, and never refactor adjacent code that isn't broken.
- ▌ Modern Python Development · paulpasImplements modern Python 3.10+ development practices including structural union types, TypeAlias, Self, ParamSpec, TaskGroup structured concurrency, httpx async patterns, and pyproject.toml-based project structure with uv.
- ▌ Observability Engineering · paulpasDesigns observability engineering systems with SLO-driven instrumentation, multi-window burn rate alerting, OpenTelemetry patterns, signal correlation, and cost governance for production reliability.
- ▌ Python Package Publishing · paulpasBuilds, verifies, and publishes Python packages with hatchling, hatch-vcs dynamic versioning, twine checks, test pypi, and GitHub Actions release CI/CD.
- ▌ RAG Pipeline Architecture · paulpasImplements 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.
- ▌ Software Testing Strategy · paulpasImplements comprehensive testing strategies (unit, integration, property-based, mocking, fixture design) to validate software correctness and prevent regressions.
- ▌ System Design Foundations · paulpasImplements core distributed system design patterns (load balancing, caching strategies, database sharding, message queues) for building scalable and resilient production applications.
- ▌ Technical Debt Management · paulpasTracks, categorizes, and systematically reduces technical debt across codebases using quantitative scoring, prioritization matrices, and automated refactoring strategies.
- ▌ Typescript Generics Types · paulpasImplements TypeScript generics, conditional types, mapped types, template literal types, and type-level programming patterns for compile-time type transformations.
- ▌ Typescript Node Monorepos · paulpasImplements software engineering skills for TypeScript/JavaScript in Node.js, focusing on ESM/CJS and monorepos using Turborepo/Nx.
- ▌ Rapid Prototyping Workflow · paulpasImplements rapid prototyping workflows (code mocks, breadboard hardware, physical models, wireframes) with decision matrices and build-test-learn cycles to validate concepts quickly.
- ▌ Gatling · paulpasImplements load testing strategies using Gatling for performance testing of web applications and microservices.
- ▌ AI Hyperparameter Tuning · paulpas"Implements optimize model configurations for trading applications for risk management and algorithmic trading execution."
- ▌ AI Live Model Monitoring · paulpas"Provides Monitor production ML models for drift, decay, and performance degradation"
- ▌ AI Regime Classification · paulpas"Provides Detect current market regime for adaptive trading strategies"
- ▌ AI Volatility Prediction · paulpas"Implements forecast volatility for risk management and option pricing for risk management and algorithmic trading execution."
- ▌ Backtest Position Sizing · paulpas"'Position Sizing Algorithms: Fixed Fractional, Kelly Criterion, and Volatility" Adjustment'
- ▌ Exchange Order Book Sync · paulpas"Provides Order book synchronization and state management for accurate trading"
- ▌ Exchange Trade Reporting · paulpas"Real-time trade reporting and execution analytics for monitoring and" optimization
- ▌ Technical Cycle Analysis · paulpas"Implements market cycles and periodic patterns in price movement for risk management and algorithmic trading execution."
- ▌ Technical Trend Analysis · paulpas"Provides Trend identification, classification, and continuation analysis"
- ▌ Technical Volume Profile · paulpas"Provides Volume analysis techniques for understanding market structure"
- ▌ Agent Architecture Patterns · paulpasImplements structural design patterns for AI agent systems including monolithic, multi-agent, hierarchical, and event-driven architectures with state management and security primitives.
- ▌ Agent Engineering Practices · paulpasApplies traditional software engineering rigor to AI agents through checkpoint/rollback state management, modular architecture, structured observability logging, and least-privilege permissions for production-grade reliability.
- ▌ Autonomous Coding Lifecycle · paulpasManages the complete autonomous coding lifecycle from code generation through self-review, test validation, failure repair, and deployment with state-machine orchestration.
- ▌ Dispatching Parallel Agents · paulpasImplements intelligent dispatching parallel agents with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Exception Handling Recovery · paulpasImplements agent resilience patterns including retry logic with exponential backoff, fallback handler chains, state rollback, graceful degradation, and error escalation to maintain reliability under failure conditions.
- ▌ Git Pr Workflows Pr Enhance · paulpasImplements intelligent git pr workflows pr enhance with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Google Analytics Automation · paulpasImplements intelligent google analytics automation with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Intelligent Skill Selection · paulpasEvaluates incoming tasks against available skills using semantic matching, confidence thresholds, and contextual filters to route work to the optimal capability with automatic fallback handling.
- ▌ Iterative Prompt Refinement · paulpasImplements systematic prompt evolution through baseline generation, structured evaluation against rubrics, targeted revision, and regression validation to continuously improve prompt quality.
- ▌ Outlook Calendar Automation · paulpasImplements intelligent outlook calendar automation with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Personal Workflow Framework · paulpasDesigns personalized development workflows by mapping task types to optimized process patterns, enabling developers to choose structured approaches that match project complexity and team size.
- ▌ Prompt Engineering Patterns · paulpasImplements advanced prompt engineering patterns (chain-of-thought, few-shot, ReAct, self-consistency, structured output) for crafting high-quality system prompts and agent instructions that reduce hallucination and improve task completion rates.
- ▌ Protocol First Agent Design · paulpasDesigns AI agent architectures using protocol-first patterns (MCP tool interfaces, A2A inter-agent communication) instead of framework-specific APIs, ensuring interoperability and avoiding vendor lock-in.
- ▌ Subagent Driven Development · paulpasImplements intelligent subagent driven development with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Wordpress Theme Development · paulpasImplements intelligent wordpress theme development with multi-factor skill selection, fallback chains, and adherence to the 5 Laws of Elegant Defense
- ▌ Gof Strategy Pattern · paulpasImplements the Strategy design pattern allowing the definition of a family of algorithms, encapsulating each one, and making them interchangeable.
- ▌ AI LLM Framework Ecosystem · paulpasEvaluates AI/LLM framework ecosystems (LangChain, LlamaIndex, CrewAI, DSPy, Microsoft Agent Framework) using structured scoring across capability domains to guide production project architecture decisions.
- ▌ API Gateway Domain Routing · paulpasConfigures API gateway domain routing patterns (subdomain-based tenant resolution, path-based bounded context dispatch, host-header forwarding) to direct traffic from external domains to the correct internal services.
- ▌ API Idempotency Management · paulpasImplements idempotency key patterns for REST and GraphQL APIs including key storage with TTL, duplicate request detection, safe retry semantics, and distributed cache-backed enforcement to prevent duplicate operations during network failures.
- ▌ App Configuration Patterns · paulpasImplements layered configuration loading, secrets management abstraction, feature flag systems with percentage rollouts, and startup validation for production applications.
- ▌ Behavioral Design Patterns · paulpasImplements GoF behavioral design patterns (Strategy, Command, State, Chain of Responsibility, Visitor) to encapsulate algorithms, decouple request senders from receivers, and manage complex control flow in production systems.
- ▌ Code Duplication Detection · paulpasDetects and classifies code duplication patterns (copy-paste, boilerplate, semantic) across codebases using static analysis tools, custom scripts, and manual inspection techniques.
- ▌ Creational Design Patterns · paulpasImplements GoF creational patterns (Factory Method, Builder, Singleton, Abstract Factory, Prototype) to control object creation, manage composition, and reduce coupling in Python systems.
- ▌ Data Pipeline Architecture · paulpasImplements data pipeline architectures (batch ETL/ELT, streaming, medallion bronze-silver-gold layers, data quality gates, schema evolution handling) for reliable data processing at scale.
- ▌ Ds Support Vector Machines · paulpas"Implements support vector machines (SVM) with kernel methods, support vectors, and margin maximization for classification and regression"
- ▌ Ds Time Series Forecasting · paulpas"Implements ARIMA, exponential smoothing, state-space models, LSTM networks and deep learning methods for temporal prediction"
- ▌ Engineering Error Handling · paulpasDesigns robust error handling strategies including typed exception hierarchies, graceful degradation, retry with exponential backoff, circuit breakers, structured logging, and panic prevention across software systems.
- ▌ Framework Extension Design · paulpasDesigns extension points, plugin interfaces, and public API surfaces for frameworks built in-house — defining stable plugin contracts, middleware pipelines, versioned extension APIs, and authoring guides for third-party contributors.
- ▌ GRAPHQL Dataloader Pattern · paulpasImplements the DataLoader batching and caching pattern to solve GraphQL N+1 query problems with per-request loader instances, batch functions, and memoization for efficient data access.
- ▌ Input Processing Pipelines · paulpasBuilds composable data processing pipelines that validate, transform, filter, and aggregate structured or semi-structured input through typed stages with error handling and observability.
- ▌ Java Kotlin Best Practices · paulpasImplements best practices for Java/Kotlin applications using Spring Boot, leveraging Maven/Gradle, JVM tuning, and Jakarta EE patterns.
- ▌ Knowledge Transfer Methods · paulpasImplements structured knowledge transfer workflows using Feynman technique, spaced repetition scheduling, active recall exercises, and teach-back protocols to achieve deep framework mastery and team-wide competency.
- ▌ Kubernetes Crds Management · paulpasManages Kubernetes Custom Resource Definitions, including creation, updates, and best practices for usage.
- ▌ Memoization Cache Patterns · paulpasImplements application-level caching and memoization patterns (LRU/LFU caches, TTL strategies, cache invalidation, write-through/write-back, stampede prevention) for performance optimization in Python systems.
- ▌ Microservices Architecture · paulpasImplements microservices architecture patterns including domain-driven service decomposition, inter-service communication protocols, Saga pattern for distributed transactions, circuit breaker resilience, and API gateway routing for independently deployable services.
- ▌ Modern Language Comparison · paulpasEvaluates and compares modern programming languages using performance benchmarks, safety guarantees, developer experience metrics, ecosystem maturity, and deployment characteristics to guide language selection decisions.
- ▌ Monolith Strangler Pattern · paulpasImplements 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.
- ▌ React Client Data Fetching · paulpasImplements efficient client-side data fetching in React using TanStack Query with proper caching, stale time configuration, error boundaries, optimistic updates, and query key conventions.
- ▌ React Composition Patterns · paulpasImplements React composition patterns including compound components, state lifting, polymorphic components, slot-based layouts, and variant-driven designs for reusable component APIs.
- ▌ REST API Resource Modeling · paulpasImplements 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.
- ▌ REST API Security Patterns · paulpasImplements 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.
- ▌ Skill Development Workflow · paulpasImplements the complete skill creation lifecycle from research through validation, including Python-based quality gates, stub detection, and automated compliance checking against SKILL_FORMAT_SPEC.md requirements.
- ▌ Skill Repository Lifecycle · paulpasManages the complete lifecycle of SKILL.md files including versioning strategies, deprecation workflows, retirement criteria, migration plans, and automated drift detection to keep skills current across the repository.
- ▌ Software Design Principles · paulpasImplements core software design principles (SOLID, DRY, KISS, dependency injection) to create maintainable, scalable, and modular codebases.
- ▌ Software Incident Response · paulpasHandles production incidents with systematic root-cause analysis, incident response procedures, communication protocols, and post-incident learning to minimize downtime and prevent recurrence.
- ▌ Software Quality Assurance · paulpasOrchestrates 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.
- ▌ Structural Design Patterns · paulpasImplements GoF structural patterns (Adapter, Bridge, Composite, Decorator, Facade, Proxy, Flyweight) to compose classes and objects into larger structures while keeping them flexible and efficient.