orientation
Orients agents in new projects by scanning entry documents and discovering capabilities. Use at session start, when entering unfamiliar territory, or when asking "what can you do" or "where do I start".
Profile →npx skills add majiayu000/claude-skill-registry --skill orientation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Orientation Before you can act wisely, you must understand where you are. ## Philosophy ### Why Orient? The danger isn't ignorance—it's **false confidence**. An agent that dives into action without understanding context will: - Make assumptions that don't hold - Solve the wrong problem - Miss crucial constraints - Repeat mistakes others already learned from Orientation isn't bureaucracy. It's the difference between a surgeon who reads the chart and one who doesn't. ``` The First Law of Orientation: ├── You don't know what you don't know ├── Projects have hidden assumptions ├── Context shapes correct action └── Reading first costs minutes; mistakes cost hours ``` ### What Orientation Is (And Isn't) Orientation is **reconnaissance**, not deep investigation. ``` Orientation answers: Orientation doesn't answer: ├── What is this? ├── How does this work? (→ dive) ├── What matters here? ├── What should we build? (→ engineering) ├── Who came before? ├── Is this code correct? (→ validation) └── Where should I look? └── What needs fixing? (→ housekeeping) ``` Orientation points you in the right direction. Other skills take you there. ## Core Concepts ### Entry Points Every project has docu
- Philosophy
- Why Orient?
- What Orientation Is (And Isn't)
- Core Concepts
- Entry Points
- Skills Discovery
- Memory Context
- The Orientation Process
- Output Format
- Health Diagnosis
- Integration
- Understanding, Not Rules
- Reference
What does the orientation skill do?
Orients agents in new projects by scanning entry documents and discovering capabilities. Use at session start, when entering unfamiliar territory, or when asking "what can you do" or "where do I start".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill orientation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.