acceptance-orchestrato…
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server.
$ npx -y skills add sinhoneyy/master-skills --skill global-chat-agent-discovery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/global-chat-agent-discoveryContext preview
The summary Claude sees to decide when to auto-load this skill.
Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server.
name: global-chat-agent-discovery description: "Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server." category: development risk: safe source: community source_repo: pumanitro/global-chat source_type: community date_added: "2026-04-06" author: pumanitro tags: [mcp, ai-agents, agent-discovery, agents-txt, a2a, developer-tools] tools: [claude, cursor, gemini, codex]
Global Chat is a cross-protocol AI agent discovery platform that aggregates MCP servers and AI agents from 6+ registries into a single searchable directory. This skill helps you find the right MCP server, A2A agent, or agents.txt endpoint for any task by searching across 18,000+ indexed entries. It also provides an MCP server (`@global-chat/mcp-server`) for programmatic access to the directory from any MCP-compatible client.
Install the Global Chat MCP server to search the directory programmatically from Claude Code, Cursor, or any MCP client.
npm install -g @global-chat/mcp-server
Add to your MCP client configuration:
{
"mcpServers": {
"global-chat": {
"command": "npx",
"args": ["-y", "@global-chat/mcp-server"]
}
}
}Then ask your agent to search for tools:
Search Global Chat for MCP servers that handle PostgreSQL database queries.
Browse the full directory at [https://global-chat.io](https://global-chat.io):
1. Visit the search page and enter your query 2. Filter by protocol (MCP, A2A, agents.txt) 3. Filter by registry source 4. View server details, capabilities, and installation instructions
If you maintain an `agents.txt` file, use the free validator:
1. Go to [https://global-chat.io/validate](https://global-chat.io/validate) 2. Enter your domain or paste your agents.txt content 3. Get instant feedback on format compliance and discoverability
You: "Find MCP servers that can convert PDF files to text" Agent (via Global Chat MCP): Searching across 6 registries... - @anthropic/pdf-tools (mcpservers.org) — PDF parsing and text extraction - pdf-converter-mcp (mcp.so) — Convert PDF to text, markdown, or HTML - ...
You: "What A2A agents are available for code review?" Agent (via Global Chat MCP): Found 12 A2A agents for code review across 3 registries...
You: "How many registries list tools for Kubernetes management?" Agent (via Global Chat MCP): 4 registries carry Kubernetes-related agents (23 total entries)...
**Solution:** Add protocol or registry filters to narrow the scope
**Solution:** Ensure `npx` is available and run `npx -y @global-chat/mcp-server` manually first to verify
Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains
Repo: sinhoneyy/master-skills
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix…
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first…
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author…
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or…
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.