navigate-skills

Browse and discover installed stellar.new skills by journey phase and trigger phrases.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/JHAMILCALI/Stellar-Build --skill navigate-skills-jhamilcali
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: navigate-skills
Source: https://github.com/JHAMILCALI/Stellar-Build/tree/main/.claude/skills/navigate-skills
Command: npx skills add https://github.com/JHAMILCALI/Stellar-Build --skill navigate-skills-jhamilcali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? With dozens of stellar.new skills installed, users often don't know which skill fits their current task or where to start. This meta-skill acts as a directory and router, mapping user intent to the right installed skill. ## Core Features & Use Cases - Skill Discovery: Scans ~/.claude/skills/ for skill folders and flat .md skill files, grouping them into journey phases (Idea, Planning, Solutioning, Implementation, Review, Launch, Meta). - Trigger-Phrase Routing: Loads SKILL_ROUTER.md to match a user's stated task against canonical trigger phrases and surfaces the matching skill plus invocation instructions. - Guided Onboarding: When users are stuck, asks which journey phase they're in and recommends 2-3 relevant skills, always ending with one concrete next-skill suggestion. - Use Case: A user asks "what skills do I have" — the skill prints the full journey map, notes the expected count of 42 skills, and suggests starting with find-stellar-idea for early-stage builders. ## Quick Start Ask the assistant "what skills do I have" or "which skill should I use to write a PRD" to get a routed recommendation.

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 Claude skill to use for a task?▼

State your task in natural language, such as "I want to deploy to mainnet" or "I need to write a PRD". The skill matches your intent against trigger phrases in SKILL_ROUTER.md and surfaces the matching skill name with invocation instructions plus 1-2 related skills.

How do I list all installed stellar.new skills?▼

Ask "what skills do I have" or "show me available skills". The skill scans ~/.claude/skills/ for folders with SKILL.md and flat .md files, then prints them grouped by journey phase: Idea, Planning, Solutioning, Implementation, Review, Launch, and Meta.

Can I invoke the persona skills like nicole-pm or elliot-dev directly?▼

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

Why does the installed skill count not match 42?▼

The skill verifies listings against the filesystem and expects 42 total skills. If the count differs, it suggests running --update to refresh the installation rather than listing skills that are not actually present.

What are the limitations of skill discovery by trigger phrase?▼

Routing depends on the trigger phrases defined in SKILL_ROUTER.md, so tasks outside that mapping may not match cleanly. The skill also never invents skill names and only recommends skills verified to exist on the filesystem.