Agent Skills Library

Portable, production-tested SKILL.md workflows, safety guardrails, and inspection procedures designed for repeated execution by coding agents across your team.

Code Review & Quality

Systematic pull request and service audits focusing on correctness, persistence, and security.

Explore discipline

Debugging & Incident Diagnosis

Hypothesis-driven root cause analysis for production exceptions, memory leaks, and deadlocks.

Explore discipline

Testing & QA Automation

Comprehensive test suite generation with AAA patterns, testcontainers, and mutation verification.

Explore discipline

Refactoring & Modernization

Safe legacy codebase transformation, god class decomposition, and zero-regression refactoring.

Explore discipline
Engineering Disciplines
Tech:
Agent:
Showing 38 skills

Spring Boot Service & JPA Code Review

Rigorous code review workflow for Spring Boot services examining transactions, JPA queries, concurrency, and validation.

JavaSpring BootJPA+3
5 workflow stepsView skill

Next.js App Router & React Server Components Review

Inspect Next.js App Router code for RSC boundaries, data fetching waterfalls, caching, and hydration safety.

ReactNext.jsTypeScript+2
4 workflow stepsView skill

Strict TypeScript Type Safety & Soundness Audit

Audit TypeScript code for type safety, type narrowing, generics, mutation traps, and runtime boundary validation.

TypeScriptNode.jsClean Code+1
4 workflow stepsView skill

Pull Request Severity-Graded Review

Structured PR review workflow categorizing findings into Blocker, Major, Minor, and Nitpick with actionable diffs.

GitGitHubCode Review+1
3 workflow stepsView skill

Application Security & OWASP Top 10 Audit

Audit backend and frontend code for injection, authentication flaws, IDOR, SSRF, and sensitive data leakage.

SecurityOWASPAuth+2
4 workflow stepsView skill

Production Exception & Stack Trace Root-Cause Analysis

Systematic investigation workflow for diagnosing production exceptions and constructing verified patches.

DebuggingObservabilityLogs+2
4 workflow stepsView skill

Database Deadlock & Concurrency Race Condition Diagnosis

Diagnose Postgres/MySQL transaction deadlocks, lock contention, and concurrent update race conditions.

SQLPostgreSQLMySQL+3
3 workflow stepsView skill

Node.js & V8 Memory Leak / CPU Spike Investigation

Analyze heap snapshots, unclosed event listeners, and runaway closures causing Node.js OOM crashes.

Node.jsJavaScriptTypeScript+3
3 workflow stepsView skill

API Performance Bottleneck & N+1 Query Optimization

Diagnose slow database queries, serialization bottlenecks, and memory churn in sluggish API endpoints.

PerformanceSQLNode.js+3
3 workflow stepsView skill

Flaky CI Test & Async Timing Resolution

Fix nondeterministic test failures, unhandled async promises, and race conditions in Playwright, Jest, or Vitest.

TestingPlaywrightVitest+3
3 workflow stepsView skill

Comprehensive Unit Test Suite Generation (AAA Pattern)

Generate mutation-tested unit tests with Arrange-Act-Assert structure, boundary cases, and proper mock boundaries.

TestingJUnitVitest+3
3 workflow stepsView skill

Containerized Integration Testing with Testcontainers

Create robust integration test suites with real databases in Docker containers and contract verification.

Integration TestingTestcontainersPlaywright+2
3 workflow stepsView skill

API Endpoint Adversarial Fuzzing & Boundary Matrix

Generate adversarial fuzzing test cases, SQL injection payloads, and schema violation matrices for REST endpoints.

SecurityTestingFuzzing+2
3 workflow stepsView skill

Database Migration Rollback & Data Integrity Validation

Validate database schema migrations for zero data loss, backward compatibility, and forward/backward rollbacks.

SQLDatabaseMigrations+3
3 workflow stepsView skill

Simulated Mutation Testing & Branch Coverage Verification

Audit test suites by simulating mutant bugs (flipped conditionals, off-by-one errors) to expose weak assertions.

TestingMutation TestingStryker+2
3 workflow stepsView skill

Safe Legacy Code Modernization with Golden Master Tests

Safely modernize fragile legacy codebases using Martin Fowler refactoring patterns and characterization tests.

RefactoringClean CodeDesign Patterns+1
4 workflow stepsView skill

God Class & Monolithic Method Decomposition (SOLID)

Decompose monolithic 1,000+ line classes into Single Responsibility components using SOLID design patterns.

Design PatternsSOLIDOOP+2
3 workflow stepsView skill

Synchronous Blocking to Async / Reactive Modernization

Convert blocking I/O code into non-blocking async/await, reactive streams, or virtual threads.

AsyncConcurrencyJava+3
3 workflow stepsView skill

Major Framework & Dependency Upgrade Migration

