000-workspace-structure

000-workspace-structure is an agent for coding agents from paulbreuler/limps. It costs 0 tokens per session (400 once invoked), scanned A, original, MIT.

A workspace setup agent for creating and checking a .limps/ directory, which stores project context such as vision, brand, architecture, and technical requirements.

In plain words
What is it for?
Use it to initialize a .limps workspace, validate its files, create the required directories, and add starter configuration and context files.
Why use it?
It gives projects a consistent place and format for shared context and architecture decisions, including when commands are run from nested folders.

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/paulbreuler/limps/000-workspace-structure
Clone the repo
git clone --depth 1 https://github.com/paulbreuler/limps

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 000-workspace-structure

README.md
[![agentmods](https://agentmods.dev/badge/agents/paulbreuler/limps/000-workspace-structure.svg)](https://agentmods.dev/agents/paulbreuler/limps/000-workspace-structure)
Your own site
<a href="https://agentmods.dev/agents/paulbreuler/limps/000-workspace-structure"><img src="https://agentmods.dev/badge/agents/paulbreuler/limps/000-workspace-structure.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 400 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.00000 $0.00400
Opus 5 $0.00000 $0.00200
Sonnet 5 $0.00000 $0.00080
Haiku 4.5 $0.00000 $0.00040

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

Security

Grade A, and why

000-workspace-structure 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 4d 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.

plans/0047-limps-context-hierarchy/agents/000-workspace-structure.md · 64 lines

What it actually says

Agent 000: Workspace Structure

Objective

Define the .limps/ workspace structure and implement initialization.

Tasks

  1. Define schemas (src/context/schemas.ts)

    • WorkspaceConfig: workspace.md frontmatter
    • ContextFile: vision.md, brand.md, etc.
    • ADRFile: Architecture Decision Record
    • Validation functions for each
  2. Workspace utilities (src/context/workspace.ts)

    • findWorkspaceRoot(): Walk up to find .limps/
    • isValidWorkspace(): Check structure integrity
    • getWorkspaceConfig(): Parse workspace.md
  3. Init command (src/cli/commands/workspace/init.ts)

    • Create .limps/ directory structure
    • Generate workspace.md with prompts
    • Create context/ and adrs/ directories
    • Add .gitkeep files

Directory Structure

.limps/
├── workspace.md           # Workspace config
├── context/
│   ├── vision.md
│   ├── brand.md
│   ├── architecture.md
│   └── nfrs.md
├── adrs/
│   └── .gitkeep
└── archive/
    └── .gitkeep

Acceptance Criteria

  • limps workspace init creates full structure
  • workspace.md schema is validated
  • findWorkspaceRoot() works from nested directories
  • Context files have consistent frontmatter
  • Refuses to init if workspace already exists
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. 4d ago First seen · 64 lines · 0 tokens per session scan A 6772ee5ee7a9

Subscribe to this mod's changes

000-workspace-structure is an agent published in the GitHub repository paulbreuler/limps (10 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 400 tokens. 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.