# Codebase Onboarding

> >

- **Type:** Skill
- **Install:** `agentstack add skill-droodotfoo-agent-skills-codebase-onboarding`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [DROOdotFOO](https://agentstack.voostack.com/s/droodotfoo)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [DROOdotFOO](https://github.com/DROOdotFOO)
- **Source:** https://github.com/DROOdotFOO/agent-skills/tree/main/skills/codebase-onboarding
- **Website:** https://droo.foo/

## Install

```sh
agentstack add skill-droodotfoo-agent-skills-codebase-onboarding
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# codebase-onboarding

Auto-generate onboarding documentation from codebase analysis. Audience-aware
output for junior developers, senior engineers, and contractors.

## What You Get

- Architecture overview derived from actual code structure
- Key entry points and control flow
- Testing strategy and deployment process
- Domain glossary extracted from code and comments
- Audience-tailored depth and focus

## Workflow

1. **Analyze** -- Scan the codebase to discover stack, structure, and patterns
2. **Capture signals** -- Identify entry points, config files, CI/CD, test
   patterns, dependency graph, domain terms
3. **Fill template** -- Populate the output format sections
4. **Tailor** -- Adjust depth and emphasis for the target audience

## Analysis signals

| Signal             | Where to look                                      |
| ------------------ | -------------------------------------------------- |
| Language/framework  | package.json, mix.exs, go.mod, Cargo.toml, pyproject.toml |
| Entry points       | main files, router definitions, CLI entry points   |
| Config             | .env.example, config/, settings files              |
| CI/CD              | .github/workflows/, Makefile, Dockerfile           |
| Tests              | test/, spec/, __tests__/, *_test.go                |
| Database           | migrations/, schema files, ORM models              |
| API surface        | OpenAPI specs, GraphQL schema, route definitions   |
| Domain terms       | README, doc comments, module names, type names     |
| Dependencies       | Lock files, vendor/, package manifests             |
| Dev setup          | Makefile, docker-compose.yml, devcontainer.json    |

## Rules

1. Derive everything from the actual codebase -- do not fabricate
2. Flag gaps explicitly ("No CI/CD configuration found")
3. Keep the glossary to terms a newcomer would not know
4. Link to actual files using relative paths
5. If the audience is not specified, ask before generating

## Reference

| File | Topic |
|------|-------|
| [audience-profiles.md](audience-profiles.md) | Junior/Senior/Contractor focus areas |
| [output-template.md](output-template.md) | Markdown template for the onboarding doc |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [DROOdotFOO](https://github.com/DROOdotFOO)
- **Source:** [DROOdotFOO/agent-skills](https://github.com/DROOdotFOO/agent-skills)
- **License:** MIT
- **Homepage:** https://droo.foo/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-droodotfoo-agent-skills-codebase-onboarding
- Seller: https://agentstack.voostack.com/s/droodotfoo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
