Plugin
Plugin from bobmatnyc/claude-mpm.
Skills in this plugin
29- ▌
- ▌ Mpm Adr · bobmatnycArchitecture Decision Records (ADRs) — opt-in convention for documenting significant, hard-to-reverse architectural decisions using the Nygard template.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Mpm Ticket Wizard · bobmatnyc bundleInteractive ticket creation wizard with Q&A flow for bugs, features, tasks, and epics
- ▌ Google Workspace Auth · bobmatnyc bundleRe-authenticate Google Workspace MCP in-flight - refresh tokens, setup OAuth, check status
- ▌
- ▌ Mypy · bobmatnyc bundleCatches type errors before runtime using static type checking with gradual typing, strict mode, and Protocol support for Python projects.
- ▌ Bug Fix · bobmatnyc bundleSystematic workflow for verifying bug fixes to ensure quality and prevent regres...
- ▌ Mpm Circuit Breaker Enforcement · bobmatnycComplete circuit breaker enforcement patterns with examples and remediation
- ▌ Pytest · bobmatnyc bundlepytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask
- ▌ Biome · bobmatnyc bundleBiome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)
- ▌ Git Workflow · bobmatnyc bundleEssential Git patterns for effective version control, eliminating redundant Git guidance per agent.
- ▌ Env Manager · bobmatnyc bundleEnvironment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications
- ▌ Build Protocol Server · bobmatnyc bundleModel Context Protocol (MCP) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
- ▌ Build MCP Server · bobmatnyc bundleMCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
- ▌ Dependency Audit · bobmatnyc bundleDependency audit and cleanup workflow for maintaining healthy project dependencies. Use for regular maintenance, security updates, and removing unused packages.
- ▌ Svelte · bobmatnyc bundleSvelte 5 - Reactive UI framework with compiler magic, Runes API, SvelteKit full-stack framework, SSR/SSG, minimal JavaScript
- ▌ Software Patterns · bobmatnyc bundleCompare tradeoffs and recommend architectural patterns — dependency injection, service-oriented architecture, repository, domain events, circuit breaker, and anti-corruption layer. Use when choosing between design patterns, planning microservices boundaries, evaluating system design alternatives, or asking 'which pattern should I use' for a specific coupling or resilience problem.
- ▌ Systematic Debugging · bobmatnyc bundleStep-by-step debugging workflow: reproduce the bug, isolate the failing component, trace to root cause, apply a targeted fix, and verify the fix resolves the issue without regressions. Use when you encounter a bug, error, exception, crash, or unexpected behavior that needs troubleshooting.
- ▌ Test Driven Development · bobmatnyc bundleComprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent.
- ▌ Sveltekit · bobmatnyc bundleSvelteKit - Full-stack Svelte framework with file-based routing, SSR/SSG, form actions, and adapters for deployment
- ▌ Docker · bobmatnyc bundleDocker containerization for packaging applications with dependencies into isolated, portable units ensuring consistency across development, testing, and production environments.
- ▌ Github Actions · bobmatnyc bundleGitHub Actions CI/CD workflows for automating build, test, and deployment
- ▌ Verification Before Completion · bobmatnyc bundleRun verification commands and confirm output before claiming success
- ▌ Svelte5 Runes Static · bobmatnyc bundleSvelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering