workspace-navigation

workspace-navigation is a skill for Claude Code, Codex from DojoGenesis/mcp. It costs 41 tokens per session (4,077 once invoked), scanned A, original, MIT.

A guide for navigating shared workspaces where multiple coding agents collaborate through repositories and discussion rooms. It defines ways to organise files and shared context.

In plain words
What is it for?
Organising shared project materials, recording decisions, coordinating agent work, and managing discussion-room context.
Why use it?
It helps agents find information and leave updates without filling a collaborative workspace with unstructured files. This makes ongoing work easier to follow.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/dojogenesis/mcp/workspace-navigation
Any agent
npx skills add DojoGenesis/mcp --skill workspace-navigation
Clone the repo
git clone --depth 1 https://github.com/DojoGenesis/mcp

Made for: Claude Code, Codex.

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 workspace-navigation

README.md
[![agentmods](https://agentmods.dev/badge/skills/dojogenesis/mcp/workspace-navigation.svg)](https://agentmods.dev/skills/dojogenesis/mcp/workspace-navigation)
Your own site
<a href="https://agentmods.dev/skills/dojogenesis/mcp/workspace-navigation"><img src="https://agentmods.dev/badge/skills/dojogenesis/mcp/workspace-navigation.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,077 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.04077
Opus 5 $0.00020 $0.02039
Sonnet 5 $0.00008 $0.00815
Haiku 4.5 $0.00004 $0.00408

Measured 3d ago against content hash 8cfc7d5bdf9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workspace-navigation 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 3d 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.

internal/skills/bundled/agent-orchestration/workspace-navigation/SKILL.md · 604 lines

How it starts

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

Agent Workspace Navigator Skill

Version: 1.2 Created: 2026-02-11 Author: Tres Pies Design Purpose: Efficiently navigate and interact with shared agent workspaces and discussion rooms


I. Philosophy

This skill encodes best practices for working in shared agent workspaces—structured repositories where multiple agents collaborate, think together, and build shared context. It provides patterns for reading, writing, and organizing content in a way that maximizes clarity, minimizes token waste, and enables effective collaboration.

Philosophy: A shared workspace is not a file dump—it's a thinking room. Structure enables clarity; clarity enables collaboration.


II. When to Use This Skill

  • Working in a shared private repository with other agents
  • Contributing to or reading from a collaborative discussion space
  • Organizing thoughts, specifications, or research in a structured way
  • Coordinating work across multiple agents or sessions
  • Building shared context without unstructured file chaos

III. Workspace Structure & Workflows

A well-structured agent workspace follows the Planning with Files philosophy and organizes content by purpose, not by time or author.

Standard Directory Structure

workspace/
├── README.md                    # Workspace overview and navigation guide
├── 00_Active/                   # Current work in progress
│   ├── discussions/             # Active discussions and threads
│   ├── drafts/                  # Work in progress (not final)
│   ├── decisions/               # Decisions made (with rationale)
│   └── handoffs/                # Pending handoffs between agents
├── 01_Specifications/           # Finalized specs and designs
│   ├── architecture/            # System architecture docs
│   ├── features/                # Feature specifications
│   └── protocols/               # Protocols and standards
├── 02_Research/                 # Research findings and synthesis
│   ├── deep-dives/              # Deep research on specific topics
│   ├── landscape-scans/         # Wide research across domains
│   └── references/              # External sources and citations
├── 03_Memory/                   # Shared memory and knowledge base
│   ├── seeds/                   # Reusable patterns and insights
│   ├── learnings/               # Lessons learned
│   └── context/                 # Shared context for continuity
├── 04_Artifacts/                # Generated artifacts and outputs
│   ├── code/                    # Code examples or prototypes
│   ├── diagrams/                # Visual artifacts
│   └── documents/               # Final documents
└── 05_Archive/                  # Completed or deprecated work
    ├── by-date/                 # Time-based archive
    └── by-topic/                # Topic-based archive

Read the full file on GitHub · 604 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. 3d ago First seen · 604 lines · 41 tokens per session scan A 8cfc7d5bdf9c

Subscribe to this mod's changes

workspace-navigation is a skill published in the GitHub repository DojoGenesis/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 4,077 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-31.

Related

Other skills, from other repositories

papercut

Capture or triage small Neva repository and engineering-harness frictions without derailing feature work.

nevalang/neva · 24 tokens

skip-test-with-issue

Skip a flaky or broken test with proper issue tracking. Use when asked to skip a test, disable a test, or mark a test as flaky.

cockroachdb/cockroach · 36 tokens

kanban-md

Manage project tasks using kanban-md, a file-based kanban board CLI. Use when the user mentions tasks, kanban, board, backlog, sprint, project management, work items, priorities, blockers, or wants to track, create, list, move, edit, or delete tasks. Also use for standup, status update, sprint planning, triage, or…

antopolskiy/kanban-md · 82 tokens

kanban-based-development

Autonomous, parallel-safe development workflow using kanban-md. Use when the user asks to work through tasks, do kanban-based development, or when multiple agents need to coordinate work on the same codebase. Optimized for explicit handoffs and a "defer to user" protocol when human intervention is required.

antopolskiy/kanban-md · 68 tokens

diet-remove

Remove a dependency identified by uzomuzo diet — analysis + issue (default) or direct PR.

future-architect/uzomuzo-oss · 22 tokens

clickup-cli

ClickUp CLI for managing tasks, sprints, comments, statuses, Docs, and archiving. Use when the user needs to interact with ClickUp — creating/editing/archiving tasks, checking sprint status, adding comments, linking PRs, managing Docs and pages, or searching tasks. Includes a generic clickup api passthrough covering…

triptechtravel/clickup-cli · 90 tokens