navigation-commands

navigation-commands is a command for Claude Code from fatihguner/foreman. It costs 42 tokens per session (3,274 once invoked), scanned A, original, MIT.

A set of read-only commands for browsing a library of skills, templates, playbooks, diagnostics, and hooks. Read-only means the commands display information without changing settings or starting work.

In plain words
What is it for?
Use it to list all skills, inspect a category, filter by stage such as growth or scale, and filter by complexity.
Why use it?
It helps you discover available capabilities and narrow the results by category, company stage, or complexity before choosing one.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Part of the foreman plugin — 142 skills, 60 commands, 7 agents shipped together

Good fit Use it to list all skills, inspect a category, filter by stage such as growth or scale, and filter by complexity.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/fatihguner/foreman/navigation-commands
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/fatihguner/foreman

Made for: Claude Code.

Or install foreman, the plugin that ships this one along with the rest of its 142 skills, 60 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for navigation-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/fatihguner/foreman/navigation-commands/github.svg)](https://agentmods.dev/commands/fatihguner/foreman/navigation-commands)
Your own site
<a href="https://agentmods.dev/commands/fatihguner/foreman/navigation-commands"><img src="https://agentmods.dev/badge/commands/fatihguner/foreman/navigation-commands/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for navigation-commands

Your own site · 80×15
<a href="https://agentmods.dev/commands/fatihguner/foreman/navigation-commands"><img src="https://agentmods.dev/badge/commands/fatihguner/foreman/navigation-commands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,274 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.03274
Opus 5 $0.00021 $0.01637
Sonnet 5 $0.00008 $0.00655
Haiku 4.5 $0.00004 $0.00327

Measured 10d ago against content hash 2ac06f9bff70, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

navigation-commands scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/navigation-commands.md · 404 lines

How it starts

The opening of the file, as written. The whole thing — 404 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/skills

Description

Lists every skill registered in the system. Without arguments, returns a grouped summary across all 14 categories. With a category argument, returns only skills in that category. Stage and complexity flags narrow results further. Output includes skill name, one-line description, stage tags, and complexity level.

Syntax

/skills [category] [--stage stage] [--complexity level]

Parameters

Parameter Required Type Default Description
category No string all Category slug: frameworks, leadership, writing, ai-leadership, game-theory, stoic, storytelling, negotiation, people, creative, thinking, decisions
--stage No string all Filter by company stage: idea, validation, early-traction, growth, scale
--complexity No string all Filter by complexity: basic, intermediate, advanced

Examples

/skills
→ 158 skills across 14 categories
  frameworks (50) | leadership (28) | writing (6) | ai-leadership (9) | ...

/skills frameworks
→ 50 skills in "frameworks"
  balanced-scorecard      | intermediate | validation, growth, scale
  blue-ocean-strategy     | advanced     | validation, growth
  business-model-canvas   | basic        | idea, validation, early-traction
  ...

/skills --stage growth
→ 94 skills applicable to "growth" stage
  (filtered list across all categories)

/skills leadership --complexity advanced
→ 8 skills in "leadership" at advanced complexity
  senior-leadership-transition | advanced | growth, scale
  strategic-thinking-and-alignment | advanced | growth, scale
  ...

Related Commands

  • /skill [name] — View full detail on a specific skill
  • /search [query] — Find skills by keyword when the name is unknown

Error Handling

Input Error Message
/skills nonexistent-category Unknown category "nonexistent-category". Available categories: frameworks, leadership, writing, ai-leadership, game-theory, stoic, storytelling, negotiation, people, creative, thinking, decisions.
/skills --stage pre-seed Unknown stage "pre-seed". Valid stages: idea, validation, early-traction, growth, scale.

Read the full file on GitHub · 404 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 404 lines · 42 tokens per session scan A 2ac06f9bff70

Subscribe to this mod's changes

navigation-commands is a command published in the GitHub repository fatihguner/foreman (50 stars, last pushed 4d ago), licensed MIT. It adds 42 tokens to every session and 3,274 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.