orient
Installation
SKILL.md
Orient
Systematically explore a codebase and produce a structured orientation that tells a developer everything they need to start working productively. Depth scales with project size — small projects get a tight summary, large projects get a layered map.
Phase 1 — Project Identity
Establish what the project is before reading any source code.
Read top-level files (in order of priority)
README.md/README— stated purpose, setup instructions, feature listAGENTS.md— architecture boundaries, "always do / never do" rules.cursor/rules/— workspace conventions for this project- Manifest file —
package.json,pyproject.toml,Cargo.toml,go.mod,pom.xml,Gemfile,composer.json, or equivalent CONTRIBUTING.md,ARCHITECTURE.md,docs/index — if present