All authors
paulpas avatar

Claude Skills by paulpas

github.com/paulpas
490 skillsA× 463B× 13C× 5D× 6F× 331 installs676 views
Skill DefinitionsA

Example SKILL.md showing the format the router expects

documentationdocumentation
0
4
A2a CommunicationA

Implements Google's Agent-to-Agent (A2A) protocol for cross-framework agent communication using HTTP-based JSON-RPC 2.0 with agent card discovery, SSE streaming, and secure multi-agent interoperability patterns.

ai-agentspythongo
0
4
Acceptance OrchestratorA

Implements intelligent acceptance orchestrator with multi-factor skill

documentationpythongo
0
4
Address Github CommentsA

Implements intelligent address github comments with multi-factor skill

documentationpythonrust
0
4
Agent Architecture PatternsA

Implements structural design patterns for AI agent systems including

ai-agentspythonrust
0
4
Agent Communication PatternsA

Implements inter-agent communication patterns (message passing, event-driven

code-qualitypythongo
0
4
Agent Context ManagementA

Implements context window management, sliding window strategies, and

ai-agentspythongo
0
4
Agent Context MemoryA

Implements context window management and memory architectures for LLM agents including token budgeting, sliding window strategies, summarization fallbacks, cross-turn state persistence, and external vector store integration.

ai-agentspythongo
0
4
Agent DebuggingA

Implements systematic debugging workflows for LLM agent failures including hallucination detection, infinite loop recovery, context window exhaustion, tool call errors, and cascading failure diagnosis using distributed tracing patterns.

ai-agentspythongo
0
4
Agent Engineering PracticesA

Applies 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.

businesspythongo
0
4
Agent EvaluationA

Implements intelligent agent evaluation with multi-factor skill selection,

ai-agentspythongo
0
4
Agent Knowledge GraphA

Constructs agent-centric knowledge graphs representing tools, capabilities, and their relationships for intelligent tool discovery during planning.

ai-agentspythongo
0
4
Agent Manager SkillA

Implements intelligent agent manager skill with multi-factor skill selection,

ai-agentspythongo
0
4
Agent Maturity LevelsA

Provides a four-level maturity model (Core Reasoning → Connected Solver → Strategic Problem-Solver → Collaborative Multi-Agent) for assessing and planning agent architecture investments based on capability requirements.

code-qualitypythongo
0
4
Agent Memory SystemsA

Implements intelligent agent memory systems with multi-factor skill selection,

ai-agentspythongo
0
4
Agent ObservabilityA

Implements tracing, cost tracking, and latency monitoring patterns for AI agent systems to debug failures, control token spend, and optimize response times across multi-agent workflows.

ai-agentspythongo
0
4
Agent Reliability EngineeringA

Implements fault-tolerance mechanisms for AI agent systems including

businesspythongo
0
4
Agent Requirements EngineeringA

Defines and structures functional, non-functional, and safety requirements for AI agent systems including capability matrices, hallucination thresholds, data quality standards, and evaluation criteria.

code-qualitypythongo
0
4
Agent Security GuardrailsD

Implements prompt injection detection, input validation, tool access control, and output sanitization to secure LLM agents against adversarial attacks.

securitypythonrust
0
4
Hint Based PromptingA

Applies subtle contextual hints instead of explicit step-by-step instructions

ai-agentspythongo
0
4
Html Entity EncodingA

Encodes HTML special characters (< > & " ') into safe

developmentjavascripttypescript
0
4
Hubspot ApiA

Implements HubSpot API integration (CRM, Contacts, Companies, Deals,

businesspythonrust
0
4
Huggingface ApiA

Integrates Hugging Face APIs (Inference Client, Inference Endpoints,

devopspythongo
0
4
Iac EngineeringA

Implements advanced IaC engineering patterns including modular Terraform architecture, policy-as-code with OPA, GitOps with ArgoCD, Terratest-driven testing, and cross-cloud multi-account resource management for production infrastructure.

devopspythongo
0
4
Ibm Cloud ApiA

Integrates IBM Cloud services (Watson AI, Cloud Foundry, Kubernetes Service, Cloud Object Storage) using IBM Cloud SDK for Python with IAM authentication and service patterns.

devopspythongo
0
4
Idempotent Distributed OperationsA

Implements idempotency patterns for distributed microservice systems

databasespythonrust
0
4
Identity Security Aws IamA

Comprehensive guide to AWS Identity and Access Management (IAM) covering users, roles, policies, STS, and Identity Center.

securityrustaws
0
4
Immutable Data PatternsA

Implements immutable data patterns (value objects, pure functions, structural updates, copy-on-write collections, domain events) to eliminate mutation bugs and enable safe concurrent data processing.

developmentjavascripttypescript
0
4
Incident ResponseA

Orchestrates production incident response including severity classification,

businesspythongo
0
4
Input NormalizationA

Normalizes and standardizes inconsistent inbound data into uniform internal

developmentjavascriptpython
0
4
Input Processing PipelinesA

Builds composable data processing pipelines that validate, transform,

businesspythonrust
0
4
Input Validation PatternsA

Implements 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.

toolspythonrust
0
4
Input ValidationA

Validates and normalizes input/output data using schema validation, type coercion, and sanitization patterns to prevent injection attacks and ensure data integrity.

securityjavascriptpython
0
4
Integration PatternsA

Implements service-to-service integration patterns (adapter, API gateway,

businesspythongo
0
4
Integration Testing PatternsA

Implements integration testing strategies (database, HTTP API, event-driven, message queue) with test isolation, fixture management, and real infrastructure validation for production-quality software systems.

testingpythongo
0
4
Interface Segregation PrincipleA

Detects fat interfaces that force implementors to provide unused methods

businesspythongo
0
4
Java Kotlin Best PracticesA

Implements best practices for Java/Kotlin applications using Spring Boot,

developmentgojava
0
4
Java Virtual ThreadsA

Implements modern Java concurrency with virtual threads (JDK 21+), structured

developmentgojava
0
4
Javascript Frontend EcosystemA

Implements monorepo architecture, build toolchain selection, module federation,

developmentjavascripttypescript
0
4
Javascript Package WorkflowsA

Automates JavaScript/TypeScript package publishing with semantic-release,

developmentjavascripttypescript
0
4
Jenkins ApiA

Integrates with the Jenkins REST API via python-jenkins and JenkinsAPI

devopspythonrust
0
4
Juice ShopA

'"''OWASP Juice Shop guide: Web application security testing with intentionally"

securityjavascriptgo
0
4
Just Task RunnerA

Implements the Just task runner as a modern alternative to GNU Make with named arguments, subcommands, runsets, environment file support, and cross-platform portability for developer workflow automation.

devopsgoc++
0
4
Jvm DiagnosticsA

Diagnoses JVM production incidents including OutOfMemoryError root causes, thread deadlock detection, heap leak analysis via MAT, and crash log triage for Java 17+ applications.

devopsgojava
0
4
Jvm EngineeringA

Diagnoses and optimizes JVM performance through garbage collector tuning,

devopsgojava
0
4
Jvm Performance TuningA

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.

devopsgojava
0
4
Karpathy Coding MindsetA

Applies Karpathy's pre-implementation discipline — state assumptions explicitly, surface tradeoffs instead of hiding them, push back on unnecessary complexity, and write minimum code that solves the problem with no speculative features or premature abstractions.

code-qualitypythongo
0
4
Karpathy Goal Driven ExecutionA

Drives implementation through verifiable success criteria — transform vague tasks into testable goals, write reproduction tests before fixes, loop until criteria pass, checkpoint after every significant step, and declare uncertainty explicitly rather than silently proceeding.

code-qualitypythongo
0
4
Karpathy Surgical ChangesA

Enforces 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.

code-qualitypythongo
0
4
Kiss PrincipleA

Detects and prevents over-engineering by enforcing the KISS principle (Keep It Simple, Stupid) through code simplification, abstraction reduction, and preference for straightforward solutions.

developmentpythongo
0
4