Skip to main content

이 저장소의 skills

bobmatnyc/claude-mpm-skills - 3페이지

SkillsMP는 bobmatnyc/claude-mpm-skills에서 172개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

bobmatnyc/claude-mpm-skills

수집된 skill 172개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Vendor-neutral framework for scoring software health, estimating technical debt, assessing cloud readiness and open-source safety, and communicating quality to business stakeholders. Use when you need to quantify code health at the application or portfolio…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Replace arbitrary timeouts with condition polling for reliable async tests

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Systematic workflow for verifying bug fixes to ensure quality and prevent regres...

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comprehensive verification workflow before merging changes to production.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Visual verification workflow for UI changes to accelerate code review and catch ...

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Compare 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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step-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…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Threat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests. Use when designing new features, reviewing architecture changes, handling sensitive data, or hardening…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TypeScript-first schema validation library with static type inference for form validation, API validation, and runtime type checking with compile-time types.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

pytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Severity-tagged code review checklist (CRITICAL/HIGH/MEDIUM/LOW) used by code-critic agent

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

CI security scanning: secrets, deps, SAST, triage, expiring exceptions

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

PM-invocable protocol for Cargo publish and release operations in the trusty-tools Rust monorepo: semver rules, 10-step release sequence, macOS codesign safety, and cross-crate dependency ordering

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

PM-invocable protocol for running and interpreting Rust quality gates in the trusty-tools monorepo: fmt, clippy, and test in strict sequence before any merge

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reliably drive the GitHub gh CLI for issue, PR, and label operations in automation and subagent environments, with pre-flight verification so you never fabricate a success or a fake issue URL.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Six-stage quality-gate pipeline for any code implementation task

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Local LLM operations with Ollama on Apple Silicon, including setup, model pulls, chat launchers, benchmarks, and diagnostics.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

OpenRouter unified AI API - Access 200+ LLMs through single interface with intelligent routing, streaming, cost optimization, and model fallbacks

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

AI session compression techniques for managing multi-turn conversations efficiently through summarization, embedding-based retrieval, and intelligent context management.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

MongoDB - NoSQL document database with flexible schema design, aggregation pipelines, indexing strategies, and Spring Data integration

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ecto patterns for Phoenix/Elixir apps. Covers schemas, changesets, migrations, queries, Ecto.Multi, transactions, constraints, associations, pagination, tenant partitioning, performance, and testing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Phoenix Framework with LiveView on the BEAM

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Phoenix operations and deployment: releases, runtime configuration, clustering, libcluster, telemetry/logging, secrets, assets, background jobs, and production hardening on the BEAM.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Svelte 5 - Reactive UI framework with compiler magic, Runes API, SvelteKit full-stack framework, SSR/SSG, minimal JavaScript

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Svelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

SvelteKit - Full-stack Svelte framework with file-based routing, SSR/SSG, form actions, and adapters for deployment

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Cypress end-to-end and component testing patterns for web apps: reliable selectors, stable waits, network stubbing, auth handling, CI parallelization, and flake reduction

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Type-safe API route handler with automatic Zod validation for Next.js App Router...

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Better Auth core setup for TypeScript apps. Use when configuring the Better Auth instance, wiring server handlers and client instances, working with sessions, or calling server-side auth APIs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Better Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Better Auth plugin system for TypeScript. Use when adding advanced auth features (2FA, magic link, passkey, username, JWT, organizations) via server and client plugins.

원문 언어: 영어

업데이트
수집된 skill 172개 중 40개를 표시합니다.