Skip to main content

Skills in diesem Repository

bobmatnyc/claude-mpm - Seite 2

SkillsMP hat 112 Skills aus bobmatnyc/claude-mpm gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

bobmatnyc/claude-mpm

Es werden 40 von 112 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

GitHub Actions CI/CD workflows for automating build, test, and deployment

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Python 3.13+ core patterns for minimalism, efficiency, code reuse, and performance

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Verify that a test is actually testing what it claims to test: semantic correctness, mutation-style reasoning, and mock hygiene for any language or framework

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Systematically trace bugs backward through call stack to find original trigger

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Automatically file GitHub issues when claude-mpm errors are encountered during a session

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Interactive idea refinement using Socratic method to develop fully-formed designs

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Run verification commands and confirm output before claiming success

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Environment variable validation, synchronization, and management across local development, CI/CD, and deployment platforms

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Create high-quality MCP servers that enable LLMs to effectively interact with external services. Use when building MCP integrations for APIs or services in Python (FastMCP) or Node/TypeScript (MCP SDK).

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Manage Claude MPM configuration

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Common delegation patterns for PM agent

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Run diagnostic checks on Claude MPM installation

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Display help for Claude MPM commands

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Initialize or update project for Claude Code and MPM

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Organize project files with intelligent consolidation

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Analyze session errors and suggest improvements

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Display Claude MPM system status

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Hochschullehrer
Beschreibung

Comprehensive teaching templates and progressive disclosure patterns for PM teacher mode

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

QA verification gate and evidence requirements

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Show version information

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Replace arbitrary timeouts with condition polling for reliable async tests

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Write the test first, watch it fail, write minimal code to pass

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Systematically inspect unit and E2E tests to verify they test the right behavior, provide meaningful coverage, and catch real regressions

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Automated webapp testing with Playwright. Server management, UI testing, visual debugging, and reconnaissance-first approach.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Java 21+ core patterns for minimalism, efficiency, code reuse, and performance

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

JavaScript ES2024+ and Node.js 22+ core patterns for minimalism, efficiency, code reuse, and performance

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

TypeScript 5.6+ core patterns for minimalism, efficiency, type safety, and performance

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Re-authenticate Google Workspace MCP in-flight - refresh tokens, setup OAuth, check status

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Manage Claude MPM configuration

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 112 gesammelten Skills angezeigt.