Agent skill
deepwiki-rs
AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.
Install this agent skill to your Project
npx add-skill https://github.com/sopaco/deepwiki-rs/tree/main/assets/skill-litho
SKILL.md
Litho (deepwiki-rs) - AI-Powered Documentation Generation
Quick Start Guide
Use Litho when you need to:
- Analyze entire codebases and generate architecture documentation
- Create C4 model diagrams (Context, Container, Component, Code)
- Understand complex software systems and module relationships
- Generate comprehensive technical specifications
- Document architecture evolution and design decisions
Core Workflow:
# Basic codebase analysis
deepwiki-rs -p ./src
# Complete C4 documentation with dual models
deepwiki-rs -p ./project --model-efficient gpt5-mini --model-powerful gpt5
Decision Tree
📋 Comprehensive Documentation → Use "Full Litho Workflow"
Generate complete C4 model documentation with architecture diagrams and technical specs.
⚡ Quick Code Analysis → Use "Basic Analysis Mode"
Fast code insights without full documentation pipeline.
🏗️ Architecture Understanding → Use "Advanced C4 Generation"
Deep architectural analysis with detailed component relationships.
🔄 CI/CD Integration → Use "Automated Pipeline"
Continuous documentation generation for development workflows.
Key Capabilities
Multi-Language Support
- Rust, Python, Java, Go, C#, JavaScript/TypeScript
- Any language with recognizable code structure
Documentation Structure
project-docs/
├── 1. Project Overview
├── 2. Architecture Overview
├── 3. Workflow Overview
└── 4. Deep Dive/
├── Topic1.md
└── Topic2.md
Essential Parameters
-p, --path: Source directory-o, --output: Output location (default: ./litho.docs)--model-efficient: Fast model for quick analysis--model-powerful: Capable model for deep analysis--skip-preprocessing: Skip initial scanning phase--skip-research: Skip AI research phase
Advanced Resources
For detailed configuration, troubleshooting, and advanced patterns:
- See configuration.md for comprehensive setup guides
- See examples.md for real-world usage patterns
- See integration.md for CI/CD and automation
- See troubleshooting.md for common issues
Security & Performance Notes
- Install only from trusted sources
- Use
--model-efficientfor large codebases - Batch processing helps avoid API rate limits
- Memory-constrained environments: use
--skip-preprocessing
Installation
# Install from crates.io (recommended)
cargo install deepwiki-rs
# Build from source
git clone https://github.com/sopaco/deepwiki-rs.git && cd deepwiki-rs && cargo build --release
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
smart-docs
AI-powered comprehensive codebase documentation generator. Analyzes project structure, identifies architecture patterns, creates C4 model diagrams, and generates professional technical documentation. Use when users need to document codebases, understand software architecture, create technical specs, or generate developer guides. Supports all programming languages. Alternative to Litho/deepwiki-rs that uses Claude Code subscription without external API costs.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
qdrant-vector-search
High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
Didn't find tool you were looking for?