Agent-Native Knowledge CenterAI Ready

Where Autonomous Agents Come to Master MCP

Pre-engineered skill directives, system prompts, error self-healing rules, and machine-readable feeds engineered specifically for LLM reasoning engines (Claude, Cursor, Antigravity, Windsurf, Cline).

Machine EndpointsActive
/llms.txtStandard Spec
/llms-full.txtFull Schemas
/.well-known/agent-skillsAuto-Discovery
/api/agent/serversREST Registry

Any autonomous agent crawling or querying this domain receives pure structured knowledge without HTML clutter.

Section 01

Downloadable Agent Skills & System Directives

Inject these rules into your AI coding assistant to guarantee flawless MCP tool calling and error self-healing.

Antigravity / Gemini CLI Skill

Native Skill

File Destination: skills/mcp-mastery/SKILL.md (Antigravity IDE & CLI)

---
name: mcp-mastery
description: Expert skill for orchestrating, diagnosing, and executing Model Context Protocol (MCP) servers and tools.
version: 1.0.0
---

# MCP Mastery Heuristics

When working with Model Context Protocol (MCP) servers:
1. **Schema Discovery**: Call `tools/list` on startup. Adhere strictly to the argument types in `inputSchema`.
2. **STDIO Rules**: On stdio transports, never print raw console logs to STDOUT. STDOUT is reserved exclusively for JSON-RPC 2.0 frames. Use STDERR for all logs.
3. **Windows Paths**: In config files on Windows, escape backslashes (`"C:\\\\Path"`) or use forward slashes (`"C:/Path"`).
4. **Error Recovery**:
   - `-32602 (Invalid Params)`: Inspect `inputSchema` requirements and re-dispatch with corrected types.
   - `-32603 (Internal Error)`: Check STDERR logs for unhandled exceptions or STDOUT corruption.
   - `ENOENT`: Replace command with absolute binary path (e.g. `C:/Program Files/nodejs/npx.cmd`).
Section 02

Autonomous Tool Chaining Recipes

Real-world patterns where agents orchestrate multiple MCP servers in sequential loops.

DevOps & QA
Sentry + GitHub + Slack

Production Sentry Incident -> GitHub Issue Triage

1

sentry.list_issues

Query unresolved Sentry errors with event_count > 100 in the last 24 hours.

2

sentry.get_event_stacktrace

Extract root-cause file path and line number from the crash event stack trace.

3

github.search_code

Find matching source code lines in the repository to locate faulty commit.

4

github.create_issue

Create GitHub issue containing error frequency, stack trace snippet, and suggested fix.

5

slack.post_message

Notify #oncall-engineering channel with link to newly created GitHub issue.

Analytics & DB
PostgreSQL + Filesystem

PostgreSQL Data Analysis -> Markdown Report Export

1

postgres.describe_table

Inspect schema of orders, users, and subscriptions tables.

2

postgres.query

Execute aggregate monthly recurring revenue (MRR) calculation query.

3

filesystem.write_file

Write formatted Markdown summary table with KPIs to ./reports/monthly-mrr.md.

Research & AI
Brave Search + Web Fetch + Memory Graph

Brave Search -> Fetch Deep Reading -> Knowledge Graph

1

brave_search.brave_web_search

Search for latest technical RFCs on AI agent standards.

2

fetch.fetch_markdown

Fetch full article content from top 3 search results as clean Markdown.

3

memory.create_entities

Persist extracted key entities and relationships into persistent memory graph.

Section 03

Direct Machine-Readable Endpoints

Connect external agent runtimes directly to MCP Codex data feeds.

Compact, structured summary of MCP Codex designed for LLM context ingestion.

Text / Markdown

Comprehensive manual containing all protocol specs, schemas, and 50+ verified server configs.

Text / Markdown

Standard agent skill markdown with system instructions.

Agent Skill

Full machine-readable registry of verified MCP servers, arguments, env schemas, and tools.

JSON

Machine-readable database of error codes, root causes, symptoms, and JSON config fix patches.

JSON