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

crush-mcp-server

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

수집된 skills
28
Stars
1
업데이트
2025-11-19
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

api-gateway-patterns
소프트웨어 개발자

Comprehensive API gateway patterns skill covering Kong, routing, rate limiting, authentication, load balancing, traffic management, and production gateway architecture

2025-11-19
api-gateway-patterns
소프트웨어 개발자

Comprehensive API gateway patterns skill covering Kong, routing, rate limiting, authentication, load balancing, traffic management, and production gateway architecture

2025-11-19
docker-compose-orchestration
네트워크·컴퓨터 시스템 관리자

Container orchestration with Docker Compose for multi-container applications, networking, volumes, and production deployment

2025-11-19
docker-compose-orchestration
네트워크·컴퓨터 시스템 관리자

Container orchestration with Docker Compose for multi-container applications, networking, volumes, and production deployment

2025-11-19
fastapi-development
소프트웨어 개발자

Modern Python API development with FastAPI covering async patterns, Pydantic validation, dependency injection, and production deployment

2025-11-19
fastapi-development
소프트웨어 개발자

Modern Python API development with FastAPI covering async patterns, Pydantic validation, dependency injection, and production deployment

2025-11-19
fastapi-customer-support-tech-enablement
소프트웨어 개발자

Comprehensive FastAPI skill for building modern Python web APIs with focus on customer support systems, ticket management, real-time chat, and backend operations

2025-11-19
fastapi-microservices-development
소프트웨어 개발자

Comprehensive guide for building production-ready microservices with FastAPI including REST API patterns, async operations, dependency injection, and deployment strategies

2025-11-19
fastapi-microservices-development
소프트웨어 개발자

Comprehensive guide for building production-ready microservices with FastAPI including REST API patterns, async operations, dependency injection, and deployment strategies

2025-11-19
fastapi-customer-support-tech-enablement
소프트웨어 개발자

Comprehensive FastAPI skill for building modern Python web APIs with focus on customer support systems, ticket management, real-time chat, and backend operations

2025-11-19
fp-ts
소프트웨어 개발자

Master the fp-ts library for typed functional programming in TypeScript, including Option, Either, Task, TaskEither, Reader, State, IO, Array, Record, pipe/flow composition, Do notation, optics (lenses/prisms), and integration with the Effect-TS ecosystem. Use when working with fp-ts data types, composing functional pipelines, handling effects functionally, implementing monadic patterns, or using fp-ts utilities for type-safe functional code.

2025-11-19
functional-programming
소프트웨어 개발자

Master functional programming principles and patterns including purity, immutability, composition, higher-order functions, algebraic data types, functors, monads, and effect management. Use when working with functional paradigms, pure functions, immutable data structures, function composition, type-safe error handling, or implementing functional patterns like map/filter/reduce, currying, partial application, recursion, lazy evaluation, or referential transparency.

2025-11-19
golang-backend-development
소프트웨어 개발자

Complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment

2025-11-19
golang-backend-development
소프트웨어 개발자

Complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment

2025-11-19
graphql-api-development
소프트웨어 개발자

Comprehensive guide for building GraphQL APIs including schema design, queries, mutations, subscriptions, resolvers, type system, error handling, authentication, authorization, caching strategies, and production best practices

2025-11-19
graphql-api-development
소프트웨어 개발자

Comprehensive guide for building GraphQL APIs including schema design, queries, mutations, subscriptions, resolvers, type system, error handling, authentication, authorization, caching strategies, and production best practices

2025-11-19
jest-react-testing
소프트웨어 품질 보증 분석가·테스터

Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking strategies, async testing patterns, hooks testing, and integration testing best practices

2025-11-19
mcp-integration-expert
소프트웨어 개발자

Expert guidance for researching, documenting, and integrating Model Context Protocol (MCP) servers and tools. Covers MCP architecture, server/client implementation patterns, tool discovery, integration workflows, security best practices, and multi-language SDK usage (Python, TypeScript, C#, Java, Rust). Enables seamless integration of MCP tools into Claude Code and AI applications.

2025-11-19
n8n-mcp-orchestrator
소프트웨어 개발자

Expert MCP (Model Context Protocol) orchestration with n8n workflow automation. Master bidirectional MCP integration, expose n8n workflows as AI agent tools, consume MCP servers in workflows, build agentic systems, orchestrate multi-agent workflows, and create production-ready AI-powered automation pipelines with Claude Code integration.

2025-11-19
nodejs-development
소프트웨어 개발자

Comprehensive Node.js development skill covering event loop, async patterns, streams, file system, HTTP servers, process management, and modern Node.js best practices

2025-11-19
nodejs-development
소프트웨어 개발자

Comprehensive Node.js development skill covering event loop, async patterns, streams, file system, HTTP servers, process management, and modern Node.js best practices

2025-11-19
playwright-visual-testing
소프트웨어 품질 보증 분석가·테스터

Browser automation, visual testing, and screenshot validation using Playwright MCP server for accelerated web development. Master visual regression testing, automated UI testing, and cross-browser validation.

2025-11-19
pytest
소프트웨어 품질 보증 분석가·테스터

Advanced Python unit testing framework for customer support tech enablement, covering FastAPI, SQLAlchemy, PostgreSQL, async operations, mocking, fixtures, parametrization, coverage, and comprehensive testing strategies for backend support systems

2025-11-19
rest-api-design-patterns
소프트웨어 개발자

Comprehensive guide for designing RESTful APIs including resource modeling, versioning strategies, HATEOAS, pagination, filtering, and HTTP best practices

2025-11-19
rest-api-design-patterns
소프트웨어 개발자

Comprehensive guide for designing RESTful APIs including resource modeling, versioning strategies, HATEOAS, pagination, filtering, and HTTP best practices

2025-11-19
shell-testing-framework
소프트웨어 품질 보증 분석가·테스터

Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, assertion patterns, 100% coverage requirements, and performance testing

2025-11-19
supabase-mcp-integration
소프트웨어 개발자

Comprehensive Supabase integration covering authentication, database operations, realtime subscriptions, storage, and MCP server patterns for building production-ready backends with PostgreSQL, Auth, and real-time capabilities

2025-11-19
typescript-fp
소프트웨어 개발자

Master functional programming in TypeScript with type-safe patterns, strict typing, advanced type system features, discriminated unions, mapped types, conditional types, and functional patterns. Use when writing TypeScript code with functional paradigms, type-safe error handling with Option/Either types, implementing type-safe composition, leveraging TypeScript's type system for functional patterns, or ensuring compile-time safety in functional code.

2025-11-19