원클릭으로
mcp-servers
Universal patterns for using MCP (Multi-Client Protocol) servers in agentic workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Universal patterns for using MCP (Multi-Client Protocol) servers in agentic workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Python import style guidelines for absolute and relative imports
Python naming conventions for variables, constants, files, and directories
Python pathlib usage guidelines for file and directory operations
Python refactoring triggers and guidelines for code size limits
UV command-line usage patterns for Python project management
UV command automation and project lifecycle management patterns powered by the uv-mcp server
| name | mcp-servers |
| description | Universal patterns for using MCP (Multi-Client Protocol) servers in agentic workflows |
| license | MIT |
| compatibility | opencode |
| metadata | {"related_issue_tracking":"For task management with MCP servers, use skill `issue-tracking`","related_knowledge_management":"For memory and knowledge storage, use skill `knowledge-management`"} |
Provide universal patterns and best practices for integrating MCP servers into agentic workflows across different projects and domains.
.vscode/mcp.json and audit it whenever project needs changelist_* commands rather than waiting for first real use| Server Type | Typical Use Cases | Integration Pattern |
|---|---|---|
memorygraph | Long-term knowledge storage | recall_memories(query="project-specific knowledge") |
beads-mcp | Issue tracking | bd ready --json |
sequential-thinking | Complex problem analysis | Multi-step thought process |
desktop-commander | File operations | Unified file system interface |
serena | Semantic code operations | Symbol-level code retrieval and editing |
fetch | Web content ingestion | fetch(url="https://example.com") |
gh_grep | Public GitHub code search | Query literal or regex patterns across repos |
upstash-context7 | Documentation recall | Natural language queries over curated doc sets |
These lightweight servers complement the core development stack without overwhelming the assistant:
grep.app functionality for discovering real-world code snippets. Use literal or regex queries to find idiomatic usage.Use this skill when:
# Universal memory storage pattern
store_memory(
type="solution",
title="Cross-project solution pattern",
content="Reusable approach for X",
tags=["universal", "pattern"],
importance=0.8
)
# Universal memory recall
memories = recall_memories(
query="reusable patterns",
memory_types=["solution", "pattern"]
)
# Universal issue creation
issue = bd_create(
title="Implement universal pattern",
description="Create reusable component for X",
issue_type="feature",
priority=1
)
# Universal issue management
bd_update(issue.id, status="in_progress")
This skill is designed to work with: