navigate-skills

Survey installed skills and surface their trigger phrases from SKILL.md files.

9|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/salazarsebas/Cougr --skill navigate-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: navigate-skills
Source: https://github.com/salazarsebas/Cougr/tree/main/.claude/skills/navigate-skills
Command: npx skills add https://github.com/salazarsebas/Cougr --skill navigate-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly discover and understand all installed stellar.new skills by scanning for valid SKILL.md files, grouping them into journey phases, and exposing how to invoke them.

Core Features & Use Cases

  • Survey installed skills by scanning the skills directory for valid SKILL.md files and flat .md skill files.
  • Group skills into journey phases such as Idea, Planning, Solutioning, Implementation, Review, Launch, and Meta, surfacing invocation phrases for each.
  • Read the SKILL_ROUTER mappings to provide canonical trigger phrases and recommended next steps for navigation.

Quick Start

Ask me to list installed skills to see the journey map and available options.

Frequently Asked Questions about navigate-skills

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

FAQPage Schema
How do I list installed Claude skills and find their trigger phrases?

To list installed Claude skills and find their trigger phrases, the skill scans the skills directory for valid SKILL.md files and flat .md files, grouping them into journey phases and exposing their invocation phrases.

What is the best way to navigate available skills grouped by workflow phase?

Navigating available skills by workflow phase involves reading SKILL_ROUTER mappings to group discovered skills into stages like Idea, Planning, Solutioning, Implementation, Review, Launch, and Meta, providing canonical trigger phrases for each.

How does skill discovery work for finding valid SKILL.md files?

Skill discovery works by surveying the skills directory structure to detect valid skill units, relying on SKILL.md frontmatter containing a name and description to identify and surface available skills.

Can I see recommended next steps when browsing installed skills?

Yes, you can see recommended next steps when browsing installed skills by reading the SKILL_ROUTER mappings, which provide canonical trigger phrases and navigation guidance for your journey phase.

Does skill discovery require specific frontmatter to detect valid skill units?

Yes, skill discovery requires specific frontmatter to detect valid skill units, relying on the SKILL.md frontmatter containing at least a name and description to successfully identify and survey installed skills.