AGENT LAB: SKILLS
skills/bobmatnyc/claude-mpm-skills

bobmatnyc/claude-mpm-skills

158 skills12.2K total installsGithubGithubGitHub

pydantic

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.

1.4K

drizzle-orm

Type-safe SQL ORM for TypeScript with zero runtime overhead

529

playwright-e2e-testing

Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner

466

tailwind-css

Tailwind CSS utility-first framework for rapid UI development with responsive design and dark mode

348

trpc-type-safety

tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety

344

zod

TypeScript-first schema validation library with static type inference for form validation, API validation, and runtime type checking with compile-time types.

268

pytest

pytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask

245

docker

Docker containerization for packaging applications with dependencies into isolated, portable units ensuring consistency across development, testing, and production environments.

218

daisyui

Tailwind CSS component library providing semantic class names for 50+ components with built-in themes, dark mode, and customization for rapid UI development.

201

sqlalchemy-orm

SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic

183

biome

Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)

173

nodejs-backend-typescript

Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration

157

fastify

Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and graceful shutdown

155

jest-typescript

Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration

147

hono-cloudflare

Hono on Cloudflare Workers - bindings, KV, D1, R2, Durable Objects, and edge deployment patterns

141

vitest

Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design

130

shadcn-ui

shadcn/ui component library for React with Tailwind CSS - copy-paste accessible components with full code ownership

126

cypress

Cypress end-to-end and component testing patterns for web apps: reliable selectors, stable waits, network stubbing, auth handling, CI parallelization, and flake reduction

117

github-actions

GitHub Actions CI/CD workflows for automating build, test, and deployment

114

opentelemetry

OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting

112

api-design-patterns

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

102

golang-testing-strategies

Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration

100

prisma-orm

Prisma ORM for TypeScript - Type-safe database toolkit with schema-first development, auto-generated client, migrations, relations, and Prisma Studio

98

drizzle-migrations

Migration-first database development workflow using Drizzle ORM for TypeScript/J...

92

supabase-backend-platform

Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.

92

express-production

Production-ready Express.js development covering middleware architecture, error handling, security hardening, testing strategies, and deployment patterns

91

hono-middleware

Hono middleware patterns - creation, composition, built-in middleware, and execution order for web applications

86

golang-grpc

Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn

81

hono-core

Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment

80

golang-concurrency-patterns

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

79

mypy

mypy - Static type checker for Python with gradual typing, strict mode, Protocol support, and framework integration

77

wordpress-advanced-architecture

Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.

77

sveltekit

SvelteKit - Full-stack Svelte framework with file-based routing, SSR/SSG, form actions, and adapters for deployment

76

golang-database-patterns

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

73

hono-rpc

Hono RPC - end-to-end type-safe API client generation with hc client and TypeScript inference

72

api-security-review

API security checklist for reviewing endpoints before deployment. Use when creating or modifying API routes to ensure proper authentication, authorization, and input validation.

70

golang-http-frameworks

Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks

69

tauri-event-system

Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling

69

session-compression

AI session compression techniques for managing multi-turn conversations efficiently through summarization, embedding-based retrieval, and intelligent context management.

68

git-workflow

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

68

axum

Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing

67

wordpress-security-validation

Security-first WordPress development with nonces, sanitization, validation, and escaping to prevent XSS, CSRF, and SQL injection vulnerabilities.

67

anthropic-sdk

Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities

65

golang-cli-cobra-viper

Building production-quality CLI tools with Cobra command framework and Viper configuration management

65

vercel-deployments-builds

Vercel deployment lifecycle for builds, deployments, previews, release phases, and rollback. Use when configuring build output, deployment workflows, or release controls on Vercel.

64

golang-observability-opentelemetry

Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog

63

hono-validation

Hono request validation with Zod, TypeBox, Valibot - type-safe input validation for JSON, forms, query params, and headers

63

bug-fix

Systematic workflow for verifying bug fixes to ensure quality and prevent regres...

62

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging

62

asyncio

Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns

61

wordpress-block-editor-fse

Modern WordPress block development and Full Site Editing with theme.json, block themes, and custom blocks for WordPress 6.7+

61

rust-desktop-applications

Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives

60

tanstack-query

TanStack Query (React Query) for asynchronous server-state management with automatic caching, background refetching, optimistic updates, and pagination in React applications.

58

hono-testing

Hono testing patterns - app.request(), test client, mocking environment, and integration testing strategies

57

web-performance-optimization

Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques

57

typescript-core

Advanced TypeScript patterns and best practices for 2025

56

vue

Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support

56

xlsx

Working with Excel files programmatically.

56

json-data-handling

Working effectively with JSON data structures.

54

nextjs-v16

Next.js 16 migration guide (async request APIs, "use cache", Turbopack)

