home / skills / lis186 / sourceatlas / codebase-overview
This skill gives you a concise project overview including architecture, tech stack, and patterns to accelerate onboarding.
npx playbooks add skill lis186/sourceatlas --skill codebase-overviewReview the files below or copy the command above to add this skill to your agents.
---
name: codebase-overview
description: Quickly understand a new codebase's architecture, tech stack, and patterns. Use when user asks "what is this project", "project overview", "how is this codebase structured", "what tech stack", or when onboarding to a new codebase.
---
# Codebase Overview
## When to Use
Trigger this skill when the user:
- Asks about project structure or architecture
- Is new to a codebase and needs orientation
- Wants to understand tech stack or patterns used
- Asks "what is this project about"
- Asks "how is this organized"
## Instructions
1. Run `/sourceatlas:overview` to analyze the codebase
2. This scans <5% of high-entropy files (configs, READMEs, models)
3. Returns project fingerprint, architecture hypotheses, and AI collaboration level
## What User Gets
- Project type and scale
- Tech stack identification
- Architecture patterns with confidence levels
- Code quality signals
- Recommended next steps
## Example Triggers
- "I just joined this project, where do I start?"
- "What's the architecture of this codebase?"
- "Give me an overview of this project"
- "What tech stack does this use?"
This skill quickly orients you to a new codebase by summarizing its architecture, tech stack, and common patterns. It is optimized for fast, high-value scans that highlight project type, scale, and key files to inspect next. Use it to get confident context before diving into code changes or onboarding conversations.
Run the overview scan which inspects a focused sample of high-entropy files (configs, READMEs, CI, and top-level scripts) to build a project fingerprint and hypotheses. The skill returns identified technologies, likely architecture patterns with confidence levels, and code quality signals along with suggested next steps for deeper exploration.
How accurate are the architecture hypotheses?
Hypotheses are based on a focused sample and file signals; they include confidence levels and should be verified against core entrypoints and runtime config.
Which files does the scan inspect?
The scan targets high-entropy files such as README, package/config files, CI, Dockerfiles, and top-level scripts to produce a high-impact summary.