๐ŸŽฏ

playwright-e2e-testing

๐ŸŽฏSkill

from bobmatnyc/claude-mpm-skills

VibeIndex|
What it does

playwright-e2e-testing skill from bobmatnyc/claude-mpm-skills

๐Ÿ“ฆ

Part of

bobmatnyc/claude-mpm-skills(151 items)

playwright-e2e-testing

Installation

pip installInstall Python package
pip install claude-mpm
git cloneClone repository
git clone https://github.com/bobmatnyc/claude-mpm.git
pip installInstall Python package
pip install -e .
git cloneClone repository
git clone https://github.com/bobmatnyc/claude-mpm-skills.git
๐Ÿ“– Extracted from docs: bobmatnyc/claude-mpm-skills
84Installs
11
-
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

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