home / skills / bobmatnyc

bobmatnyc skills

Find 156 skills from 1 repo created by bobmatnyc on GitHub.

1 repo
156 skills
GitHub

Sponsored

api-design-patterns

bobmatnyc/claude-mpm-skills

13
This skill helps you design robust APIs across REST, GraphQL, and gRPC with versioning, auth, and error handling best practices.
bad-interdependent-skill

bobmatnyc/claude-mpm-skills

13
This skill demonstrates self-contained patterns by illustrating what not to do and how to fix anti-patterns in code examples.
good-self-contained-skill

bobmatnyc/claude-mpm-skills

13
This skill helps you build a self-contained Example Framework project with inlined patterns, tests, and deployment readiness for any directory.
langchain

bobmatnyc/claude-mpm-skills

13
This skill helps you build and deploy LLM-powered apps using LangChain components, RAG, and memory with practical code examples.
langgraph

bobmatnyc/claude-mpm-skills

13
This skill enables building complex multi-agent workflows with state persistence, human-in-the-loop, and time-travel debugging using LangGraph.
anthropic

bobmatnyc/claude-mpm-skills

13
This skill helps you integrate Claude AI with progressive streaming, tool use, and vision features using the official Anthropic SDK.
session-compression

bobmatnyc/claude-mpm-skills

13
This skill helps you manage long multi-turn conversations by compressing context with summarization and retrieval, reducing token usage while preserving key
mongodb

bobmatnyc/claude-mpm-skills

13
This skill helps you design MongoDB schemas, optimize queries, and apply indexing strategies for scalable data access.
phoenix-liveview

bobmatnyc/claude-mpm-skills

13
This skill helps you develop real-time Phoenix apps with LiveView by teaching server-rendered UI, OTP supervision, and BEAM patterns.
cli

bobmatnyc/claude-mpm-skills

13
This skill helps you build production-grade Go CLIs with Cobra and Viper, coordinating commands and flexible configuration across environments.
data

bobmatnyc/claude-mpm-skills

13
This skill helps you implement robust Go database access patterns using sqlx, pgx, and migrations for production-grade applications.
grpc

bobmatnyc/claude-mpm-skills

13
This skill helps you design and implement production-ready Go gRPC services with versioned protos, deadlines, TLS, interceptors, health checks, and testing.
web

bobmatnyc/claude-mpm-skills

13
This skill helps you compare Go HTTP frameworks (net/http, Chi, Gin, Echo, Fiber) and choose patterns for robust REST APIs.
spring-boot

bobmatnyc/claude-mpm-skills

13
This skill helps you scaffold and manage Spring Boot 3.x applications with auto-configuration, REST APIs, security, and actuator monitoring.
express-local-dev

bobmatnyc/claude-mpm-skills

13
This skill helps you build production-ready Express.js applications with secure middleware, structured error handling, testing, and deployment patterns for
core

bobmatnyc/claude-mpm-skills

13
This skill helps you implement robust Next.js App Router patterns with server components, server actions, route handlers, and efficient caching.
jsx

bobmatnyc/claude-mpm-skills

13
This skill enables server-side JSX rendering with async components and streaming to generate fast, SEO-friendly HTML.
rpc

bobmatnyc/claude-mpm-skills

13
This skill enables zero-codegen, type-safe Hono RPC client generation with automatic TypeScript inference for server and client alignment.
react

bobmatnyc/claude-mpm-skills

13
This skill helps you implement robust React state machines with XState v5, enabling explicit states, transitions, and actor-based orchestration.
svelte

bobmatnyc/claude-mpm-skills

13
This skill helps you build fast reactive interfaces with the Svelte 5 compiler-first approach using runes API for fine-grained reactivity.
svelte5-runes-static

bobmatnyc/claude-mpm-skills

13
This skill helps you implement hydration-safe state management between Svelte 5 runes and adapter-static for prerendered apps.
validated-handler

bobmatnyc/claude-mpm-skills

13
This skill helps you implement type-safe API routes in Next.js with automatic Zod validation, reducing boilerplate and improving reliability.
espocrm

bobmatnyc/claude-mpm-skills

13
This skill guides EspoCRM module development by enforcing service-layer architecture, EntityManager usage, and metadata-driven patterns for robust
supabase

bobmatnyc/claude-mpm-skills

13
This skill helps you integrate a Supabase backend with Postgres, authentication, storage, and realtime features for full-stack apps.
neon

bobmatnyc/claude-mpm-skills

