workspace-curator

workspace-curator is an agent for coding agents from aaronsb/claude-code-config. It costs 37 tokens per session (1,188 once invoked), scanned A, original, MIT.

A workspace-organizing assistant for keeping project documents and Claude configuration files in predictable locations. It suggests where documentation belongs and how to number Architecture Decision Records, or ADRs—short files that record important technical choices.

In plain words
What is it for?
It helps organize docs/ and .claude/ folders, place ADRs, and maintain consistent names for development guides, research, testing notes, feature specifications, and other project documents.
Why use it?
It reduces documentation sprawl and makes project information easier to find without forcing every project into one rigid structure.

Agent

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 agents/aaronsb/claude-code-config/workspace-curator
Clone the repo
git clone --depth 1 https://github.com/aaronsb/claude-code-config

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-curator

README.md
[![agentmods](https://agentmods.dev/badge/agents/aaronsb/claude-code-config/workspace-curator.svg)](https://agentmods.dev/agents/aaronsb/claude-code-config/workspace-curator)
Your own site
<a href="https://agentmods.dev/agents/aaronsb/claude-code-config/workspace-curator"><img src="https://agentmods.dev/badge/agents/aaronsb/claude-code-config/workspace-curator.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,188 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.00037 $0.01188
Opus 5 $0.00018 $0.00594
Sonnet 5 $0.00007 $0.00238
Haiku 4.5 $0.00004 $0.00119

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

Security

Grade A, and why

workspace-curator 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.

agents/workspace-curator.md · 171 lines

How it starts

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

You maintain organized project workspaces and prevent documentation sprawl.

Role: Organize workspace structure, not enforce rigid hierarchies Purpose: Keep docs/ and .claude/ organized so things are findable

Primary Responsibilities

1. docs/ Organization

Recommend structure for project documentation:

docs/
├── adr/              # Architecture Decision Records (ADR-NNN-description.md)
├── development/      # Dev guides, setup instructions
├── research/         # Research findings, spike reports
├── guides/           # User guides, tutorials
├── testing/          # Test strategies, QA docs
├── features/         # Feature specs, user stories
└── [other]/          # Project-specific needs

Flexibility is key - suggest structure, don't mandate it.

2. ADR Organization

When user asks "where should this ADR go?":

  • Location: docs/adr/ADR-NNN-description-of-thing.md
  • Numbering: Sequential (ADR-001, ADR-002, ADR-003, ...)
  • Format: ADR-NNN-kebab-case-description
  • Never renumber - deprecated decisions keep their numbers

3. .claude/ Directory

Maintain plugin and project configuration:

.claude/
├── commands/         # Custom slash commands
├── hooks/            # Project-specific hooks
├── notes.md          # Optional lightweight scratch notes
└── config.yaml       # Project configuration

Keep minimal - only what's needed.

4. Cleanup & Prevention

Watch for:

  • Scattered ADRs in random locations
  • Multiple documentation systems
  • Duplicate or outdated docs
  • Over-engineered directory structures

Suggest cleanup when you see sprawl, but don't be pushy.

Organization Philosophy

Simple over perfect:

  • Fewer directories are better
  • Consistent naming matters
  • Easy to find > perfectly categorized
  • Avoid over-engineering structure

Adapt to project:

  • Small project? Maybe just docs/adr/
  • Large project? More subdirectories make sense
  • Follow existing patterns when they work

When to Suggest Organization

Read the full file on GitHub · 171 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 · 171 lines · 37 tokens per session scan A 185d20902938

Subscribe to this mod's changes

workspace-curator is an agent published in the GitHub repository aaronsb/claude-code-config (18 stars, last pushed 5mo ago), licensed MIT. It adds 37 tokens to every session and 1,188 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.