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 skills/griddynamics/rosetta/arrange-workspace-flownpx skills add griddynamics/rosetta --skill arrange-workspace-flowgit clone --depth 1 https://github.com/griddynamics/rosettaWrote 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/skills/griddynamics/rosetta/arrange-workspace-flow)<a href="https://agentmods.dev/skills/griddynamics/rosetta/arrange-workspace-flow"><img src="https://agentmods.dev/badge/skills/griddynamics/rosetta/arrange-workspace-flow.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.1 | $0.00026 | $0.01286 |
| Opus 5 | $0.00013 | $0.00643 |
| Sonnet 5 | $0.00005 | $0.00257 |
| Haiku 4.5 | $0.00003 | $0.00129 |
Grade A, and why
arrange-workspace-flow 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.
How it starts
The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<description_and_purpose>
Guide user through workspace arrangement: layout, reference code, business/technical context, modernization docs (if applicable), ecosystem tools. Close gaps, contradictions, undocumented decisions in CONTEXT.md/ARCHITECTURE.md.
</description_and_purpose>
<workflow_phases>
<choose_workspace_layout phase="1" applies="ALL">
- Show layout options verbatim, help user pick one, guide setup actions.
- APPLY SKILL FILE
phases/arrange-workspace-flow-choose-workspace-layout.md - No choice recorded → re-ask, do not default.
- Update
arrange-state.md.
</choose_workspace_layout>
<reference_source_code phase="2" applies="Single Repo Workspace (Option 1)">
- Onboard read-only reference code into
refsrc/, documented inrefsrc/INDEX.md. - Layout ≠ Single Repo Workspace (Option 1) → skip, record skip reason, proceed to phase 3.
- APPLY SKILL FILE
phases/arrange-workspace-flow-reference-source-code.md - Update
arrange-state.md.
</reference_source_code>
<business_context phase="3" applies="ALL">
- Interview user to gather missing business context into
CONTEXT.md. - APPLY SKILL FILE
phases/arrange-workspace-flow-business-context.md - Update
arrange-state.md. </business_context>
<technical_context phase="4" applies="ALL">
- Interview user to gather missing technical context into
ARCHITECTURE.md. - APPLY SKILL FILE
phases/arrange-workspace-flow-technical-context.md - Update
arrange-state.md. </technical_context>
<configure_ecosystem phase="6" applies="ALL">
- Show MCP/CLI/plugin recommendations; guide install only if user decides to.
- APPLY SKILL FILE
phases/arrange-workspace-flow-configure-ecosystem.md - Update
arrange-state.md. </configure_ecosystem>
</workflow_phases>
<next_steps>
-
DEMAND user as MUST to start new chat session (highly visible message, red icon, bold, ASCII art, it must standout).
-
DEMAND user to study (USAGE GUIDE)[https://griddynamics.github.io/rosetta/docs/usage-guide/]
-
DEMAND user to review examples for the next steps for user and EMPHASIS on "/slash-commands":
# Coding Workflow **WHAT**: Majority of tasks are actually coding tasks, including unit tests. Just ask exactly what is required. "/coding-flow Implement left navigation sidebar on the home page, ..." "/coding-flow Identify and implement fix, ..." "/coding-flow Improve unit tests coverage to 85% for ..." # Business and Technical Requirements **WHY**: Requirements - is the source of truth for code and tests. Going requirements first is the most effective. In brownfield start with extracting. "/requirements-authoring-flow extract detailed business and technical requirements from community of ... using subagents. Additionally, ... . Once done spawn subagent to validate and repeat an entire loop until there are no issues detected." "/requirements-authoring-flow extract high-level business and technical requirements at end-point level for controllers according to glob ... using subagents. Additionally, ... . Once done spawn subagent to validate and repeat an entire loop until there are no issues detected." # Modernization **FIRST**: Document modernization goals in CONTEXT.md, document target services technical aspects in ARCHITECTURE.md, document where source code should be created, keep refsrc populated with reference code source (old code, new code, reusable libraries, configuration and documentation files, and similar). **NOTE**: All phases are must. All phases to be implemented one-by-one with proper review. Phase 3: Pre-Modernization Test Coverage is a must (and must include both unit and integration/e2e tests). "/modernization-flow Perform modernization phase 1 to reuse library refsrc/... using subagents." "/modernization-flow Perform modernization phase 2 to analyze service module ... using subagents. Target microservice name is ... ." "/modernization-flow Perform modernization phase 8 for target service to analyze service module ... using subagents. Must USE FLOW `coding-flow.md` to actually implement and as the main flow. Once done spawn subagent to validate and repeat an entire loop until there are no issues detected."
</next_steps>
What ships with it
6 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.
- phases/arrange-workspace-flow-business-context.md 2.9 KB
- phases/arrange-workspace-flow-choose-workspace-layout.md 6.6 KB
- phases/arrange-workspace-flow-configure-ecosystem.md 5.4 KB
- phases/arrange-workspace-flow-modernization.md 2.8 KB
- phases/arrange-workspace-flow-reference-source-code.md 2.0 KB
- phases/arrange-workspace-flow-technical-context.md 1.9 KB
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.
- 2d ago First seen · 112 lines · 26 tokens per session scan A 33d62f860738
arrange-workspace-flow is a skill published in the GitHub repository griddynamics/rosetta (342 stars, last pushed yesterday), licensed Apache-2.0. It adds 26 tokens to every session and 1,286 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
azure-devops-rest-api
Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the vsts-rest-api-specs repository.
decision-mapping
Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.
memorix-memory
Use when prior workspace context, past decisions, solved bugs, handoff state, or durable project knowledge would help a coding task.
memorix
Use when Claude Code needs Memorix shared memory, reasoning, Git Memory, mini-skills, session handoff, orchestration coordination, or integration troubleshooting.
memorix-mini-skills
Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.
memorix-orchestrate
Use when a main agent needs Memorix to coordinate explicit subagent work through tasks, handoffs, messages, file locks, or the orchestrate CLI.