740 B
yaml
| 1 | schema: 1 |
| 2 | name: repo-onboarding |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: workflow |
| 6 | title: Repo Onboarding |
| 7 | summary: Map an unfamiliar codebase into an architecture summary, entrypoints, conventions, and run/test instructions |
| 8 | license: MIT |
| 9 | tags: [onboarding, documentation, architecture, exploration] |
| 10 | runtimes: [claude-code, cursor, codex, openai-agents, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: WORKFLOW.md |
| 16 | files: |
| 17 | - WORKFLOW.md |
| 18 | inputs: |
| 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" |
| 29 | requires: [] |
| 30 |