studio-workspace-routing

studio-workspace-routing is a skill for Codex from hoatv2211/GameStudio-CodexKIT. It costs 38 tokens per session (832 once invoked), scanned A, original, MIT.

A read-only routing guide for work spread across multiple Git repositories, using a project profile to identify the correct repository and subsystem.

In plain words
What is it for?
Use it to select the repository owner, gather project-specific context, define a validation slice, and identify the skills and checks needed for cross-repository work.
Why use it?
It reduces confusion about ownership when a workspace has nested repositories or a feature crosses project boundaries. It also keeps local project facts and verification steps with the right project.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to select the repository owner, gather project-specific context, define a validation slice, and identify the skills and checks needed for cross-repository work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing
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 hoatv2211/GameStudio-CodexKIT --skill studio-workspace-routing
Clone the repo
git clone --depth 1 https://github.com/hoatv2211/GameStudio-CodexKIT

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 studio-workspace-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing/github.svg)](https://agentmods.dev/skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing)
Your own site
<a href="https://agentmods.dev/skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing"><img src="https://agentmods.dev/badge/skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing/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 studio-workspace-routing

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing"><img src="https://agentmods.dev/badge/skills/hoatv2211/gamestudio-codexkit/studio-workspace-routing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 832 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.
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.00038 $0.00832
Opus 5 $0.00019 $0.00416
Sonnet 5 $0.00008 $0.00166
Haiku 4.5 $0.00004 $0.00083

Measured today against content hash 77c9a427e3b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

studio-workspace-routing 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 today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/project_profile.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/studio-workspace-routing/SKILL.md · 81 lines

How it starts

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

Studio Workspace Routing

Overview

Route work through one project-profile seam so repository ownership, project-local facts, and verification stay local while reusable workflow logic stays in the kit.

When to use

Use when .agents/project-profile.yaml exists, the workspace contains nested Git roots, ownership is unclear across client/server/services, or one feature crosses repositories.

When NOT to use

Do not use for a single known repository and subsystem with an already selected owner skill. Do not replace project intake when the profile is missing or unverified.

Required inputs and context discovery

Collect the workspace root, profile path, current repository snapshots, requested goal, candidate paths, cross-project contract, exclusions, owner skills, and declared validation commands.

Safety and risk level

This skill is read-only. It selects scope and evidence; it does not authorize edits, builds, services, database operations, publishing, or agent activation.

Workflow

  1. Load and validate the project profile before routing. Completion criterion: invalid, missing, or stale ownership remains Unverified or BLOCKED. Overlapping declared capability patterns remain valid profile metadata; exact concurrent assignment conflicts are checked after agent templates and inferred roles resolve.
  2. Select one repository and subsystem owner for repository-local work. Completion criterion: one owner skill, write scope, and do-not-touch scope are explicit.
  3. Split cross-project contracts into ordered repository phases. Completion criterion: authority, interface handoffs, and integration ownership are named.
  4. Choose the narrowest declared validation for each phase. Completion criterion: every phase has a command, risk level, expected artifact, or explicit BLOCKED state.
  5. Hand the bounded route to the owning workflow and re-route if scope changes. Completion criterion: sibling repositories are not changed for convenience.

Evidence and output contract

Produce workspace-route.json with profile snapshot, selected repository, subsystem, owner skill, phase, owned paths, exclusions, validation, authority, and evidence labels.

Read the full file on GitHub · 81 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. today Changed · +1 lines 77c9a427e3b1
  2. 8d ago First seen · 80 lines · 38 tokens per session scan A b001bfe24d54

Subscribe to this mod's changes

studio-workspace-routing is a skill published in the GitHub repository hoatv2211/GameStudio-CodexKIT (3 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 832 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.