Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-mpm-skills

claude-mpm-skills에는 bobmatnyc에서 수집한 skills 170개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
170
Stars
58
업데이트
2026-06-30
Forks
18
직업 범위
직업 카테고리 8개 · 99% 분류됨
저장소 탐색

이 저장소의 skills

ort
미분류

ONNX Runtime in Rust via the `ort` crate (2.x): loading sessions, configuring CPU/CoreML/CUDA execution providers, tensor I/O with ndarray, async-safe spawn_blocking wrapping, global thread-pool init, and debugging provider/opset issues

2026-06-30
react-advanced
소프트웨어 개발자

Modern React 19 platform features and rendering architecture - the React Compiler (auto-memoization) and how it changes memoization guidance, concurrent rendering (useTransition/useDeferredValue/Suspense), the use() hook, Actions (useActionState/useOptimistic/useFormStatus), ref-as-prop and Context-as-provider changes, compound components, context selectors, error boundaries, portals, virtualization, code-splitting, and the RSC/'use client' boundary.

2026-06-15
react-core
소프트웨어 개발자

General React fundamentals - components and JSX, props and state, the core hooks (useState/useEffect/useRef/useMemo/useCallback/useContext), composition, conditional and list rendering, and controlled inputs. The canonical "depends on React" reference.

2026-06-15
react-hooks-composition
소프트웨어 개발자

Advanced React hooks composition patterns - SWR integration, debounced search, memoized contexts, state machines, and performance optimization

2026-06-15
react-state-machine
소프트웨어 개발자

Building reusable React state machine skills with XState v5 and the actor model

2026-06-15
vite
소프트웨어 개발자

Vite lightning-fast build tool with instant HMR, ESM-first architecture, and zero-config setup for modern web development

2026-06-15
express-production
소프트웨어 개발자

Production-ready Express.js development covering middleware architecture, error handling, security hardening, testing strategies, and deployment patterns

2026-06-15
flexlayout-react
소프트웨어 개발자

FlexLayout for React - Advanced docking layout manager with drag-and-drop, tabs, splitters, and complex window management

2026-06-15
playwright
소프트웨어 품질 보증 분석가·테스터

Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner

2026-06-15
biome
소프트웨어 개발자

Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)

2026-06-15
supabase
소프트웨어 개발자

Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.

2026-06-15
netlify
소프트웨어 개발자

Netlify JAMstack deployment platform with serverless functions, forms, and identity

2026-06-15
turborepo
소프트웨어 개발자

High-performance monorepo build system with intelligent caching, task orchestration, and parallel execution for multi-package repositories and microservices.

2026-06-15
tanstack-query
웹 개발자

TanStack Query (React Query) for asynchronous server-state management with automatic caching, background refetching, optimistic updates, and pagination in React applications.

2026-06-15
zustand
웹 개발자

Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.

2026-06-15
jest
소프트웨어 품질 보증 분석가·테스터

Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration

2026-06-15
vitest
소프트웨어 품질 보증 분석가·테스터

Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design

2026-06-15
headlessui
소프트웨어 개발자

Headless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns

2026-06-15
shadcn
소프트웨어 개발자

shadcn/ui component library for React with Tailwind CSS - copy-paste accessible components with full code ownership

2026-06-15
tailwind
소프트웨어 개발자

Tailwind CSS utility-first framework for rapid UI development with responsive design and dark mode

2026-06-15
bad-example-skill
소프트웨어 개발자

ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)

2026-06-15
example-framework-skill
소프트웨어 개발자

Example of a properly self-contained skill following all best practices

2026-06-15
dspy
소프트웨어 개발자

DSPy declarative framework for automatic prompt optimization treating prompts as code with systematic evaluation and compilers

2026-06-15
langchain
소프트웨어 개발자

LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications

2026-06-15
mcp
기타 컴퓨터 관련 직업

MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.

2026-06-15
anthropic
소프트웨어 개발자

Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities

2026-06-15
golang-cli-cobra-viper
소프트웨어 개발자

Building production-quality CLI tools with Cobra command framework and Viper configuration management

2026-06-15
golang-concurrency-patterns
소프트웨어 개발자

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

2026-06-15
golang-database-patterns
소프트웨어 개발자

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

2026-06-15
golang-grpc
소프트웨어 개발자

Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn

2026-06-15
golang-http-frameworks
소프트웨어 개발자

Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks

2026-06-15
golang-observability-opentelemetry
소프트웨어 개발자

Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog

2026-06-15
golang-testing-strategies
소프트웨어 품질 보증 분석가·테스터

Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration

2026-06-15
hono-cloudflare
소프트웨어 개발자

Hono on Cloudflare Workers - bindings, KV, D1, R2, Durable Objects, and edge deployment patterns

2026-06-15
hono-core
소프트웨어 개발자

Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment

2026-06-15
hono-jsx
소프트웨어 개발자

Hono JSX - server-side rendering, streaming, async components, and HTML generation patterns

2026-06-15
hono-middleware
소프트웨어 개발자

Hono middleware patterns - creation, composition, built-in middleware, and execution order for web applications

2026-06-15
hono-rpc
소프트웨어 개발자

Hono RPC - end-to-end type-safe API client generation with hc client and TypeScript inference

2026-06-15
hono-testing
소프트웨어 품질 보증 분석가·테스터

Hono testing patterns - app.request(), test client, mocking environment, and integration testing strategies

2026-06-15
hono-validation
소프트웨어 개발자

Hono request validation with Zod, TypeBox, Valibot - type-safe input validation for JSON, forms, query params, and headers

2026-06-15
이 저장소에서 수집된 skills 170개 중 상위 40개를 표시합니다.