auggie-deep-wiki

Generates a complete website from a user-provided text prompt.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/augment-solutions/auggie-skills --skill auggie-deep-wiki
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auggie-deep-wiki
Source: https://github.com/augment-solutions/auggie-skills/tree/main/auggie-deep-wiki
Command: npx skills add https://github.com/augment-solutions/auggie-skills --skill auggie-deep-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @mdx-js/mdx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automatically generate a DeepWiki-style MDX repository guide for any Git repository by orchestrating the headless Auggie CLI in three stages: repo metadata, wiki structure, and per-section MDX. This eliminates manual, error-prone documentation and yields a consistent, navigable reference with Mermaid diagrams.

Core Features & Use Cases

  • End-to-end wiki generation: clone, index, generate metadata, build a structured wiki, and assemble wiki.mdx.
  • Optional publishing: push the wiki to a host Astro site via a Git-backed workflow.
  • Local viewing: produce a self-contained index.html viewer or serve live via a small HTTP server.
  • MDX validation: optional Node-based validation to catch MDX issues before publishing.

Quick Start

Generate a DeepWiki for a repository into a local output directory.

Frequently Asked Questions about auggie-deep-wiki

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

FAQPage Schema
How do I generate MDX documentation for a Git repository automatically?▼

Generate MDX documentation for a Git repository automatically by orchestrating the auggie CLI across metadata, structure, and per-section content. This process clones and indexes the repo, then assembles a navigable wiki.mdx file with Mermaid diagrams.

What is the best way to create a navigable wiki from an existing codebase?▼

Creating a navigable wiki from an existing codebase is best done by automating wiki structure generation and per-section MDX assembly. This approach yields a consistent, DeepWiki-style reference that eliminates manual, error-prone documentation.

Do I need Node.js and Python to generate MDX wiki guides?▼

You need Python 3.10+, auggie, and git to generate MDX wiki guides. Node.js and npm are optional dependencies required only for MDX validation and building the host Astro site for publishing.

Can I validate MDX files before publishing a generated repository wiki?▼

You can validate MDX files before publishing a generated repository wiki using the optional Node-based validation. This step catches MDX issues early, ensuring the wiki is structurally sound before pushing it to a host Astro site.

How can I view a generated MDX wiki locally without a full site build?▼

View a generated MDX wiki locally without a full site build by producing a self-contained index.html viewer. Alternatively, you can serve the wiki live via a small HTTP server for local viewing.

Does automated wiki generation work with Mermaid diagrams in MDX?▼

Automated wiki generation works with Mermaid diagrams in MDX by orchestrating the auggie CLI across metadata, structure, and per-section content. It yields a consistent, navigable reference that includes these diagrams natively.