Borrowing it
Nothing to install: this file belongs to Oriolshhh/runware-image-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Oriolshhh/runware-image-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/Oriolshhh/runware-image-mcpWrote 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/instructions/oriolshhh/runware-image-mcp/claude-md)<a href="https://agentmods.dev/instructions/oriolshhh/runware-image-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/oriolshhh/runware-image-mcp/claude-md.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.05033 | $0.05033 |
| Opus 5 | $0.02516 | $0.02516 |
| Sonnet 5 | $0.01007 | $0.01007 |
| Haiku 4.5 | $0.00503 | $0.00503 |
Grade A, and why
runware-image-mcp CLAUDE.md 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 4d 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 — 291 lines — stays where its author put it; the contents beside it link to each section on GitHub.
harnesskit-workspace — Claude Code guide
Portable AI coding-agent behavior compiled from .agent/.
How to use this file
.agent/harness.ymlis the source of truth. Do not edit generated files; edit the source and runharnesskit export.- Apply the
context-discoveryskill before broad repository exploration: read.agent/context/README.mdand.agent/context/routing.mdwhen present, assess revision/scope freshness, then load only task-relevant context and verify critical claims against source. Coordinators should pass one concise context capsule to subagents so they do not all reload the same pack. - Component frontmatter is cheap discovery metadata. Agents, commands, and loops also declare model tier/reasoning; agents list skills to preload. Apply
model-routing, load only relevant components, and do not load everything by default. - Agents are logical roles, not guaranteed separate processes.
- Packs are composable behavior layers applied in priority order.
- Correctness and safety always override style packs.
- Explicit user instructions override pack preferences.
- Non-trivial changes should follow the spec-driven workflow.
Model routing
Apply the model-routing skill before delegation. Frontmatter tiers are preferred defaults, not ceilings: escalate for ambiguity, risk, irreversibility, conflicting evidence, or difficult synthesis; downgrade only after a task becomes mechanical with exact acceptance criteria.
HarnessKit emits native per-agent model settings for claude-code. Commands and loops still select their recommended tier when invoked.
| Component | Kind | Tier | Effort | Target selection | Preload |
|---|---|---|---|---|---|
accessibility-reviewer |
agent | heavy | high | Opus alias | accessible-ui-engineering, browser-visual-validation |
agent-builder |
agent | light | medium | Haiku alias | model-routing |
context-engineer |
agent | standard | medium | Sonnet alias | repository-mapping, context-compression |
council-chair |
agent | heavy | high | Opus alias | decision-synthesis |
council-router |
agent | light | low | Haiku alias | specialist-routing, model-routing |
debugger |
agent | heavy | high | Opus alias | root-cause-debugging, context-discovery |
design-system-specialist |
agent | standard | medium | Sonnet alias | design-system-integration |
devils-advocate |
agent | heavy | high | Opus alias | tradeoff-analysis |
frontend-design-lead |
agent | heavy | high | Opus alias | frontend-design-direction, design-system-integration |
frontend-implementer |
agent | standard | medium | Sonnet alias | frontend-guidelines, design-system-integration, ui-state-design, responsive-ui-engineering, accessible-ui-engineering |
implementer |
agent | standard | medium | Sonnet alias | minimal-diff, test-design, code-quality-guidelines |
interaction-design-specialist |
agent | standard | high | Sonnet alias | ui-state-design, motion-design, accessible-ui-engineering |
motion-design-reviewer |
agent | standard | medium | Sonnet alias | motion-design, browser-visual-validation |
operations-reviewer |
agent | standard | high | Sonnet alias | tradeoff-analysis, context-discovery |
product-discovery |
agent | standard | medium | Sonnet alias | requirements-triage, context-discovery |
product-reviewer |
agent | standard | high | Sonnet alias | tradeoff-analysis |
reviewer |
agent | heavy | high | Opus alias | code-review, code-quality-guidelines |
security-reviewer |
agent | heavy | high | Opus alias | threat-modeling, context-discovery |
solution-architect |
agent | heavy | high | Opus alias | tradeoff-analysis, context-discovery |
spec-engineer |
agent | heavy | high | Opus alias | spec-engineering, requirements-triage, specialist-routing, model-routing |
task-router |
agent | standard | medium | Sonnet alias | requirements-triage, specialist-routing, model-routing, context-discovery |
test-strategist |
agent | standard | high | Sonnet alias | test-design, context-discovery |
tester |
agent | standard | medium | Sonnet alias | test-design |
ux-reviewer |
agent | standard | medium | Sonnet alias | ui-review, ui-state-design |
visual-assets-director |
agent | heavy | high | Opus alias | image-art-direction, visual-craft, design-system-integration, browser-visual-validation |
visual-craft-specialist |
agent | heavy | high | Opus alias | frontend-design-direction, visual-craft, design-system-integration |
visual-qa-tester |
agent | standard | medium | Sonnet alias | browser-visual-validation |
agent |
command | standard | medium | Sonnet alias | — |
build-context |
command | standard | medium | Sonnet alias | — |
compress-context |
command | standard | high | Sonnet alias | — |
council |
command | heavy | high | Opus alias | — |
debug |
command | heavy | high | Opus alias | — |
fix |
command | standard | medium | Sonnet alias | — |
frontend-design |
command | heavy | high | Opus alias | — |
implement |
command | standard | medium | Sonnet alias | — |
implement-spec-frontend |
command | heavy | high | Opus alias | — |
improve-ui-ux |
command | heavy | high | Opus alias | — |
invoke |
command | standard | medium | Sonnet alias | — |
pack |
command | light | low | Haiku alias | — |
polish-with-images |
command | heavy | high | Opus alias | — |
review |
command | heavy | high | Opus alias | — |
spec |
command | heavy | high | Opus alias | — |
spec-detailed |
command | heavy | high | Opus alias | — |
spec-frontend |
command | heavy | high | Opus alias | — |
sum-spec |
command | light | medium | Haiku alias | — |
ui-review |
command | standard | high | Sonnet alias | — |
context-compression |
loop | standard | high | Sonnet alias | — |
debug-loop |
loop | heavy | high | Opus alias | — |
frontend-implementation |
loop | heavy | high | Opus alias | — |
improve-ui-ux |
loop | heavy | high | Opus alias | — |
review-fix |
loop | heavy | high | Opus alias | — |
solution-council |
loop | heavy | high | Opus alias | — |
spec-to-implementation |
loop | heavy | high | Opus alias | — |
ui-review |
loop | standard | high | Sonnet alias | — |
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.
- 4d ago First seen · 291 lines · 5,033 tokens per session scan A 1b5e5839417d
runware-image-mcp CLAUDE.md is an instructions file published in the GitHub repository Oriolshhh/runware-image-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 5,033 tokens to every session, about $0.0252 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.