personal-workspace-router

personal-workspace-router is a skill for Codex from markoblogo/abvx-agent-skills. It costs 54 tokens per session (745 once invoked), scanned A, original, MIT.

A guide for organizing a personal AI workspace into a root router and separate domain folders, such as work and personal projects. It loads only the context relevant to the current request and stores memory only when requested.

In plain words
What is it for?
Use it when one local AI workspace serves multiple projects or domains and needs controlled context, memory, and decision logging.
Why use it?
It reduces unrelated context and lowers the chance of mixing information between projects or areas of life. It also provides a way to record routing corrections and important decisions sparingly.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md.

Good fit Use it when one local AI workspace serves multiple projects or domains and needs controlled context, memory, and decision logging.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/markoblogo/abvx-agent-skills/personal-workspace-router
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.

Any agent
npx skills add markoblogo/abvx-agent-skills --skill personal-workspace-router
Clone the repo
git clone --depth 1 https://github.com/markoblogo/abvx-agent-skills

Made for: 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 personal-workspace-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/personal-workspace-router/github.svg)](https://agentmods.dev/skills/markoblogo/abvx-agent-skills/personal-workspace-router)
Your own site
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/personal-workspace-router"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/personal-workspace-router/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for personal-workspace-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/personal-workspace-router"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/personal-workspace-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 745 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00054 $0.00745
Opus 5 $0.00027 $0.00373
Sonnet 5 $0.00011 $0.00149
Haiku 4.5 $0.00005 $0.00075

Measured 2d ago against content hash e68fa174d013, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

personal-workspace-router 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 2d 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.

skills/personal-workspace-router/SKILL.md · 72 lines

How it starts

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

Personal Workspace Router

Build a compact local operating layer above project repos. The goal is not one giant memory file; it is routing to the smallest relevant context.

Workspace Shape

WORKSPACE/
├── AGENTS.md
├── MEMORY.md
├── DECISIONS.md
├── ROUTING-LOG.md
└── domains/
    └── <domain>/
        ├── AGENTS.md
        └── MEMORY.md

Core Rules

  1. Root router first: AGENTS.md maps domain signals to domains/<name>/.
  2. On-demand domain context: read only the routed domain's AGENTS.md; read its MEMORY.md only when durable preferences matter or the user asks about remembered context.
  3. Professional role routing: inside the selected domain, choose one primary role and only the supporting professionals needed for the current deliverable. A role changes stance and context, not authority.
  4. User-triggered memory: write memory only when the user explicitly says to remember, log, save, note, or not forget something.
  5. Conflict check: if a requested memory contradicts existing memory, show the conflict and ask how to reconcile it.
  6. Decision log sparingly: append one-line preference signals to DECISIONS.md only after meaningful forks.
  7. Routing log sparingly: append to ROUTING-LOG.md only after user correction, a new durable signal, or repeated ambiguity.

Domain Creation

When adding a domain:

  1. Ask a short interview:
    • domain name;
    • routing signals;
    • repo paths or external surfaces;
    • default stance and forbidden actions;
    • what memory is safe to store.
  2. Create domains/<domain>/AGENTS.md.
  3. Create domains/<domain>/MEMORY.md with a user-triggered policy and empty entries.
  4. Add the domain to the root routing map.
  5. Define initial professional role profiles only for current repeated work; route ambiguous intake through the personal assistant/coordinator.

Guardrails

  • Do not ask for confirmation before every routine step; ask only when route, memory, or action risk is real.
  • Do not store secrets, credentials, private contacts, raw transcripts, or bulky logs.
  • Do not turn every successful route into a routing-log entry.
  • Do not let personal workspace rules override repo-local safety, tests, or approval gates.
  • Do not treat role routing as durable memory, model selection, tool permission, or external-action approval.

Read the full file on GitHub · 72 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · +4 lines · -5 tokens per session e68fa174d013
  2. 11d ago First seen · 68 lines · 59 tokens per session scan A e0b7dbe2b55f

Subscribe to this mod's changes

personal-workspace-router is a skill published in the GitHub repository markoblogo/abvx-agent-skills (16 stars, last pushed 2d ago), licensed MIT. It adds 54 tokens to every session and 745 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

potpie-debug-memory

Use while debugging or troubleshooting failures, flaky tests, incidents, production alerts, CI failures, local dev setup issues, repeated bugs, prior fixes, failed attempts, and verification history.

potpie-ai/potpie · 41 tokens

memorywhale

Query and write durable debugging memory recorded by MemoryWhale. Use when debugging a failure that may have happened before, when you need the exact error/flags/output from an earlier attempt, when the user asks "how did we fix this last time?", or once you've figured out why something failed / how a fix worked and…

wuisabel-gif/MemWhale · 79 tokens

debug-memory

Query and manage the executable feedback debug memory.

jmagly/aiwg · 11 tokens

remem

Use when the user asks Codex to recall prior project context, save durable decisions or bug fixes, inspect remem memory health, or activate remem automatic memory hooks from the Codex plugin.

majiayu000/remem · 42 tokens

role-skill-boundary-audit

Audit where governance instructions belong (Role.md, skill, global policy, workflow docs, memory, or an agent-boundary change); enforce minimal verbosity in roles and skills. Diagnostic by default.

mblua/AgentsCommander · 46 tokens

save-bugfix

After resolving any bug, save what broke, the root cause, and the fix as a CogmemAi memory so the same problem never has to be debugged twice. Use immediately after a bug is fixed, after diagnosing a flaky test, after recovering from a production incident, or after the user says "got it working", "that fixed it"…

hifriendbot/cogmemai-mcp · 97 tokens