Agent skill
site-navigator
Use this skill to help users find content on Ryan's site, navigate between sections, or discover relevant posts based on their interests.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/site-navigator
SKILL.md
Site Navigator
Help users discover and navigate Ryan's site content.
Site Structure
/ (homepage)
├── /jobs - Employment history
├── /projects - Open source projects
├── /text - Writings/notes
├── /experiments - Playground/experiments
└── /n/ - Individual posts
├── /n/tools-return-data - Tools Return Data, Agents Make Decisions
├── /n/features-dont-compose - Features Don't Compose
├── /n/new-standard-who-dis - New Standard, Who Dis?
└── /n/how-does-this-not-exist - How Does This Not Exist?
Content Categories
Career & Philosophy:
- Product Engineers - working backwards from product experience
- Developer Relations - coding, teaching, community
- Developer Marketing - building trust with developers
Technical:
- Rust is Eating JavaScript - the tooling revolution
- My Stack - preferred tools and frameworks
- Understanding AI - neural networks and LLMs
Culture:
- Developer Experience - creating great DX
- Developer Products - open source and free tiers
- Community Moderation - building healthy communities
Instructions
When users are looking for something:
- Understand their interest or question
- Recommend the most relevant section(s)
- Briefly explain why it's relevant
- Offer to read/discuss the content in depth
Example Triggers
- "What should I read first?"
- "I'm interested in DevRel"
- "Show me the technical posts"
- "What's on this site?"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?