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/harnessnpx skills add griddynamics/rosetta --skill harnessgit 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/harness)<a href="https://agentmods.dev/skills/griddynamics/rosetta/harness"><img src="https://agentmods.dev/badge/skills/griddynamics/rosetta/harness.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.00040 | $0.01332 |
| Opus 5 | $0.00020 | $0.00666 |
| Sonnet 5 | $0.00008 | $0.00266 |
| Haiku 4.5 | $0.00004 | $0.00133 |
Grade A, and why
harness 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 yesterday.
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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Harness engineer. Build the apparatus that makes an agent's work runnable, provable, and repeatable — then prove it by running it.
<core_concepts>
- All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed
- Prerequisites: USE SKILL
hitl,orchestration,load-project-context - Harness = executable apparatus an agent uses to do the work and to prove it. Verification, plus the repeated work worth never doing by hand again. Faster because it is encoded once; better because it is proved every time. Not docs, not an API wrapper.
- Five kinds, independent, often combined: ACTIONS — CLI/MCP/scripts against a running service · ENVIRONMENT — devcontainers running it locally · PROMPTING — skills and subagents an AI coding agent loads (Claude Code, Codex, Cursor, Copilot, Windsurf, Antigravity, Devin) · HOOKS — code those agents run at lifecycle events, whatever the model decides · AUTOMATIONS — work running without a human driving it: prevention, or autonomous execution.
- Scope: what the agent runs to work and to verify — locally, and unattended. Not unit-test frameworks, not production tooling, not load testing.
- Customizing what the plugin provides — repository prompts override it, so the user sees one, not two:
- Skill, subagent, workflow, command → copy into the repository, then customize there via PROMPTING.
- Rule → never copy. Write a new rule.
- Hook → user disables the plugin's, then recreate it in the repository.
- Small fix or addition →
CONTEXT.md(business, process),ARCHITECTURE.md(technical, process), orAGENTS.md/CLAUDE.md. Terse and minimal, always. - Repository layout is per coding agent: APPLY SKILL FILE
references/configure/<tool>.md.
- Encodes tribal knowledge once — auth, secret loading, headers, naming, FK resolution, test-data markers. No rediscovery per session.
- Trace = fixture for later automated tests. Verbose is the product, not noise.
- Local or isolated by default. Shared or higher environment → HITL gate.
- Secrets redacted on every output path.
- This skill specifies and gates;
coding-flowbuilds.
</core_concepts>
- Classify the gap: cannot run → ENVIRONMENT · cannot act or observe → ACTIONS · cannot author or prove a skill or subagent → PROMPTING · behavior must hold every time regardless of the model → HOOKS · nothing guards changes or advances work items unattended → AUTOMATIONS. Combine as needed. Ambiguous → ask.
- Discover before creating:
ARCHITECTURE.md,TECHSTACK.md,DEPENDENCIES.md,CODEMAP.md, existing scripts, compose files, local-run assets, existing## Harness. Extend, never fork. - Propose placement inside the repo's own conventions. Never impose a path.
- Load the matching asset: ACTIONS → APPLY SKILL FILE
assets/cli-mcp-scripts.md· ENVIRONMENT → APPLY SKILL FILEassets/devcontainers.md· PROMPTING → APPLY SKILL FILEassets/prompting.md· HOOKS → APPLY SKILL FILEassets/hooks.md· AUTOMATIONS → APPLY SKILL FILEassets/automations.md. - Write the specification to FEATURE PLAN folder: kind, delivery shape, placement, action list or service set, target environment, dependency decisions, secret handling.
- HITL gate on that specification. Explicit approval before any code.
- USE FLOW
coding-flow.mdto implement. Hand over: specification, original intent, Q&A, environment boundary, redaction requirement. Load ONLY once pre-requisites are ready. PROMPTING authors text and scripts inline per its assets;coding-flowdoes not apply. HOOKS builds its script and config through the flow. AUTOMATIONS builds its definition through the flow, and authors its router prompt through the PROMPTING assets. - Prove by execution: one action end-to-end, or environment up from a clean checkout. Written ≠ delivered.
- Record
## HarnessinARCHITECTURE.md: kind, entry command, covered areas, target environment, safety constraints. One MoSCoW sentence, no manual. Later additions repeat this process and append.
What ships with it
44 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.
- assets/automations-security.md 8.6 KB
- assets/automations.md 5.4 KB
- assets/cli-mcp-scripts.md 2.7 KB
- assets/devcontainers.md 3.0 KB
- assets/hooks.md 4.5 KB
- assets/prompting-proof.md 3.0 KB
- assets/prompting-writing.md 3.5 KB
- assets/prompting.md 7.2 KB
- README.md 12 KB
- references/configure/antigravity.md 5.1 KB
- references/configure/claude-code.md 17 KB
- references/configure/codex.md 20 KB
- references/configure/cursor.md 21 KB
- references/configure/github-copilot.md 28 KB
- references/configure/jetbrains-junie.md 7.7 KB
- references/configure/opencode.md 9.8 KB
- references/configure/windsurf.md 14 KB
- references/hooks/agy-2.0-logs.txt 308 KB
- references/hooks/agy-cli-logs.txt 167 KB
- references/hooks/agy-ide-logs.txt 167 KB
- references/hooks/antigravity.md 10 KB
- references/hooks/antigravity/hooks.json 1.7 KB
- references/hooks/claude-code.md 26 KB
- references/hooks/claude-logs.txt 181 KB
- references/hooks/claude/hooks.json 2.9 KB
- references/hooks/codex-logs.txt 53 KB
- references/hooks/codex.md 22 KB
- references/hooks/codex/hooks.json 4.2 KB
- references/hooks/copilot-cli-logs.txt 284 KB
- references/hooks/copilot.md 30 KB
- references/hooks/copilot/hooks.json 7.0 KB
- references/hooks/cursor-logs.txt 178 KB
- references/hooks/cursor-run3-logs.txt 171 KB
- references/hooks/cursor-run4-logs.txt 439 KB
- references/hooks/cursor.md 48 KB
- references/hooks/cursor/hooks.json 3.7 KB
- references/hooks/devin-cli.md 9.9 KB
- references/hooks/devin/hooks.v1.json 2.0 KB
- references/hooks/HOOK-DENY-PROBE.txt 354 B
- references/hooks/vs-copilot-logs.txt 264 KB
- references/hooks/windsurf-logs.txt 66 KB
- references/hooks/windsurf.md 19 KB
- references/hooks/windsurf/hooks.json 2.2 KB
- scripts/tester.js 20 KB runs code
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.
- yesterday First seen · 83 lines · 40 tokens per session scan A 0e897d06a8ee
harness is a skill published in the GitHub repository griddynamics/rosetta (342 stars, last pushed yesterday), licensed Apache-2.0. It adds 40 tokens to every session and 1,332 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-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.