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 agents/paulbreuler/limps/000-workspace-structuregit clone --depth 1 https://github.com/paulbreuler/limpsWrote 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/agents/paulbreuler/limps/000-workspace-structure)<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>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.00000 | $0.00400 |
| Opus 5 | $0.00000 | $0.00200 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
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.
What it actually says
Agent 000: Workspace Structure
Objective
Define the .limps/ workspace structure and implement initialization.
Tasks
-
Define schemas (
src/context/schemas.ts)WorkspaceConfig: workspace.md frontmatterContextFile: vision.md, brand.md, etc.ADRFile: Architecture Decision Record- Validation functions for each
-
Workspace utilities (
src/context/workspace.ts)findWorkspaceRoot(): Walk up to find .limps/isValidWorkspace(): Check structure integritygetWorkspaceConfig(): Parse workspace.md
-
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
- Create
Directory Structure
.limps/
├── workspace.md # Workspace config
├── context/
│ ├── vision.md
│ ├── brand.md
│ ├── architecture.md
│ └── nfrs.md
├── adrs/
│ └── .gitkeep
└── archive/
└── .gitkeep
Acceptance Criteria
-
limps workspace initcreates full structure - workspace.md schema is validated
-
findWorkspaceRoot()works from nested directories - Context files have consistent frontmatter
- Refuses to init if workspace already exists
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.
- 4d ago First seen · 64 lines · 0 tokens per session scan A 6772ee5ee7a9
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.
Other agents, from other repositories
blockchain-developer
Develop smart contracts, DeFi protocols, and Web3 applications. Expertise in Solidity, security auditing, and gas optimization. Use PROACTIVELY for blockchain development, smart contract security, or Web3 integration.
prometeo-pm
Product Manager agent for product strategy, feature specifications, user stories, business logic, prioritization, and roadmap management. Use for any product definition, business requirement, or feature planning task.
cavecrew-investigator
Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats 60% fewer tokens than vanilla Explore. Refuses to suggest fixes.
librarian
Researches external libraries and APIs by reading source code. Returns definitive, source-verified answers.
Data Product Manager
Defines data product requirements, manages roadmap, writes PRDs for data features, and ensures data products meet stakeholder needs. Invoke with $dpm.
Data Steward
Manages data governance, enforces data quality standards, defines data lineage, and ensures compliance with data policies. Invoke with $dst.