diff --git a/README.md b/README.md
index 237cfad5..a03faaac 100644
--- a/README.md
+++ b/README.md
@@ -53,17 +53,106 @@ pip install semantica
---
-## Plugins (Claude, Cursor, Codex)
+## ๐ Works With Every AI Tool
-Semantica includes a cross-platform plugin bundle under `plugins/` for community use:
+Semantica connects to the tools you already use โ via MCP server, REST API, or native plugin bundles.
-- 17 domain skills (context graphs, decision intelligence, explainability, reasoning, provenance, ontology, temporal, visualization)
-- Specialized agents (`decision-advisor`, `explainability`, `kg-assistant`)
-- Hook configuration and platform-specific manifests for Claude, Cursor, and Codex
+
+
+
+
+Claude Code
+12 hooks + MCP + skills
+ |
+
+
+Cursor
+MCP server
+ |
+
+
+Windsurf
+MCP server
+ |
+
+
+Claude Desktop
+MCP server
+ |
+
+
+VS Code
+MCP server
+ |
+
+
+GitHub Copilot
+MCP server
+ |
+
+
+Cline
+MCP server
+ |
+
+
+Roo Code
+MCP server
+ |
+
+
+
+
+Continue
+MCP server
+ |
+
+
+Goose
+MCP server
+ |
+
+
+Kilo Code
+MCP server
+ |
+
+
+Aider
+REST API
+ |
+
+
+Amazon Q
+MCP server
+ |
+
+
+Zed
+MCP server
+ |
+
+
+Claude SDK
+AgentSDKProvider
+ |
+
+
+Any agent
+REST API
+ |
+
+
-See the community setup guide:
+### Plugin Bundles
-- [`plugins/.claude-plugin/README.md`](plugins/.claude-plugin/README.md)
+Semantica ships a cross-platform plugin bundle under `plugins/` with deep integrations for agentic coding tools:
+
+- **17 domain skills** โ context graphs, decision intelligence, explainability, reasoning, provenance, ontology, temporal, visualization
+- **Specialized agents** โ `decision-advisor`, `explainability`, `kg-assistant`
+- **Hook configuration** and platform-specific manifests for Claude Code, Cursor, and Codex
+
+โ [`plugins/.claude-plugin/README.md`](plugins/.claude-plugin/README.md)
---
@@ -710,7 +799,53 @@ if result.valid:
- **Novita AI** โ OpenAI-compatible (`deepseek/deepseek-v3.2` and more) ยท set `NOVITA_API_KEY`
### Agentic Frameworks
-Semantica complements โ not replaces โ LangChain, LlamaIndex, AutoGen, CrewAI, Google ADK, and more.
+
+Semantica complements โ not replaces โ every major agentic framework. Use it as the accountability layer on top.
+
+
+
+
+
+Agno
+First-class ยท pip install semantica[agno]
+ |
+
+
+LangChain
+Context layer
+ |
+
+
+LangGraph
+Stateful agent graph
+ |
+
+
+LlamaIndex
+GraphRAG retriever
+ |
+
+
+AutoGen
+Shared context graph
+ |
+
+
+CrewAI
+Decision + provenance
+ |
+
+
+OpenAI Agents
+Context + KG tools
+ |
+
+
+Google ADK
+Context layer
+ |
+
+
> **Agno โ First-Class Integration** ยท `pip install semantica[agno]`
>