Generate a step-by-step upgrade strategy for major framework shifts (e.g. Next 12 to 15, Spring 2 to 3).

MigrationSpring BootNext.js+3
3 workflow stepsView skill

Layered Monolith to Hexagonal / Clean Architecture Refactor

Refactor tangled MVC controllers and service layers into Clean Architecture (Ports & Adapters).

Clean ArchitectureHexagonalDDD+2
3 workflow stepsView skill

Backward-Compatible RESTful API Design & OpenAPI Spec

Design or review RESTful API contracts for idempotency, pagination, error models, and non-breaking versioning.

APIRESTOpenAPI+2
4 workflow stepsView skill

Relational Database Schema Normalization & Indexing Strategy

Design production PostgreSQL schemas with composite indexes, foreign key strategies, and partitioning.

PostgreSQLSQLDatabase+2
3 workflow stepsView skill

Monolith Decomposition into DDD Bounded Contexts

Deconstruct monoliths or complex systems into bounded contexts with clear domain events and data ownership.

MicroservicesDDDArchitecture+1
3 workflow stepsView skill

Technical Design Document (RFC / ADR) Generation

Generate thorough, engineering-ready Request for Comments (RFC) and Architecture Decision Records (ADRs).

ArchitectureRFCADR+2
4 workflow stepsView skill

Event-Driven Architecture & Message Ordering Hardening

Review Kafka, RabbitMQ, or SQS/SNS event architectures for exactly-once semantics, out-of-order delivery, and DLQs.

KafkaEvent-DrivenRabbitMQ+3
3 workflow stepsView skill

Jira User Story to Vertical-Slice Implementation Loop

Transform Jira user stories and acceptance criteria into vertically sliced, test-backed code implementations.

ImplementationJiraFull-Stack+2
4 workflow stepsView skill

Idempotent Webhook Handler & Background Queue Processor

Implement production-grade third-party webhook receivers with cryptographic verification and background processing.

WebhooksStripeSecurity+2
3 workflow stepsView skill

Role-Based Access Control (RBAC) & Audit Trail Implementation

Implement multi-tenant permissions, role hierarchies, and tamper-resistant audit logs.

AuthSecurityRBAC+2
3 workflow stepsView skill

Cursor & Windsurf Rules Project Constitution Generator

Generate custom, context-rich project rules (.cursorrules / .windsurfrules) that stop agents from making recurring mistakes.

CursorWindsurfAI Agents+2
3 workflow stepsView skill

Multi-File Codebase Architectural Onboarding & Dependency Map

Prompt an agent to analyze an unfamiliar codebase and deliver an architectural breakdown, data flows, and gotchas.

OnboardingArchitectureAI Agents+2
3 workflow stepsView skill

End-to-End Request Flow & Data Pipeline Tracer

Trace user requests from UI actions or API ingress through middleware, services, queues, and database tables.

TracingArchitectureData Flow+2
4 workflow stepsView skill

Safe Pre-Change Impact & Blast-Radius Assessment

Evaluate the downstream risks, broken callers, and database implications before making complex code changes.

RefactoringImpact AnalysisRisk Assessment+1
3 workflow stepsView skill

Subagent Task Delegation & Verification Protocol

Prompt orchestrating agents to delegate subtasks to child agents with strict verification gates and bounded context.

SubagentsOrchestrationAI Agents+2
4 workflow stepsView skill

Multi-Stage Dockerfile Hardening & Layer Caching

Optimize Dockerfiles for minimal image size, non-root security, layer caching, and CVE vulnerability reduction.

DockerContainersDevOps+2
3 workflow stepsView skill

GitHub Actions CI/CD Pipeline & Caching Optimization

Speed up slow GitHub Actions workflows with dependency caching, matrix parallelization, and security secrets.

GitHub ActionsCI/CDDevOps+2
3 workflow stepsView skill

Kubernetes Deployment Manifest & Resource Limits Audit

Audit Kubernetes manifests for CPU/memory requests, readiness/liveness probes, HPA, and Pod Disruption Budgets.

KubernetesK8sDevOps+2
3 workflow stepsView skill

Infrastructure-as-Code (Terraform) Security & Drift Review

Audit Terraform HCL code for IAM over-permissioning, unencrypted storage, public security groups, and drift risks.

TerraformAWSCloud+3
3 workflow stepsView skill

Database Zero-Downtime Migration & Rollback Orchestration

Plan high-volume, live table restructuring and large column migrations without application outages.

DatabasePostgreSQLDevOps+2
4 workflow stepsView skill
Complementary System

Looking for 1-click prompts for chat?

While skills provide persistent procedures and guardrails that agents install and execute repeatedly, Agent Prompts offer interactive customized prompts ready to paste directly into Claude, ChatGPT, or Cursor chat.