runware-image-mcp: Instructions file for Claude Code

CLAUDE.md

runware-image-mcp CLAUDE.md is an instructions file for Claude Code from Oriolshhh/runware-image-mcp. It costs 5,033 tokens per session, scanned A, original, MIT.

A set of Claude Code instructions for using and maintaining the Runware image MCP repository. It covers repository context, model selection, subagents, skills, and commands.

In plain words
What is it for?
Use it when Claude Code is exploring, changing, or coordinating work in the Runware image MCP codebase.
Why use it?
It gives Claude Code a consistent way to load the right project guidance and follow the repository's source-of-truth workflow.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

This is Oriolshhh/runware-image-mcp's own configuration. It tells Claude Code how to work on runware-image-mcp 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 runware-image-mcp configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Oriolshhh/runware-image-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/Oriolshhh/runware-image-mcp

Made for: Claude Code.

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 runware-image-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/oriolshhh/runware-image-mcp/claude-md.svg)](https://agentmods.dev/instructions/oriolshhh/runware-image-mcp/claude-md)
Your own site
<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>
Per session 5,033 This file is loaded in full into every session.
When invoked 5,033 The same file — it is already loaded in full.
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.05033 $0.05033
Opus 5 $0.02516 $0.02516
Sonnet 5 $0.01007 $0.01007
Haiku 4.5 $0.00503 $0.00503

Measured 4d ago against content hash 1b5e5839417d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

CLAUDE.md · 291 lines

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.yml is the source of truth. Do not edit generated files; edit the source and run harnesskit export.
  • Apply the context-discovery skill before broad repository exploration: read .agent/context/README.md and .agent/context/routing.md when 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

Read the full file on GitHub · 291 lines

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. 4d ago First seen · 291 lines · 5,033 tokens per session scan A 1b5e5839417d

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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).

microsoft/vscode · 5,001 tokens

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.

langchain-ai/langchain · 4,469 tokens

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.

github/spec-kit · 7,104 tokens