Agent skill

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".

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill orientation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/orientation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Philosophy
  2. Why Orient?
  3. What Orientation Is (And Isn't)
  4. Core Concepts
  5. Entry Points
  6. Skills Discovery
  7. Memory Context
  8. The Orientation Process
  9. Output Format
  10. Health Diagnosis
  11. Integration
  12. Understanding, Not Rules
  13. Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going