13
This skill helps you provision and manage Neon serverless Postgres with autoscaling, branching, and fast deployments for serverless apps.
digitalocean-management

bobmatnyc/claude-mpm-skills

13
This skill helps you implement DigitalOcean monitoring, uptime checks, and project-based organization to improve observability and operational visibility.
digitalocean-storage

bobmatnyc/claude-mpm-skills

13
This skill helps you select and manage DigitalOcean storage options like Spaces, Volumes, and NFS for reliable, scalable workloads.
netlify

bobmatnyc/claude-mpm-skills

13
This skill helps you deploy Jamstack sites with Netlify, using forms, identity, and serverless functions for scalable web apps.
vercel-ai

bobmatnyc/claude-mpm-skills

13
This skill guides building AI-powered apps on Vercel by configuring AI SDK, Gateway, and Agent workflows, with secure key management and monitoring.
vercel-observability

bobmatnyc/claude-mpm-skills

13
This skill helps you monitor Vercel performance and debugging through analytics, Speed Insights, logs, tracing, and alerts.
datadog

bobmatnyc/claude-mpm-skills

13
This skill helps you implement end-to-end Datadog observability for production systems, enabling tracing, logs, metrics, and alerting.
celery

bobmatnyc/claude-mpm-skills

13
This skill helps you implement asynchronous background tasks with Celery, enabling scalable workflows, scheduling, and multi-worker execution across Python web
fastapi-local-dev

bobmatnyc/claude-mpm-skills

13
This skill helps you run FastAPI locally with hot reload and production-like Gunicorn setup, simplifying dev to prod parity.
mypy

bobmatnyc/claude-mpm-skills

13
This skill helps you enforce Python typing with mypy, catching type errors early and guiding incremental, strict type safety across projects.
pydantic

bobmatnyc/claude-mpm-skills

13
This skill validates and coerces data using Pydantic v2, speeding API, config, and data models with type hints.
clap

bobmatnyc/claude-mpm-skills

13
This skill helps you build production-grade Rust CLIs with Clap, including subcommands, config layering, validation, exit codes, and testable command surfaces.
trpc

bobmatnyc/claude-mpm-skills

13
This skill enables end-to-end type-safe APIs with tRPC, providing automatic TypeScript inference across client and server without codegen.
drizzle

bobmatnyc/claude-mpm-skills

13
This skill enables type-safe SQL queries with zero-runtime-overhead Drizzle ORM for TypeScript, accelerating edge deployments and schema-driven development.
openrouter

bobmatnyc/claude-mpm-skills

13
This skill helps you route and select the best AI model from 200+ options with streaming, cost tracking, and fallbacks.
prisma

bobmatnyc/claude-mpm-skills

13
This skill helps you harness Prisma ORM for type-safe schema-first database access with auto-generated client and migrations.
nodejs-backend

bobmatnyc/claude-mpm-skills

13
This skill helps you build robust TypeScript backends with Express or Fastify, featuring type-safe routing, validation, authentication, and database
tanstack-query

bobmatnyc/claude-mpm-skills

13
This skill helps you manage server-state in React apps with TanStack Query, automating caching, refetching, and optimistic updates to boost UX.
concurrency

bobmatnyc/claude-mpm-skills

13
This skill helps you implement Go concurrency patterns for production services, enabling cancellation, bounded parallelism, and safe coordination across
daisyui

bobmatnyc/claude-mpm-skills

13
This skill helps you accelerate UI development by applying daisyUI components, themes, and accessibility patterns to Tailwind projects.
shadcn

bobmatnyc/claude-mpm-skills

13
This skill helps you integrate shadcn/ui components by copying code into your project, ensuring full ownership, accessibility, and Tailwind styling.
graphql

bobmatnyc/claude-mpm-skills

13
This skill helps you design and query GraphQL APIs with strong typing, single endpoint access, and efficient data retrieval.
middleware

bobmatnyc/claude-mpm-skills

13
This skill helps you implement and compose Hono middleware with onion execution, enabling secure, observable request handling across APIs.
validation

bobmatnyc/claude-mpm-skills

13
This skill validates API requests with Hono using Zod, TypeBox, or Valibot, delivering type-safe input for JSON, forms, queries, and headers.
adonet

bobmatnyc/claude-mpm-skills

13
This skill teaches VB.NET database patterns with ADO.NET and EF Core to improve safety, performance, and maintainability of data access.
dispatching-parallel-agents

bobmatnyc/claude-mpm-skills

13
This skill coordinates multiple Claude agents to investigate independent failures in parallel, delivering clear summaries and verified fixes for each domain.
git-worktrees

