Navigation Commands banner
fatihguner fatihguner

Navigation Commands

Development community

Description

--- name: "navigation-commands" description: "Commands for exploring and discovering Foreman's skill library, output templates, playbooks, diagnostics, and hooks. These commands produce read-only listings and summaries — they never modify state or trigger execution." category: "navigation" commands: - name: "/skills" syntax: "/skills [category] [--stage stage] [--complexity level]" description: "List all skills, optionally filtered by category, company stage, or complexity." - name:

Installation

Installs to ~/.claude/commands/fatihguner-foreman-navigation-commands.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fatihguner/foreman/HEAD/.claude/commands/navigation-commands.md -o ~/.claude/commands/fatihguner-foreman-navigation-commands.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository