Skip to main content
Source repository

bobmatnyc/claude-mpm-skills

These skills were imported into SkillJury from the public skills ecosystem.

23 linked skillsVisit source
Source listing

23 imported skills

tailwind-css

by bobmatnyc/claude-mpm-skills

720

Tailwind CSS is a utility-first CSS framework that provides low-level utility classes to build custom designs without writing CSS. It offers responsive design, dark mode, customization through configuration, and integrates seamlessly with modern frameworks.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

trpc-type-safety

by bobmatnyc/claude-mpm-skills

595

tRPC enables end-to-end type safety between TypeScript clients and servers without code generation. Define your API once, get automatic type inference everywhere.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

pytest

by bobmatnyc/claude-mpm-skills

469

pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

drizzle-migrations

by bobmatnyc/claude-mpm-skills

437

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

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

sqlalchemy-orm

by bobmatnyc/claude-mpm-skills

404

SQLAlchemy 2.0 introduced modern patterns with better type hints, improved query syntax, and async support.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

daisyui

by bobmatnyc/claude-mpm-skills

384

DaisyUI is the most popular Tailwind CSS component library providing semantic class names for 50+ components with built-in themes, dark mode, and customization. Framework-agnostic and production-ready.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

docker

by bobmatnyc/claude-mpm-skills

354

Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

nodejs-backend-typescript

by bobmatnyc/claude-mpm-skills

342

tsconfig.json (strict mode recommended):

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

biome

by bobmatnyc/claude-mpm-skills

321

Biome is a fast, all-in-one toolchain for web projects written in Rust. It replaces both ESLint and Prettier with a single tool that's 100x faster and provides zero-config defaults.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

fastify

by bobmatnyc/claude-mpm-skills

238

Fastify is a high-performance Node.js web framework built around JSON schema validation, encapsulated plugins, and great developer ergonomics. In TypeScript, pair Fastify with a type provider (Zod or TypeBox) to keep runtime validation and static types aligned.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

jest-typescript

by bobmatnyc/claude-mpm-skills

231

Jest is the industry-standard testing framework with 70% market share, providing a mature, battle-tested ecosystem for TypeScript projects. It offers comprehensive testing capabilities with built-in snapshot testing, mocking, and coverage reporting.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

hono-cloudflare

by bobmatnyc/claude-mpm-skills

229

Hono was originally built for Cloudflare Workers and provides first-class support for the entire Cloudflare ecosystem including KV, D1, R2, Durable Objects, Queues, and more.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

cypress

by bobmatnyc/claude-mpm-skills

227

Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

opentelemetry

by bobmatnyc/claude-mpm-skills

227

Source details, install context, and public review data are available on the full page.

Software EngineeringDevOps and CloudFirst seen Jan 22, 2026

supabase-backend-platform

by bobmatnyc/claude-mpm-skills

209

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

session-compression

by bobmatnyc/claude-mpm-skills

203

Compress long AI conversations to fit context windows while preserving critical information.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

api-design-patterns

by bobmatnyc/claude-mpm-skills

179

Design robust, scalable APIs using proven patterns for REST, GraphQL, and gRPC with proper versioning, authentication, and error handling.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

golang-grpc

by bobmatnyc/claude-mpm-skills

178

gRPC provides strongly-typed RPC APIs backed by Protocol Buffers, with first-class streaming support and excellent performance for service-to-service communication. This skill focuses on production defaults: versioned protos, deadlines, error codes, interceptors, health checks, TLS, and testability.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

prisma-orm

by bobmatnyc/claude-mpm-skills

170

Modern database toolkit for TypeScript with schema-first development, auto-generated type-safe client, and powerful migration system.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

golang-testing-strategies

by bobmatnyc/claude-mpm-skills

160

Go provides a robust built-in testing framework ( testing package) that emphasizes simplicity and developer productivity. Combined with community tools like testify and gomock, Go testing enables comprehensive test coverage with minimal boilerplate.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

drizzle-orm

by bobmatnyc/claude-mpm-skills

1

Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

playwright-e2e-testing

by bobmatnyc/claude-mpm-skills

1

Playwright is a modern end-to-end testing framework that provides cross-browser automation with a built-in test runner, auto-wait mechanisms, and excellent developer experience.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026

pydantic

by bobmatnyc/claude-mpm-skills

1

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation.

Software EngineeringFrontend and DesignFirst seen Jan 22, 2026