53

dependency-audit

Dependency audit and cleanup workflow for maintaining healthy project dependencies. Use for regular maintenance, security updates, and removing unused packages.

53

kysely

Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins

53

screenshot

Visual verification workflow for UI changes to accelerate code review and catch ...

53

celery

Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.

52

svelte5-runes-static

Svelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering

52

wordpress-plugin-fundamentals

Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API

52

openrouter

OpenRouter unified AI API - Access 200+ LLMs through single interface with intelligent routing, streaming, cost optimization, and model fallbacks

50

phoenix-liveview

Phoenix Framework with LiveView on the BEAM

49

flask

Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem

49

reporting-pipelines

Reporting pipelines for CSV/JSON/Markdown exports with timestamped outputs, summaries, and post-processing.

47

better-auth-authentication

Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.

47

nextjs-core

Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies

47

zustand

Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.

46

api-documentation

Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.

46

software-patterns

Decision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture.

46

langchain-framework

LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications

45

vercel-observability

Vercel observability for Web Analytics, Speed Insights, logs, tracing, alerts, and observability tooling. Use when monitoring performance or debugging production behavior on Vercel.

45

better-auth-integrations

Better Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.

45

better-auth-plugins

Better Auth plugin system for TypeScript. Use when adding advanced auth features (2FA, magic link, passkey, username, JWT, organizations) via server and client plugins.

45

react-state-machines

Building reusable React state machine skills with XState v5 and the actor model

45

skill-creator

Guide for creating effective skills

44

phoenix-api-channels

Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM

44

mcp

MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.

44

local-llm-ops

Local LLM operations with Ollama on Apple Silicon, including setup, model pulls, chat launchers, benchmarks, and diagnostics.

44

root cause tracing

Systematically trace bugs backward through call stack to find original trigger

43

wordpress-testing-qa

WordPress plugin and theme testing with PHPUnit integration tests, WP_Mock unit tests, PHPCS coding standards, and CI/CD workflows

43

database-migration

Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.

43

test-driven-development

Comprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent.

43

threat-modeling

Threat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests

43

neon-serverless-postgres

Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.

43

django-framework

Django full-featured Python web framework with batteries included (ORM, admin, auth)

42

fastapi-local-dev

FastAPI dev/prod runbook (Uvicorn reload, Gunicorn)

42

svelte

Svelte 5 - Reactive UI framework with compiler magic, Runes API, SvelteKit full-stack framework, SSR/SSG, minimal JavaScript

42

git-worktrees

Use git worktrees for parallel development on multiple branches simultaneously

42

langgraph

LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.

42

nextjs-env-variables

Next.js environment variable management with file precedence, variable types, and deployment configurations. Use when configuring Next.js applications, managing environment-specific settings, or deploying to Vercel/Railway/Heroku.

41

digitalocean-management

DigitalOcean management services for monitoring, uptime checks, and resource organization with Projects. Use when setting up observability, alerts, and operational visibility on DigitalOcean.

41

test-quality-inspector

Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation

41

vercel-security-access

Vercel security and access controls including RBAC, SSO, deployment protection, firewall, bot defense, audit logs, and 2FA. Use when securing Vercel projects or managing access.

41

homebrew-formula-maintenance

Homebrew formula maintenance workflows for Python CLIs and taps, including version bumps, SHA/resource updates, testing, audits, and releases.

40

webapp-testing-patterns

Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices

40

netlify-deployment-platform

Netlify JAMstack deployment platform with serverless functions, forms, and identity

40

dspy-framework

DSPy declarative framework for automatic prompt optimization treating prompts as code with systematic evaluation and compilers

40

digitalocean-compute

DigitalOcean compute services covering Droplets, App Platform, Functions, Kubernetes (DOKS), GPU Droplets, and Bare Metal GPUs. Use when selecting or provisioning compute for applications, containers, or serverless workloads.

40

better-auth-core

Better Auth core setup for TypeScript apps. Use when configuring the Better Auth instance, wiring server handlers and client instances, working with sessions, or calling server-side auth APIs.

40

vercel-overview

Vercel platform overview for onboarding, projects, CLI, Git integration, environment variables, project configuration, REST API, and webhooks. Use when planning or operating workloads on Vercel.

40

digitalocean-overview

DigitalOcean platform overview for account setup, projects, tooling (Control Panel, doctl, API, Terraform), and service selection across compute, storage, databases, networking, management, and teams. Use when onboarding or planning DigitalOcean usage.

40

hono-jsx

Hono JSX - server-side rendering, streaming, async components, and HTML generation patterns

40

headlessui

Headless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns

40

digitalocean-containers-images

DigitalOcean containers and images including Container Registry, preconfigured images, and custom images. Use when building, storing, or deploying container images or Droplet images on DigitalOcean.

