open-knowledge-pack-codebase-wiki

Generate and maintain a markdown codebase wiki with diagrams and links.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/Agentic-Engineering-Agency/agentic-engineering-wiki --skill open-knowledge-pack-codebase-wiki-agentic-engineering-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-knowledge-pack-codebase-wiki
Source: https://github.com/Agentic-Engineering-Agency/agentic-engineering-wiki/tree/main/.cursor/skills/open-knowledge-pack-codebase-wiki
Command: npx skills add https://github.com/Agentic-Engineering-Agency/agentic-engineering-wiki --skill open-knowledge-pack-codebase-wiki-agentic-engineering-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires OpenKnowledge MCP server, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps manage and navigate a Codebase Wiki project, providing a structured, source-grounded wiki of the surrounding codebase.

Core Features & Use Cases

  • Wiki Creation: Automatically generate a navigable, diagram-rich, source-grounded wiki from the codebase.
  • Version Control: Maintain version control and diffability of the wiki content.
  • Customization: Adjust the audience and depth of the wiki content based on user needs.
  • Use Case: Ideal for projects with a wiki/ knowledge base, enabling teams to quickly access architecture diagrams, module details, and other essential information.

Quick Start

Run the workflow({ kind: "wiki" }) command to generate or refresh the Codebase Wiki.

Frequently Asked Questions about open-knowledge-pack-codebase-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a wiki from my codebase automatically?

To generate a codebase wiki automatically, run the `workflow({ kind: "wiki" })` command, which produces a structured, source-grounded markdown wiki with embedded diagrams and links.

What is source grounding in a codebase wiki?

Source grounding in a codebase wiki ensures the documentation is directly mapped to the actual source code, providing a structured overview of architecture, modules, flows, and concepts.

Do I need the OpenKnowledge MCP server to generate wiki documentation?

Yes, generating and maintaining the codebase wiki requires the OpenKnowledge MCP server to be set up in your environment, as the Skill depends on it for source grounding and content generation.

Can I customize the audience and depth of my codebase wiki?

Yes, you can customize the audience and depth of the wiki content to suit different user needs, adjusting the level of detail provided for architecture, modules, flows, and concepts.

How do I maintain version control for auto-generated wiki content?

This Skill maintains version control and diffability of the wiki content by outputting markdown-based files that can be tracked in standard version control systems within a `wiki/` knowledge base.

What is the best way to navigate a large project's architecture and modules?

The best way to navigate a large project is to use a diagram-rich, source-grounded wiki, which provides quick access to architecture diagrams, module details, and essential project flows.