Corbell: Open Source CLI for Cross-Repo Architecture Analysis and Design Docs

Corbell is an open source CLI tool that analyzes codebases to build cross-service architecture graphs and generate design documentation. It's positioned as a free alternative to Augment Code MCP, which costs $20/month.
Key Features
- Scans your repositories and builds a cross-service architecture graph
- Generates and reviews design documents grounded in your actual codebase
- Provides a dark theme clean UI to explore your repositories
- No SaaS, no cloud dependency, no account required
- Everything runs locally on SQLite and local embeddings via sentence-transformers
- Your code never leaves your machine
LLM Integration
The LLM parts (spec generation, spec review) are fully BYOK (Bring Your Own Key). Works with:
- Anthropic
- OpenAI
- Ollama (fully local option)
- Bedrock
- Azure
- GCP
You can run the entire graph build and analysis pipeline without touching an LLM at all if you want.
Problem It Solves
Teams with 5-10 backend repos lose cross-service context constantly, during code reviews and when writing design docs. Corbell builds the graph across all your repos at once and lets you:
- Query it
- Generate specs from it
- Validate specs against it
Additional Features
- Ships an MCP server so you can hook it directly into Cursor or Claude Desktop and ask questions about your architecture interactively
- Apache 2.0 licensed
- No open core, no paid tier hidden behind the good features
- Python 3.11+
📖 Read the full source: r/LocalLLaMA
👀 See Also

Open Source Chrome Extension Development Skills Package Released
Developer quangpl has packaged four years of Chrome extension development experience into eight AI agent skills covering scaffolding with WXT, manifest generation, security auditing, testing, asset generation, publishing, and MV2 to MV3 migration.

Qwen 3.5 Chat Template Release with 21 Bug Fixes for Agent Workflows
A developer has released a fixed chat template for Qwen 3.5 models, addressing 21 bugs including tool calling crashes, parallel call separation, and agent loop stability. It's a drop-in replacement tested on llama.cpp, Open WebUI, vLLM, and other platforms.

Awesome OpenClaw Skills Repository Provides 5,400+ Filtered Skills
A GitHub repository called awesome-openclaw-skills offers 1,715+ production-ready skills that AI agents can install with one CLI command, filtered from the official OpenClaw Skills Registry.
Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo
A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.