40

vercel-functions-runtime

Vercel Functions and Edge Runtime, including cron jobs and routing middleware. Use when building APIs, serverless workloads, or scheduled tasks on Vercel.

39

writing plans

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

39

espocrm-development

Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture

39

digitalocean-storage

DigitalOcean storage services including Spaces object storage, Volumes block storage, NFS, Snapshots, and Backups. Use when selecting or managing storage for DigitalOcean workloads.

38

vercel-networking-domains

Vercel networking and routing for domains, DNS, redirects, rewrites, headers, CDN, edge cache, and regions. Use when configuring routing or traffic behavior on Vercel.

38

phoenix-ops

Phoenix operations and deployment: releases, runtime configuration, clustering, libcluster, telemetry/logging, secrets, assets, background jobs, and production hardening on the BEAM.

38

media-transcoding

FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs.

38

digitalocean-networking

DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads.

38

flexlayout-react

FlexLayout for React - Advanced docking layout manager with drag-and-drop, tabs, splitters, and complex window management

38

security-scanning

CI security scanning: secrets, deps, SAST, triage, expiring exceptions

38

pre-merge

Comprehensive verification workflow before merging changes to production.

38

terraform

Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails

38

sec-edgar-pipeline

SEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.

37

testing anti-patterns

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.

37

graphql

GraphQL query language and runtime for APIs enabling clients to request exactly the data they need with strongly-typed schemas and single endpoint architecture.

37

stacked-prs

Create and manage stacked (dependent) pull requests for complex features

37

brainstorming ideas into designs

Interactive idea refinement using Socratic method to develop fully-formed designs

37

pr-quality-checklist

PR quality checklist for ensuring comprehensive, well-documented pull requests. Use before submitting PRs to improve review efficiency and code quality.

37

bad-example-skill

ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)

37

systematic-debugging

Systematic debugging methodology emphasizing root cause analysis over quick fixes

37

clap

Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces

37

example-framework-skill

Example of a properly self-contained skill following all best practices

36

digitalocean-agentic-cloud

DigitalOcean Gradient AI agentic cloud and AI platform for building, training, and deploying AI agents on GPU infrastructure with foundation models, knowledge bases, and agent routes. Use when planning or operating AI agents on DigitalOcean.

36

pyright-type-checker

Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes

36

ecto-patterns

Ecto patterns for Phoenix/Elixir apps. Covers schemas, changesets, migrations, queries, Ecto.Multi, transactions, constraints, associations, pagination, tenant partitioning, performance, and testing.

36

vercel-ai

Vercel AI platform guidance covering AI SDK, AI Gateway, Vercel Agent, and MCP. Use when building AI-powered or agentic workloads on Vercel.

36

digitalocean-managed-databases

DigitalOcean Managed Databases for PostgreSQL, MySQL, Redis, MongoDB, Kafka, OpenSearch, and Valkey. Use when provisioning, scaling, or operating managed database clusters on DigitalOcean.

36

digitalocean-teams

DigitalOcean Teams and Organizations for billing, access control, roles, and membership. Use when managing team structure, permissions, and organization-wide billing on DigitalOcean.

35

vector-search-workflows

Vector search indexing and querying workflows using MCP Vector Search, including setup, reindexing, auto-index strategies, and MCP integration.

35

mcp-builder

MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing

35

validated-handler

Type-safe API route handler with automatic Zod validation for Next.js App Router...

35

vercel-storage-data

Vercel data and storage services including Postgres, Redis, Vercel Blob, Edge Config, and data cache. Use when selecting data storage or caching on Vercel.

35

vercel-teams-billing

Vercel account, team, and billing management including plans and spend controls. Use when managing teams, accounts, or cost governance on Vercel.

35

internal-comms-3p-updates

Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders

34

verification-before-completion

Run verification commands and confirm output before claiming success

34

emergency-release-workflow

Emergency release workflow for critical bug fixes and security patches. Use when production issues require fast-track deployment.

34

env-manager

Environment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications

33

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui)

33

condition-based waiting

Replace arbitrary timeouts with condition polling for reliable async tests

32

dispatching parallel agents

Use multiple Claude agents to investigate and fix independent problems concurrently

32

requesting code review

Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding

32

mongodb

MongoDB - NoSQL document database with flexible schema design, aggregation pipelines, indexing strategies, and Spring Data integration

26

datadog-observability

Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.

26

spring-boot

Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring

22

vb-winforms

Windows Forms development patterns, UI threading, data binding

9

vb6-legacy

Classic VB6 patterns, COM interop, migration strategies

8

vb-database

ADO.NET patterns, Entity Framework, database best practices

8

vb-core

Core VB.NET patterns, type safety, modern language features

8