bobmatnyc/claude-mpm-skills

13
This skill helps you manage multiple Git worktrees to develop on several branches simultaneously, boosting parallel work and faster PR validation.
requesting-code-review

bobmatnyc/claude-mpm-skills

13
This skill dispatches a code-reviewer subagent to catch issues early and ensure implementations align with plan before proceeding.
block-editor

bobmatnyc/claude-mpm-skills

13
This skill helps you implement WordPress full site editing with theme.json and block themes, enabling visual template editing across sites.
json-data-handling

bobmatnyc/claude-mpm-skills

13
This skill helps you effectively parse, transform, and validate JSON data across Python and JavaScript, improving data reliability and processing.
reporting-pipelines

bobmatnyc/claude-mpm-skills

13
This skill generates and exports timestamped CSV/JSON/markdown reports from GitFlow analytics pipelines, with summaries and post-processing.
testing-qa

bobmatnyc/claude-mpm-skills

13
This skill helps you implement WordPress plugin and theme testing with PHPUnit, WP_Mock, and PHPCS, ensuring robust CI/CD quality.
better-auth-integrations

bobmatnyc/claude-mpm-skills

13
This skill helps wire authentication across frameworks by mounting the Better Auth handler, using framework helpers, and ensuring SSR cookies and headers flow.
better-auth-plugins

bobmatnyc/claude-mpm-skills

13
This skill helps you implement advanced authentication by orchestrating server and client plugins with migrations and schema updates.
systematic-debugging

bobmatnyc/claude-mpm-skills

13
This skill guides you to apply systematic debugging to verify middleware behavior and root-cause analysis before applying fixes.
verification-before-completion

bobmatnyc/claude-mpm-skills

13
This skill enforces verification before completion by running full checks and presenting evidence to confirm success.
pytest

bobmatnyc/claude-mpm-skills

13
This skill helps you write and run robust Python tests with pytest, using fixtures, parametrization, and plugins for fast, reliable app validation.
digitalocean-managed-databases

bobmatnyc/claude-mpm-skills

13
This skill helps you provision, secure, and scale DigitalOcean managed databases across engines with guided workflows and best practices.
winforms

bobmatnyc/claude-mpm-skills

13
This skill helps you implement robust VB.NET Windows Forms patterns with UI threading, data binding, and event handling.
writing-plans

bobmatnyc/claude-mpm-skills

13
This skill creates comprehensive, bite-sized implementation plans for zero-context engineers, detailing exact files, code, tests, and steps to execute.
audit

bobmatnyc/claude-mpm-skills

13
This skill performs automated dependency audits, security scans, and cleanup recommendations to keep projects secure, lean, and maintainable.
test-driven-development

bobmatnyc/claude-mpm-skills

13
This skill teaches test-driven development patterns across languages, accelerating reliable features, safer refactors, and clearer contracts through
bug-fix

bobmatnyc/claude-mpm-skills

13
This skill guides systematic bug fix verification to reproduce, diagnose, implement safe fixes, and validate no regressions across environments.
cypress

bobmatnyc/claude-mpm-skills

13
This skill helps you implement robust Cypress E2E and component tests with stable selectors, deterministic waits, network control, and CI-friendly patterns.
vercel-networking-domains

bobmatnyc/claude-mpm-skills

13
This skill helps you configure Vercel domains, redirects, headers, CDN, and regions to optimize routing and edge delivery.
vercel-teams-billing

bobmatnyc/claude-mpm-skills

13
This skill helps you manage Vercel teams, accounts, plans, and spend controls to optimize governance and billing efficiency.
fastify

bobmatnyc/claude-mpm-skills

13
This skill helps you implement production-grade Fastify TypeScript patterns with schema validation, plugins, security, testing, and graceful shutdown.
git-workflow

bobmatnyc/claude-mpm-skills

13
This skill helps you standardize Git workflows with conventional commits, branching strategies, and common workflows to boost collaboration and repository
software-patterns

bobmatnyc/claude-mpm-skills

13
This skill helps you select and apply architectural patterns like DI, SOA, and Domain Events based on real problems.
stacked-prs

bobmatnyc/claude-mpm-skills

13
This skill guides you to create and manage stacked pull requests with dependent bases, ensuring correct basing, naming, and clear descriptions.
database-migration

bobmatnyc/claude-mpm-skills

13
This skill guides zero-downtime database migrations by applying safe, multi-phase patterns, rollback strategies, and testing before production.
xlsx

bobmatnyc/claude-mpm-skills

