project-wiki

Analyze repository structure and code to generate DeepWiki-style project documentation.

5|10|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/chaitin/MonkeyCodeOfficialPlugins --skill project-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-wiki
Source: https://github.com/chaitin/MonkeyCodeOfficialPlugins/tree/main/skills/project-wiki
Command: npx skills add https://github.com/chaitin/MonkeyCodeOfficialPlugins --skill project-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

项目团队需要从现有代码仓库快速生成结构清晰、可维护的项目文档,以便新成员上手和系统迁移。

Core Features & Use Cases

  • Recursive analysis of repository structure and code content to produce a comprehensive DeepWiki-style project document.
  • Support for three modes: new-project-plan, full-generation, and sync/refresh.
  • Outputs to {{workspace}}/.monkeycode/docs with a standardized architecture including INDEX, ARCHITECTURE, INTERFACES, DEVELOPER_GUIDE, and concept/module pages.

Quick Start

Run this skill against your code workspace to generate the DeepWiki documentation under {{workspace}}/.monkeycode/docs.

Frequently Asked Questions about project-wiki

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

FAQPage Schema
How do I generate project documentation from an existing code repository?

To generate project documentation from an existing code repository, run this Skill against your workspace to recursively analyze code and configuration, producing a structured DeepWiki-style document under the .monkeycode/docs directory.

What is the best way to automate architecture docs generation for my codebase?

Automating architecture docs generation involves analyzing repository structure and code content to output standardized modular sections like ARCHITECTURE and INTERFACES into your workspace without modifying the original source code.

Can I refresh or sync existing code analysis documentation after updating my code?

Yes, you can refresh or sync existing code analysis documentation by selecting the sync/refresh mode, which updates the generated DeepWiki outputs in the .monkeycode/docs folder based on the current repository state.

Does the project documentation generation process alter my source code?

No, project documentation generation does not alter source code; the process strictly analyzes repository structure and content to write all output artifacts, including the INDEX and modular pages, exclusively to the .monkeycode/docs directory.

What modes are available for generating DeepWiki-style project documentation?

Available modes for generating DeepWiki-style project documentation include new-project-plan, full-generation, and sync/refresh, which are automatically selected based on the current state of your repository to ensure accurate architecture docs.