bobmatnyc/claude-mpm-skills
These skills were imported into SkillJury from the public skills ecosystem.
tailwind-css
by bobmatnyc/claude-mpm-skills
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.
trpc-type-safety
by bobmatnyc/claude-mpm-skills
tRPC enables end-to-end type safety between TypeScript clients and servers without code generation. Define your API once, get automatic type inference everywhere.
pytest
by bobmatnyc/claude-mpm-skills
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.
drizzle-migrations
by bobmatnyc/claude-mpm-skills
Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects.
sqlalchemy-orm
by bobmatnyc/claude-mpm-skills
SQLAlchemy 2.0 introduced modern patterns with better type hints, improved query syntax, and async support.
daisyui
by bobmatnyc/claude-mpm-skills
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.
docker
by bobmatnyc/claude-mpm-skills
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.
nodejs-backend-typescript
by bobmatnyc/claude-mpm-skills
tsconfig.json (strict mode recommended):
biome
by bobmatnyc/claude-mpm-skills
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.
fastify
by bobmatnyc/claude-mpm-skills
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.
jest-typescript
by bobmatnyc/claude-mpm-skills
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.
hono-cloudflare
by bobmatnyc/claude-mpm-skills
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.
cypress
by bobmatnyc/claude-mpm-skills
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.
opentelemetry
by bobmatnyc/claude-mpm-skills
Source details, install context, and public review data are available on the full page.
supabase-backend-platform
by bobmatnyc/claude-mpm-skills
Source details, install context, and public review data are available on the full page.
session-compression
by bobmatnyc/claude-mpm-skills
Compress long AI conversations to fit context windows while preserving critical information.
api-design-patterns
by bobmatnyc/claude-mpm-skills
Design robust, scalable APIs using proven patterns for REST, GraphQL, and gRPC with proper versioning, authentication, and error handling.
golang-grpc
by bobmatnyc/claude-mpm-skills
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.
prisma-orm
by bobmatnyc/claude-mpm-skills
Modern database toolkit for TypeScript with schema-first development, auto-generated type-safe client, and powerful migration system.
golang-testing-strategies
by bobmatnyc/claude-mpm-skills
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.
drizzle-orm
by bobmatnyc/claude-mpm-skills
Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments.
playwright-e2e-testing
by bobmatnyc/claude-mpm-skills
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.
pydantic
by bobmatnyc/claude-mpm-skills
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation.