claude

claude is a skill for Claude Code, Codex from rbutera/harness-bridge. It costs 25 tokens per session (482 once invoked), scanned A, original, MIT.

A bridge to Claude Code, an AI coding assistant, for getting a second opinion on code, plans, explanations, performance, and general questions.

In plain words
What is it for?
Use it to review files or diffs, critique implementation plans, explain code, analyse performance, ask coding questions, or implement a fix when explicitly requested.
Why use it?
It gives you another analysis of a change or decision, which can reveal mistakes, unclear reasoning, or performance concerns before you proceed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to review files or diffs, critique implementation plans, explain code, analyse performance, ask coding questions, or implement a fix when explicitly requested.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rbutera/harness-bridge/claude
Install

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.

Any agent
npx skills add rbutera/harness-bridge --skill claude
Clone the repo
git clone --depth 1 https://github.com/rbutera/harness-bridge

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 claude

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rbutera/harness-bridge/claude"><img src="https://agentmods.dev/badge/skills/rbutera/harness-bridge/claude.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 482 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.00025 $0.00482
Opus 5 $0.00013 $0.00241
Sonnet 5 $0.00005 $0.00096
Haiku 4.5 $0.00003 $0.00048

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

Security

Grade A, and why

claude 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 9d 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.

skills/claude/SKILL.md · 37 lines

How it starts

The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are invoking Claude Code to get a second opinion. Route the user's request to the most appropriate Claude MCP tool.

Tool Selection

Pick the best tool based on the user's request:

Request Type Tool Key Parameters
Code review, diff review mcp__claude__claude_review_code target (diff range or file), focusAreas
Plan critique mcp__claude__claude_review_plan plan, codebasePath
Explain code mcp__claude__claude_explain_code target (file/function), depth
Performance analysis mcp__claude__claude_plan_perf target, metrics
Implement/fix (writes code) mcp__claude__claude_implement task
General question mcp__claude__claude_query prompt

Instructions

  1. Parse the user's request to determine the task type
  2. If the user references files, read them first for context
  3. Call the most specific Claude tool — prefer specialized tools over claude_query
  4. Always pass workingDirectory to every tool call
  5. Synthesize the response: summarize key findings, highlight important points, give actionable recommendations
  6. Only use claude_implement if the user explicitly asks Claude to make changes

Examples

  • /claude review my recent changesclaude_review_code with target "HEAD~1..HEAD"
  • /claude explain src/lib/exec.tsclaude_explain_code with target "src/lib/exec.ts"
  • /claude is my approach to caching correct?claude_query with the question
  • /claude optimize the response parsingclaude_plan_perf with target
  • /claude implement error handling for timeoutsclaude_implement with task

Read the full file on GitHub · 37 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. 9d ago First seen · 37 lines · 25 tokens per session scan A f217ba81537e

Subscribe to this mod's changes

claude is a skill published in the GitHub repository rbutera/harness-bridge (1 stars, last pushed 13d ago), licensed MIT. It adds 25 tokens to every session and 482 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-08-31.

Related

Other skills, from other repositories

critique-theater

Five-dimension design quality review — score the artifact against craft, brand, accessibility, and copy, then fix what falls short before handing it over.

nexu-io/open-design · 35 tokens

code-refiner

Deep code simplification and refactoring preserving behavior across Python, Go, TypeScript, Rust. Targets complexity, anti-patterns, readability debt. Triggers on: "simplify this code", "refactor for clarity", "reduce complexity", "make this more readable", "tech debt cleanup", "too much nesting".

Mathews-Tom/armory · 69 tokens

package-optimizer

Evaluate one existing package or bounded package family from recorded evaluator evidence and a capability profile, then propose retain, simplify, strengthen, retire, or inconclusive without editing. Use when optimizing a skill, agent, hook, rule, command, utility, or preset; evaluating whether package detail is…

Mathews-Tom/armory · 110 tokens

pre-landing-review

Gate-oriented safety audit for code changes before landing, using a checklist with two-pass severity triage. Triggers on: "is this safe to land", "pre-landing review", "safety check before merge", "gate check", "/pre-landing-review". NOT for diff review, use pr-review.

Mathews-Tom/armory · 68 tokens

fix-with-pingfusi

Fix or polish an existing website clone/draft using pingfusi review rounds. Use when the user says "fix it with pingfusi", "polish this clone", "make this match the original", or asks to finish/verify a draft built by any tool (ditto, lovable, v0, hand-written) until the review passes.

alex-durango/pingfusi · 78 tokens

architecture-audit

Systematic architecture audit and refactoring methodology for Rust + TypeScript codebases. Use when performing refactoring, cleanup, unification, code review, dead code removal, module reorganization, or tech debt elimination. Ensures no naming confusion, semantic overloading, hidden defaults, duplicate logic, or…

org2AI/ORG2 · 70 tokens