agentsclimarketplace

Navigate

Skill alessiomarcone/agent-fieldbook/plugins/knowledge-pack/skills/navigate

Source-backed skills that turn official Claude and Codex training into reliable daily workflows.

Install
npx -y skills add alessiomarcone/agent-fieldbook --skill navigate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Routes ambiguous mechanism comparisons to the smallest appropriate agent mechanism and skill. Use when the user is unsure whether they need instructions, a prompt, skill, subagent, hook, scheduler, MCP, plugin, Claude workflow, or Codex workflow; if the artifact is already selected, its specialist skill wins.

SKILL.md

2.3 KB, as published. Nobody here has run it

Navigate

Route the request. Do not absorb specialist work that belongs to a narrower skill.

Reference

Read references/knowledge-base.md when the mechanism boundary or product branch is not obvious.

Routing table

IntentRoute
Improve or design a requestprompt
Fact-check or stress-test an outputverify
Decide, design, or configure delegated agentssubagent
Create or refine an agent skillskill
Package or distribute reusable capabilitiesplugin
Design a Cowork workflowcowork
Operate a Codex-specific surfacecodex
Build an official learning pathlearn
Distill source materialknowledge-card
Run work on a clock or recurring schedulecowork for Claude/Cowork, codex for Codex, or the host scheduler/API

If no specialist matches, select the smallest supported mechanism: normal chat/task, project knowledge, CLAUDE.md or AGENTS.md, skill, subagent, hook, scheduler/automation, MCP/connector, plugin, or API/SDK. Hooks are event-driven; they are not a substitute for clock-driven scheduling.

Output contract

Return three fields, plus an optional fourth:

  1. Route — one skill or mechanism.
  2. Why — one short paragraph.
  3. Invoke — the exact next invocation and minimum input.
  4. Freshness check — only when a product capability may have changed.

Use /knowledge-pack:<skill> for the Claude Code plugin and /<skill> for a standalone Claude skill. Use $knowledge-pack:<skill> for the Codex plugin and $<skill> for a standalone Codex skill.

Boundaries

  • Choose one adequate route, not a menu of equivalent options.
  • Own comparisons such as “custom agent or skill?”; once the user explicitly selects an artifact, its specialist skill wins.
  • Do not execute the specialist workflow unless routing alone would block progress.
  • Do not conflate a skill, subagent, hook, plugin, connector, or MCP server.
  • Answer in the user's language.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.