13
This skill helps you manipulate Excel files programmatically across Python and JavaScript, enabling reading, writing, formatting, and data transformations.
env-manager

bobmatnyc/claude-mpm-skills

13
This skill validates and secures environment variables across Next.js, Vite, React, and Node.js projects, preventing leaks and simplifying CI/CD.
kubernetes

bobmatnyc/claude-mpm-skills

13
This skill guides Kubernetes deployments with safe rollouts, proper probes, resource sizing, and fast debugging using kubectl and best practices.
internal-comms

bobmatnyc/claude-mpm-skills

13
This skill helps generate concise 3P updates for executives by summarizing progress plans and problems with data-driven precision.
screenshot

bobmatnyc/claude-mpm-skills

13
This skill streamlines visual UI verification for PRs by generating and organizing desktop, tablet, and mobile screenshots to accelerate reviews.
digitalocean-networking

bobmatnyc/claude-mpm-skills

13
This skill helps you design and secure DigitalOcean networks by configuring VPCs, firewalls, load balancers, DNS, IPv6, and NAT.
digitalocean-overview

bobmatnyc/claude-mpm-skills

13
This skill provides a concise DigitalOcean platform overview to help onboarding, project setup, tooling, and service selection for compute, storage, and
homebrew-formula-maintenance

bobmatnyc/claude-mpm-skills

13
This skill streamlines maintaining Homebrew formulas for Python CLIs by automating version bumps, SHA updates, resources, tests, and releases.
mcp

bobmatnyc/claude-mpm-skills

13
This skill helps you design and configure AI-native MCP servers with tools resources and prompts for Claude Desktop integration.
testing

bobmatnyc/claude-mpm-skills

13
This skill helps you implement Go testing strategies with table driven tests, mocks, benchmarks, and CI/CD integration for reliable code.
cloudflare

bobmatnyc/claude-mpm-skills

13
This skill helps you deploy and manage Hono on Cloudflare Workers with typed bindings, KV, D1, R2, and Durable Objects.
advanced-architecture

bobmatnyc/claude-mpm-skills

13
This skill helps you architect scalable WordPress applications by designing secure REST endpoints, efficient caching, and tooling with WP-CLI across projects.
zod

bobmatnyc/claude-mpm-skills

13
This skill validates data with Zod schemas, yielding type-safe runtime checks and seamless TypeScript inference for forms, APIs, and environment validation.
tailwind

bobmatnyc/claude-mpm-skills

13
This skill helps you accelerate UI development with Tailwind CSS by mastering utility-first patterns, responsive design, and dark mode configuration.
github-actions

bobmatnyc/claude-mpm-skills

13
This skill helps you automate build, test, and deployment workflows with GitHub Actions to streamline CI/CD across projects.
media-transcoding

bobmatnyc/claude-mpm-skills

13
This skill automates FFmpeg-based media transcoding with preset-driven workflows, backups, and logs to deliver consistent web, mobile, and archive outputs.
sec-edgar-pipeline

bobmatnyc/claude-mpm-skills

13
This skill guides SEC EDGAR extraction workflows from setup to report generation, enabling rapid project creation, code generation, and data export.
condition-based-waiting

bobmatnyc/claude-mpm-skills

13
This skill replaces arbitrary timeouts with condition polling to make asynchronous tests reliable across environments.
terraform

bobmatnyc/claude-mpm-skills

13
This skill helps you implement Terraform workflows with safe plan/apply, state management, and CI guardrails for reliable infrastructure.
mcp-builder

bobmatnyc/claude-mpm-skills

13
This skill helps you design and validate complex read-only evaluation questions for MCP servers, ensuring stable, verifiable answers.
artifacts-builder

bobmatnyc/claude-mpm-skills

13
This skill helps you create self-contained HTML artifacts from React projects by bundling code, assets, and styles into a single shareable file.
security-scanning

bobmatnyc/claude-mpm-skills

13
This skill helps you perform CI security scans for secrets, dependencies, and SAST, ensuring traceability and timely remediation.
threat-modeling

bobmatnyc/claude-mpm-skills

13
This skill helps you model threats for software systems by producing a data flow diagram, threat register, and mitigations turned into backlog tickets.
webapp-testing

bobmatnyc/claude-mpm-skills

13
This skill helps you master web application testing with Playwright patterns, selectors, waits, and best practices to speed reliable UI tests.
pre-merge

bobmatnyc/claude-mpm-skills

13
This skill automates comprehensive pre-merge verification, ensuring type checks, linting, tests, and style conformance before merging.