Deepwiki Skill banner
natsu1211 natsu1211

Deepwiki Skill

DevOps community

Description

AI agent skills for claude code that generates comprehensive wiki-style markdown document for codebase, with CI/CD-ready incremental updates

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

πŸ“š deepwiki-skill

Generate comprehensive, evidence-based wiki documentation for any codebase

**deepwiki-skill** is a portable **agent skill** that produces DeepWiki-style documentation β€” with line-level source citations and validated Mermaid diagrams β€” for Claude Code, Gemini, Codex, and any agent that supports agent skills.

Install it across every harness with **one command** via [apm](https://github.com/microsoft/apm). Zero standalone agents, zero complex setup.

![license](https://img.shields.io/badge/license-MIT-green.svg) ![version](https://img.shields.io/badge/version-1.0.4-blue.svg) ![apm](https://img.shields.io/badge/apm-compatible-8A2BE2.svg) ![agent skill](https://img.shields.io/badge/agent-skill-orange.svg)

**English** | [δΈ­ζ–‡](./README.zh-CN.md) | [ζ—₯本θͺž](./README.ja.md)


Why use deepwiki-skill

  • Standard Agent Skill: Not another standalone agent, but a reusable skill that works across multiple AI agents
  • Zero Configuration Hassle: Leverage your existing subscription without complex setup
  • Evidence-Based & Hallucination-Free: Every key statement includes precise line-level citations from source code
  • Manual Structure Control: Available to take full control of document structure, solving the problem of uncontrollable auto-generated content
  • CI/CD Ready: Built-in incremental updates feature makes it easy to deploy in CI/CD pipelines, keeping docs synchronized with code changes

Features

  • Evidence-Based Documentation: Every statement traced back to source files with line numbers
  • Mermaid Diagram Support: Generate and validate flowcharts, sequence diagrams, class diagrams, and more
  • Flexible Execution Modes: Fully automatic, TOC-file-based, or incremental updates
  • Parallel Processing: Subagents for faster documentation generation and better context isolation
  • Smart Code Analysis: Detects multiple programming languages, handles encoding detection, filters binary