Back to Skills

.claude/skills/integration-patterns/SKILL.md

daishiman
Updated 12 days ago
21 views
2
2
View on GitHub
Metamcpintegrationasyncevent-drivensynchronization

About

This skill provides integration patterns for connecting MCP servers with external systems, covering synchronous/asynchronous communication and event-driven architectures. It includes design guidelines, templates, and validation tools for message schemas and architecture reviews. Use it when designing integrations between MCP servers and external services or implementing event-driven multi-service coordination.

Quick Install

Claude Code

Recommended
Primary
npx skills add daishiman/AIWorkflowOrchestrator -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/daishiman/AIWorkflowOrchestrator
Git CloneAlternative
git clone https://github.com/daishiman/AIWorkflowOrchestrator.git ~/.claude/skills/.claude/skills/integration-patterns/SKILL.md

Copy and paste this command in Claude Code to install this skill

GitHub Repository

daishiman/AIWorkflowOrchestrator
Path: .claude/skills/integration-patterns/resources/legacy-skill.md
0

Related Skills

qmd

Development

qmd is a local search and indexing CLI tool that enables developers to index and search through local files using hybrid search combining BM25, vector embeddings, and reranking. It supports both command-line usage and MCP (Model Context Protocol) mode for integration with Claude. The tool uses Ollama for embeddings and stores indexes locally, making it ideal for searching documentation or codebases directly from the terminal.

View skill

mcporter

Development

The mcporter skill enables developers to manage and call Model Context Protocol (MCP) servers directly from Claude. It provides commands to list available servers, call their tools with arguments, and handle authentication and daemon lifecycle. Use this skill for integrating and testing MCP server functionality in your development workflow.

View skill

connect-mcp-server

Design

This skill provides a comprehensive guide for developers to connect MCP servers to Claude Code using HTTP, stdio, or SSE transports. It covers installation, configuration, authentication, and security for integrating external services like GitHub, Notion, and custom APIs. Use it when setting up MCP integrations, configuring external tools, or working with Claude's Model Context Protocol.

View skill

moai-plugin-builder

Other

This skill provides patterns, templates, and best practices for developing Claude Code plugins. Use it when creating plugins, defining components like commands and hooks, or troubleshooting plugin issues. It covers essential structures including plugin manifests, agents, skills, and MCP/LSP configurations.

View skill