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.
npx agentmods add skills/dojogenesis/mcp/workspace-navigationnpx skills add DojoGenesis/mcp --skill workspace-navigationgit clone --depth 1 https://github.com/DojoGenesis/mcpWrote 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.
[](https://agentmods.dev/skills/dojogenesis/mcp/workspace-navigation)<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>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.
| Model | Per session | Once 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 |
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.
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
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.
- 3d ago First seen · 604 lines · 41 tokens per session scan A 8cfc7d5bdf9c
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.
Other skills, from other repositories
papercut
Capture or triage small Neva repository and engineering-harness frictions without derailing feature work.
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.
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…
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.
diet-remove
Remove a dependency identified by uzomuzo diet — analysis + issue (default) or direct PR.
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…