navigate-skills

Lists installed stellar.new skills by journey phase and recommends the next skill for a given task.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/chrissstellee/Movix --skill navigate-skills-chrissstellee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: navigate-skills
Source: https://github.com/chrissstellee/Movix/tree/main/.agents/skills/navigate-skills
Command: npx skills add https://github.com/chrissstellee/Movix --skill navigate-skills-chrissstellee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users with dozens of installed stellar.new skills often cannot remember which skill fits their current task or where to start, leading to wasted time hunting through skill folders. ## Core Features & Use Cases - Skill Discovery: Scans the skills directory for SKILL.md folders and flat .md skill files, then groups them into journey phases from Idea through Launch. - Trigger-Phrase Routing: Reads the SKILL_ROUTER.md mapping to match a user's stated task to the correct skill and its invocation phrase. - Guided Recommendations: Helps stuck 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 builder says "I want to deploy to mainnet" and the skill surfaces deploy-stellar-mainnet along with related launch-phase skills like scf-prescreen-checker. ## Quick Start Ask the assistant "what skills do I have installed and which one should I use to write a PRD?"

Frequently Asked Questions about navigate-skills

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

FAQPage Schema
How do I see what skills are installed in stellar.new?▼

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

How do I find the right skill for a specific task?▼

State your task, such as "I need to write a PRD" or "I want to deploy to mainnet". The skill matches your request against trigger phrases in SKILL_ROUTER.md and surfaces the matching skill plus one or two related ones.

What are the persona skills like nicole-pm and tyler-architect?▼

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 "talk to Nicole". They are not bound to a specific journey phase.

Why does the installed skill count not match the expected 42?▼

The skill verifies listings against the filesystem and never invents skill names. If the installed count differs from the expected 42, it suggests running --update to refresh the installed skill set.

What should I do if I am lost and do not know where to start?▼

Say "I'm lost" or "where do I start" and the skill asks which journey phase you are in: figuring out what to build, planning, implementing, or shipping. It then suggests the two or three most relevant skills for that phase.