一键导入
knowledgeforge-architecture
Query an ArchiMate knowledge graph built from enterprise documents — architecture, dependencies, impact, and document-grounded answers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query an ArchiMate knowledge graph built from enterprise documents — architecture, dependencies, impact, and document-grounded answers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | knowledgeforge-architecture |
| description | Query an ArchiMate knowledge graph built from enterprise documents — architecture, dependencies, impact, and document-grounded answers. |
KnowledgeForge (KF) ingests enterprise documents (PDF/DOCX/PPTX) and source code repositories, extracts an ArchiMate 3.2 knowledge graph (Business / Application / Technology layers), and exposes it via 8 MCP tools. Use these tools whenever the user asks about how systems are structured, how components depend on each other, what would break if something changes, or what the source documents actually say.
Do not use these tools for general code questions, file reads, or shell tasks — they only know about the indexed graph.
| Tool | One-liner |
|---|---|
get_brief | High-level summary of the knowledge base: layers, doc count, top entities. |
query | Natural-language search across the graph (semantic + keyword over entities, relations, source chunks). |
get_entity | Fetch a specific entity by id or name with all attributes and source provenance. |
get_connections | Return the neighbors of an entity (configurable depth and edge-type filter). |
god_nodes | List the most highly-connected entities — architecture choke points / hubs. |
graph_stats | Counts per entity type, edge type, and per-document distribution. |
check_conformance | Validate a document's extracted graph against the ArchiMate ontology; returns score and violations. |
impact_analysis | Downstream and upstream blast radius if a given entity changes or is removed. |
get_briefquery (then get_connections to expand)get_entityget_connectionsgod_nodesgraph_statscheck_conformanceimpact_analysisThe MCP server is a thin client over the kb-agent REST backend. The BACKEND_URL environment variable must point at a reachable KF backend (Cloud Run URL or local). Set KF_TENANT for multi-tenant deployments.