Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: repo-onboarding
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Repo Onboarding
7summary: Map an unfamiliar codebase into an architecture summary, entrypoints, conventions, and run/test instructions
8license: MIT
9tags: [onboarding, documentation, architecture, exploration]
10runtimes: [claude-code, cursor, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18inputs:
19 - name: root_dir
20 type: path
21 required: false
22 default: "."
23 description: Root directory of the repository to map
24 - name: depth
25 type: string
26 required: false
27 default: standard
28 description: "How deep to go: quick | standard | deep"
29requires: []
30

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc