navigate-skills

Discovers and recommends installed stellar.new skills by journey phase and trigger phrases.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/stellar-zk/stellar-zk --skill navigate-skills-stellar-zk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: navigate-skills
Source: https://github.com/stellar-zk/stellar-zk/tree/main/.claude/skills/navigate-skills
Command: npx skills add https://github.com/stellar-zk/stellar-zk --skill navigate-skills-stellar-zk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users with dozens of installed skills often cannot remember which skill fits their current task, what trigger phrases exist, or where to start in their project journey. ## Core Features & Use Cases - Skill Discovery: Scans the skills directory for SKILL.md folders and flat skill files, grouping them into journey phases from Idea to Launch. - Trigger-Phrase Routing: Reads the SKILL_ROUTER mapping to match a user's stated task to the correct skill and how to invoke it. - Guided Recommendations: Helps lost users by asking which journey phase they are in, then suggests the 2-3 most relevant skills plus one concrete next step. - Use Case: A user asks "which skill should I use to write a PRD" and receives the matching skill name, its invocation method, and a follow-up suggestion like create-architecture. ## Quick Start Ask the assistant "what skills do I have" or "which skill should I use for my current task" to get a phase-organized skill map and a recommended next skill.

Frequently Asked Questions about navigate-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find which skills are installed?▼

Ask "what skills do I have" or "show me available skills". The skill scans the skills directory for SKILL.md folders and flat skill files, then prints them grouped by journey phase from Idea to Launch.

How do I know which skill to use for a task?▼

Describe your task, such as writing a PRD or deploying to mainnet. The skill matches your request against trigger phrases in SKILL_ROUTER.md and returns the matching skill name plus how to invoke it.

What are the journey phases used to organize skills?▼

Skills are grouped into Idea, Planning, Solutioning, Implementation, Review, Launch, and Meta phases. This mirrors a builder's progression from finding an idea through shipping and grant submission.

Can I invoke persona skills like nicole-pm directly?▼

Yes, the six personas (justin-analyst, bri-tech-writer, nicole-pm, kaan-ux-designer, tyler-architect, elliot-dev) are role-based agents invokable by name, such as saying "talk to Nicole", rather than phase-bound skills.

What happens if the installed skill count is wrong?▼

The skill verifies listings against the filesystem and never invents skill names. If the installed count does not match the expected 42 skills, it suggests running --update to refresh the installation.