vercel-deployments-builds
π―Skillfrom bobmatnyc/claude-mpm-skills
Manages and automates Vercel deployment configurations, build processes, and deployment tracking for web projects across different environments.
Installation
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill vercel-deployments-buildsSkill Details
Overview
# Claude MPM Skills
> Production-ready Claude Code skills for intelligent project development
Overview
This repository contains a comprehensive collection of 110 Claude Code skills designed for the Claude Multi-Agent Project Manager (MPM) ecosystem. Skills cover modern development workflows with 95%+ coverage across Python, TypeScript, JavaScript, Golang, PHP, Rust, Elixir, AI, and universal tooling.
What is Claude MPM?
Claude MPM (Multi-Agent Project Manager) is an advanced orchestration framework that runs within Claude Code (Anthropic's official CLI). It enables:
- Multi-Agent Coordination: Specialized agents for different tasks (research, engineering, QA, ops)
- Intelligent Delegation: PM agent coordinates work across specialist agents
- Context Management: Efficient token usage with progressive disclosure
- Skill System: Modular, reusable knowledge bases (this repository)
Key Components:
- Claude Code: Anthropic's official CLI environment
- Claude MPM: Multi-agent framework running in Claude Code
- Skills: Domain-specific knowledge modules (this repo contains 110 skills)
How They Work Together:
```
Claude Code (CLI)
β
Claude MPM (Multi-Agent Framework)
β
Skills (Knowledge Modules) β You are here
```
Features
- Progressive Loading: Skills load on-demand with compact entry points, expanding to full references when needed
- Token Efficiency: ~87% token savings during discovery phase
- Toolchain Detection: Automatically deploy relevant skills based on project type
- Production-Ready: All skills include real-world examples, best practices, and troubleshooting
- Research-Backed: Built on latest 2025 techniques and industry patterns
Quick Stats
- Total Skills: 110 production-ready skills
- Coverage: 95%+ of modern development workflows
- Token Efficiency: ~66.7k entry tokens vs ~512.4k full tokens (~87% savings)
- Categories: Python, TypeScript, JavaScript, Golang, PHP, Rust, Elixir, Next.js, UI, AI, Platforms, Universal
- Complete Stacks: Full-stack TypeScript, Python Web, React Frontend, AI Workflows
Repository Structure
```
claude-mpm-skills/
βββ toolchains/ # Language/framework-specific skills (76 skills)
β βββ python/ # 10 skills
β β βββ frameworks/ # Django, FastAPI, Flask
β β βββ testing/ # pytest
β β βββ data/ # SQLAlchemy
β β βββ async/ # asyncio, Celery
β β βββ tooling/ # mypy, pyright
β β βββ validation/ # Pydantic
β βββ typescript/ # 13 skills
β β βββ frameworks/ # React, Vue, Node.js backend, Fastify
β β βββ testing/ # Vitest, Jest
β β βββ data/ # Drizzle, Kysely, Prisma
β β βββ validation/ # Zod
β β βββ state/ # Zustand, TanStack Query
β β βββ api/ # tRPC
β β βββ build/ # Turborepo
β βββ javascript/ # 12 skills
β β βββ frameworks/ # React, Vue, Svelte, SvelteKit
β β βββ testing/ # Playwright, Cypress
β β βββ build/ # Vite
β β βββ tooling/ # Biome
β βββ php/ # 6 skills
β β βββ frameworks/ # WordPress, EspoCRM
β β βββ testing/ # PHPUnit, PHPCS
β βββ golang/ # 7 skills
β β βββ web/ # net/http, Chi, Gin, Echo, Fiber
β β βββ testing/ # Go testing, testify, httptest
β β βββ data/ # SQL, migrations, ORMs/query builders
β β βββ cli/ # CLI tooling patterns
β β βββ observability/ # Logging and telemetry
β β βββ grpc/ # Protobuf APIs, interceptors, streaming
β β βββ concurrency/ # errgroup, worker pools, bounded fan-out
β βββ rust/ # 4 skills
β β βββ frameworks/ # Tauri, Axum
β β βββ cli/ # Clap
β β βββ desktop-applications/ # Desktop app patterns
β βββ elixir/ # 4 skills
β β βββ frameworks/ # Phoenix + LiveVi
More from this repository10
Provides intelligent pytest test configuration, generation, and execution strategies for Python projects, with automated test case creation and best practice recommendations.
Manages Docker container configurations, deployment strategies, and Dockerfile generation for streamlined containerization workflows across different project types.
Automates Terraform infrastructure provisioning, configuration management, and deployment workflows within the Claude MPM multi-agent project management ecosystem.
Traces and systematically identifies the fundamental origin and underlying factors causing a specific technical issue or system failure across complex software environments.
Manages Kubernetes cluster configurations, deployment strategies, and infrastructure-as-code templates for streamlined container orchestration and scaling.
Validates and serializes Python data models, providing robust type checking and data validation for complex data structures using Pydantic's schema-based approach.
Provides comprehensive configuration, setup, and best practices for building high-performance Node.js web servers and APIs using the Fastify framework.
Configures and implements OpenTelemetry instrumentation for distributed tracing, metrics, and logging across different programming languages and frameworks.
Provides intelligent configuration, component generation, and best practice guidance for Tailwind CSS styling in web development projects.
Automates database schema migrations for TypeScript/JavaScript projects using the Drizzle ORM, generating and managing migration files with best practices.