Claude Mpm

Claude Mpm from bobmatnyc/claude-mpm.

by @bobmatnyc 33 skills

Skills in this plugin

33
  1. Mpm Init · bobmatnyc
    Initialize or update project for Claude Code and MPM
    71 repo stars
  2. Mpm Doctor · bobmatnyc
    Run diagnostic checks on Claude MPM installation
    71 repo stars
  3. Mpm Workflow · bobmatnyc
    Manage and customize MPM workflow configurations with local overrides
    71 repo stars
  4. Prep Meeting · bobmatnyc
    Prepares for meetings by gathering context about attendees, topics, and relevant data across connected tools. Produces an agenda with talking points, supporting data, and anticipated questions.
    71 repo stars
  5. Prd Authoring · bobmatnyc bundle
    Standard for authoring product PRDs in docs/prd/: state the problem, users, requirements, and success; assign PRD-{AREA}-{NN} IDs; link down to specs.
    71 repo stars
  6. Skill Creator · bobmatnyc bundle
    Guide for creating effective skills
    71 repo stars
  7. End Of Session · bobmatnyc
    Captures session learnings into persistent project memory before closing. Updates task files, project knowledge, and configuration so the next session starts with full context instead of from scratch.
    71 repo stars
  8. Spec Authoring · bobmatnyc bundle
    Standard for authoring engineering behavior-contract specs in docs/specs/: scope subsystems, assign stable IDs, structure docs, manage lifecycle.
    71 repo stars
  9. Security Review · bobmatnyc
    Security review gate for MCP server installations. Checks provenance, classifies risk, enforces version pinning, and documents credentials exposure before any MCP is added to your environment.
    71 repo stars
  10. Pm Teaching Mode · bobmatnyc
    Comprehensive teaching templates and progressive disclosure patterns for PM teacher mode
    71 repo stars
  11. Toolchains Java Core · bobmatnyc
    Java 21+ core patterns for minimalism, efficiency, code reuse, and performance
    71 repo stars
  12. Toolchains Rust Core · bobmatnyc
    Rust 2024 edition core patterns: idiomatic code, error handling, traits/generics, macros, async/concurrency, testing, and project architecture
    71 repo stars
  13. Artifacts Builder · bobmatnyc bundle
    Creates elaborate, multi-component HTML artifacts using React, Tailwind CSS, and shadcn/ui, then bundles them into a single self-contained HTML file.
    71 repo stars
  14. Webapp Testing · bobmatnyc bundle
    Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices
    71 repo stars
  15. Toolchains Golang Core · bobmatnyc
    Go 1.22-1.24 core patterns for minimalism, efficiency, code reuse, and performance
    71 repo stars
  16. Toolchains Python Core · bobmatnyc
    Python 3.13+ core patterns for minimalism, efficiency, code reuse, and performance
    71 repo stars
  17. Espocrm Development · bobmatnyc bundle
    Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture
    71 repo stars
  18. Rust Desktop Applications · bobmatnyc bundle
    Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives
    71 repo stars
  19. Cross Source Research · bobmatnyc
    Multi-source investigation workflow for researching topics across configured MCP tools (Slack, Confluence, Jira, GitHub, Drive, databases, analytics). Enforces depth over breadth by requiring content to be read, not just referenced.
    71 repo stars
  20. Session Analyzer · bobmatnyc bundle
    Debug and teach agentic coding: a deterministic-first session timeline + cost report, with optional narrative polish and a standalone JSX visualiser.
    71 repo stars
  21. Toolchains Javascript Core · bobmatnyc
    JavaScript ES2024+ and Node.js 22+ core patterns for minimalism, efficiency, code reuse, and performance
    71 repo stars
  22. Toolchains Typescript Core · bobmatnyc
    TypeScript 5.6+ core patterns for minimalism, efficiency, type safety, and performance
    71 repo stars
  23. Spec Linked Docs · bobmatnyc bundle
    Spec-Linked Documentation (SLD): Language-agnostic discipline for maintaining bidirectional traceability between functional specifications and source-code docstrings via stable identifiers and CI validation. Optional/opt-in adoption. Builds on OpenFastTrace and DO-178C Requirements Traceability Matrix traditions.
    71 repo stars
  24. Brainstorming Ideas Into Designs · bobmatnyc
    Interactive idea refinement using Socratic method to develop fully-formed designs
    71 repo stars
  25. Writing Plans · bobmatnyc bundle
    Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context
    71 repo stars
  26. Root Cause Tracing · bobmatnyc bundle
    Systematically trace bugs backward through call stack to find original trigger
    71 repo stars
  27. Pm Verification Protocols · bobmatnyc
    QA verification gate and evidence requirements
    71 repo stars
  28. Testing Anti Patterns · bobmatnyc bundle
    Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.
    71 repo stars
  29. Condition Based Waiting · bobmatnyc bundle
    Replace arbitrary timeouts with condition polling for reliable async tests
    71 repo stars
  30. Requesting Code Review · bobmatnyc bundle
    Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
    71 repo stars
  31. Finding Duplicate Functions · bobmatnyc
    Use when auditing a codebase for semantic duplication — functions that do the same thing but have different names or implementations, especially common in LLM-generated codebases
    71 repo stars
  32. Session Manager Driver · bobmatnyc
    Drive the trusty-mpm session manager (binary `tm`) to spawn, observe, command, and decommission durable tmux-backed Claude Code sessions in isolated workspaces. Wraps the `tm session` CLI / REST API and provides the spawn → observe → answer → stop/resume/decommission loop. Critically, the DRIVER interprets the raw tmux pane using its own inference — it does NOT depend on the daemon's optional LLM (no OpenRouter key required).
    71 repo stars
  33. Dispatching Parallel Agents · bobmatnyc bundle
    Use multiple Claude agents to investigate and fix independent problems concurrently
    71 repo stars