axum-harness: Skill for Claude Code

.agents/skills/harness-grill/SKILL.md

harness-grill is a skill for Claude Code, Codex from openclosed-org/axum-harness. It costs 49 tokens per session (376 once invoked), scanned A, original, Apache-2.0.

A review process for unclear plans, architecture choices, scope, or terminology in a coding-agent harness. A harness is the surrounding code and rules that control how an agent performs work.

In plain words
What is it for?
Use it to stress-test ambiguous plans, clarify overloaded terms, compare architecture choices, or decide whether a lasting design decision needs an ADR.
Why use it?
It exposes conflicts between requirements, repository rules, and executable evidence before implementation begins.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is openclosed-org/axum-harness's own configuration. It tells Claude Code and Codex how to work on axum-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything axum-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to openclosed-org/axum-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/openclosed-org/axum-harness/main/.agents/skills/harness-grill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/openclosed-org/axum-harness

Made for: Claude Code, 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 harness-grill

README.md
[![agentmods](https://agentmods.dev/badge/skills/openclosed-org/axum-harness/harness-grill/github.svg)](https://agentmods.dev/skills/openclosed-org/axum-harness/harness-grill)
Your own site
<a href="https://agentmods.dev/skills/openclosed-org/axum-harness/harness-grill"><img src="https://agentmods.dev/badge/skills/openclosed-org/axum-harness/harness-grill/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 harness-grill

Your own site · 80×15
<a href="https://agentmods.dev/skills/openclosed-org/axum-harness/harness-grill"><img src="https://agentmods.dev/badge/skills/openclosed-org/axum-harness/harness-grill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 376 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.00049 $0.00376
Opus 5 $0.00024 $0.00188
Sonnet 5 $0.00010 $0.00075
Haiku 4.5 $0.00005 $0.00038

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

Security

Grade A, and why

harness-grill 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 10d 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.

.agents/skills/harness-grill/SKILL.md · 35 lines

What it actually says

Harness Grill

Use this skill to reach shared understanding before code or docs change.

Workflow skills guide process. Ownership skills still decide writable boundaries.

Process

  1. Read AGENTS.md, agent/codemap.yml, docs/architecture/north-star.md, and docs/architecture/harness-philosophy.md.
  2. Explore executable sources when they can answer the question. Do not ask the user to restate facts the codebase can show.
  3. Walk the decision tree one question at a time.
  4. For each question, provide your recommended answer and why.
  5. Use declared, checked, tested, and proven precisely.
  6. Record unresolved vocabulary in docs/_local/** only when useful, without promoting it into tracked docs by default.
  7. Offer an ADR only when the decision is hard to reverse, surprising without context, and a real trade-off.

Challenge Rules

  1. If user wording conflicts with AGENTS.md, agent/codemap.yml, accepted ADRs, or executable evidence, call out the conflict directly.
  2. If a claim conflicts with executable evidence, surface the mismatch and ask which should change.
  3. If the plan mixes current state, target state, file maps, and roadmap, recommend splitting before implementation.
  4. If optional lanes are becoming backend-core prerequisites, flag drift.

Stop Condition

Stop when the next implementation step, owner boundary, evidence expectation, and out-of-scope set are clear enough to hand to an ownership skill or agent brief.

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. 10d ago First seen · 35 lines · 49 tokens per session scan A 38c669d38c26

Subscribe to this mod's changes

harness-grill is a skill published in the GitHub repository openclosed-org/axum-harness (49 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 49 tokens to every session and 376 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-30.

Related

Other skills, from other repositories

architecture-paradigm-microservices

Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.

athola/claude-night-market · 33 tokens

microservices-expert

Expert-level microservices architecture, patterns, service mesh, and distributed systems. Use when the user mentions distributed systems, service mesh, or architecture, or when the task involves Microservices Principles, Architecture Patterns, Communication, or Data Management.

personamanagmentlayer/pcl · 52 tokens

architecture-governance

Run Evolith architecture validation and report a coverage-honest verdict. Use when asked to validate architecture, check ADR compliance, run architecture or governance rules, check an SDLC phase gate, or answer "does this repo pass architecture review". Also before merging, releasing or promoting a phase. Reports…

beyondnetcode/evolith_arch32 · 76 tokens

microservices-patterns

Generate and review microservices code using patterns from Chris Richardson's "Microservices Patterns." Use this skill whenever the user asks about microservices architecture, wants to generate service code, design distributed systems, review microservices code, implement sagas, set up CQRS, configure API gateways…

booklib-ai/booklib · 131 tokens

distributed-feasibility-checker

Evaluate whether a system should adopt distributed architecture by systematically checking against the 8 Fallacies of Distributed Computing and assessing team/operational readiness. Use this skill whenever the user is considering microservices, debating monolith vs distributed, hearing "let's use microservices,"…

bookforge-ai/bookforge-skills · 86 tokens

docker-local-build

Build and test Kurtosis from source on local Docker. Compiles all components (engine, core, files-artifacts-expander), builds Docker images, installs the CLI, and restarts the engine. Use when developing Kurtosis and testing changes locally with Docker.

kurtosis-tech/kurtosis · 56 tokens