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.
Debugging & Incident Diagnosis
Hypothesis-driven root cause analysis for production exceptions, memory leaks, and deadlocks.
Testing & QA Automation
Comprehensive test suite generation with AAA patterns, testcontainers, and mutation verification.
Refactoring & Modernization
Safe legacy codebase transformation, god class decomposition, and zero-regression refactoring.
Spring Boot Service & JPA Code Review
Rigorous code review workflow for Spring Boot services examining transactions, JPA queries, concurrency, and validation.
Next.js App Router & React Server Components Review
Inspect Next.js App Router code for RSC boundaries, data fetching waterfalls, caching, and hydration safety.
Strict TypeScript Type Safety & Soundness Audit
Audit TypeScript code for type safety, type narrowing, generics, mutation traps, and runtime boundary validation.
Pull Request Severity-Graded Review
Structured PR review workflow categorizing findings into Blocker, Major, Minor, and Nitpick with actionable diffs.
Application Security & OWASP Top 10 Audit
Audit backend and frontend code for injection, authentication flaws, IDOR, SSRF, and sensitive data leakage.
Production Exception & Stack Trace Root-Cause Analysis
Systematic investigation workflow for diagnosing production exceptions and constructing verified patches.
Database Deadlock & Concurrency Race Condition Diagnosis
Diagnose Postgres/MySQL transaction deadlocks, lock contention, and concurrent update race conditions.
Node.js & V8 Memory Leak / CPU Spike Investigation
Analyze heap snapshots, unclosed event listeners, and runaway closures causing Node.js OOM crashes.
API Performance Bottleneck & N+1 Query Optimization
Diagnose slow database queries, serialization bottlenecks, and memory churn in sluggish API endpoints.
Flaky CI Test & Async Timing Resolution
Fix nondeterministic test failures, unhandled async promises, and race conditions in Playwright, Jest, or Vitest.
Comprehensive Unit Test Suite Generation (AAA Pattern)
Generate mutation-tested unit tests with Arrange-Act-Assert structure, boundary cases, and proper mock boundaries.
Containerized Integration Testing with Testcontainers
Create robust integration test suites with real databases in Docker containers and contract verification.
API Endpoint Adversarial Fuzzing & Boundary Matrix
Generate adversarial fuzzing test cases, SQL injection payloads, and schema violation matrices for REST endpoints.
Database Migration Rollback & Data Integrity Validation
Validate database schema migrations for zero data loss, backward compatibility, and forward/backward rollbacks.
Simulated Mutation Testing & Branch Coverage Verification
Audit test suites by simulating mutant bugs (flipped conditionals, off-by-one errors) to expose weak assertions.
Safe Legacy Code Modernization with Golden Master Tests
Safely modernize fragile legacy codebases using Martin Fowler refactoring patterns and characterization tests.
God Class & Monolithic Method Decomposition (SOLID)
Decompose monolithic 1,000+ line classes into Single Responsibility components using SOLID design patterns.
Synchronous Blocking to Async / Reactive Modernization
Convert blocking I/O code into non-blocking async/await, reactive streams, or virtual threads.
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).
Layered Monolith to Hexagonal / Clean Architecture Refactor
Refactor tangled MVC controllers and service layers into Clean Architecture (Ports & Adapters).
Backward-Compatible RESTful API Design & OpenAPI Spec
Design or review RESTful API contracts for idempotency, pagination, error models, and non-breaking versioning.
Relational Database Schema Normalization & Indexing Strategy
Design production PostgreSQL schemas with composite indexes, foreign key strategies, and partitioning.
Monolith Decomposition into DDD Bounded Contexts
Deconstruct monoliths or complex systems into bounded contexts with clear domain events and data ownership.
Technical Design Document (RFC / ADR) Generation
Generate thorough, engineering-ready Request for Comments (RFC) and Architecture Decision Records (ADRs).
Event-Driven Architecture & Message Ordering Hardening
Review Kafka, RabbitMQ, or SQS/SNS event architectures for exactly-once semantics, out-of-order delivery, and DLQs.
Jira User Story to Vertical-Slice Implementation Loop
Transform Jira user stories and acceptance criteria into vertically sliced, test-backed code implementations.
Idempotent Webhook Handler & Background Queue Processor
Implement production-grade third-party webhook receivers with cryptographic verification and background processing.
Role-Based Access Control (RBAC) & Audit Trail Implementation
Implement multi-tenant permissions, role hierarchies, and tamper-resistant audit logs.
Cursor & Windsurf Rules Project Constitution Generator
Generate custom, context-rich project rules (.cursorrules / .windsurfrules) that stop agents from making recurring mistakes.
Multi-File Codebase Architectural Onboarding & Dependency Map
Prompt an agent to analyze an unfamiliar codebase and deliver an architectural breakdown, data flows, and gotchas.
End-to-End Request Flow & Data Pipeline Tracer
Trace user requests from UI actions or API ingress through middleware, services, queues, and database tables.
Safe Pre-Change Impact & Blast-Radius Assessment
Evaluate the downstream risks, broken callers, and database implications before making complex code changes.
Subagent Task Delegation & Verification Protocol
Prompt orchestrating agents to delegate subtasks to child agents with strict verification gates and bounded context.
Multi-Stage Dockerfile Hardening & Layer Caching
Optimize Dockerfiles for minimal image size, non-root security, layer caching, and CVE vulnerability reduction.
GitHub Actions CI/CD Pipeline & Caching Optimization
Speed up slow GitHub Actions workflows with dependency caching, matrix parallelization, and security secrets.
Kubernetes Deployment Manifest & Resource Limits Audit
Audit Kubernetes manifests for CPU/memory requests, readiness/liveness probes, HPA, and Pod Disruption Budgets.
Infrastructure-as-Code (Terraform) Security & Drift Review
Audit Terraform HCL code for IAM over-permissioning, unencrypted storage, public security groups, and drift risks.
Database Zero-Downtime Migration & Rollback Orchestration
Plan high-volume, live table restructuring and large column migrations without application outages.
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.