wiring

wiring is a skill for Claude Code, Codex from YoungjaeDev/my-claude-plugins. It costs 147 tokens per session (5,579 once invoked), scanned B, original, MIT.

A diagnostic skill for checking whether an existing repository's coding-agent setup is actually connected and taking effect. It checks configuration such as Git hooks, rule files, tool registrations, and agent instruction files, then reports possible fixes.

In plain words
What is it for?
Use it to audit and repair the wiring of an existing coding-agent harness. It is for repositories that already exist, not for creating a new project.
Why use it?
Configuration can exist in a repository without being loaded or applied, and duplicated or conflicting settings can be hard to spot. This skill inspects the setup without changing it first and waits for approval before applying fixes.

Skill for Claude CodeCodex

Written for Claude Code and Codex: ${CLAUDE_PLUGIN_ROOT variable, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the dev plugin — 12 skills shipped together

Good fit Use it to audit and repair the wiring of an existing coding-agent harness. It is for repositories that already exist, not for creating a new project.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add YoungjaeDev/my-claude-plugins
Claude Code
/plugin install dev

Made for: Claude Code, Codex.

Or install dev, the plugin that ships this one along with the rest of its 12 skills.

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 wiring

README.md
[![agentmods](https://agentmods.dev/badge/skills/youngjaedev/my-claude-plugins/wiring.svg)](https://agentmods.dev/skills/youngjaedev/my-claude-plugins/wiring)
Your own site
<a href="https://agentmods.dev/skills/youngjaedev/my-claude-plugins/wiring"><img src="https://agentmods.dev/badge/skills/youngjaedev/my-claude-plugins/wiring.svg" alt="Measured on agentmods" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00147 $0.05579
Opus 5 $0.00073 $0.02789
Sonnet 5 $0.00029 $0.01116
Haiku 4.5 $0.00015 $0.00558

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

Security

Grade B, and why

wiring scanned grade B with 1 finding 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 2d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- **mcp config.** When the same server name appears in both `~/.claude.json` and `~/.claude/settings.json`, Claude Code picks one entry whole and discards the other — fields are never merged. The detector compares the en
plugins/dev/skills/wiring/SKILL.md · 223 lines

How it starts

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

dev wiring skill

Diagnose whether an existing repository's agent-harness conventions are actually wired up, then fix what the user approves.

Sibling of new: new bootstraps an empty directory and hard-aborts on a non-empty one. wiring is the inverse — it only makes sense on a repo that already exists.

Contract

  • Detection is read-only. scripts/project_state.sh never writes. Run it first, always.
  • Nothing is fixed before approval. Present the full report, then a single AskUserQuestion gate.
  • Delegate, do not reimplement. Every remediation that needs judgment routes to the skill that owns it. Only mechanical, reversible edits are applied here.
  • Absent tooling is not a defect. A missing optional CLI is never a FAIL. For gws-sync the exact verdict — ASK, SKIP, INFO, or a WARN when a live .gws-sync.json outlives its CLI — comes from the table in "gws-sync is a two-step ASK", never from the CLI's absence alone.
  • A decision is not a defect. Some axes have no correct answer the filesystem can know — whether this project wants a git remote, whether its deliverables belong on a shared Drive. Those report ASK, are put to the user once, and the answer is persisted so the next run stays quiet. An axis that barks the same un-answerable warning every run trains the user to ignore the ones that matter.

Verdict classes

Class Means Next run
FAIL broken, or losing data keeps failing until fixed
WARN works but degraded keeps warning until fixed
ASK a decision nobody has made yet — not a defect silent once answered
INFO worth seeing, no action implied always shown
SKIP optional and not adopted silent
OK healthy one line

Answers file

ASK answers live in .claude/state/wiring.json (gitignored, alongside spec.json and cr-fix-*.json). Values are machine-local — a Drive folder id is not the same on another clone — so they do not belong in a committed file. CLAUDE.md carries only a pointer to this path, never the values.

Read the full file on GitHub · 223 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. 2d ago First seen · 223 lines · 147 tokens per session scan B 8108dc1d8b77

Subscribe to this mod's changes

wiring is a skill published in the GitHub repository YoungjaeDev/my-claude-plugins (2 stars, last pushed 3d ago), licensed MIT. It adds 147 tokens to every session and 5,579 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

byted-util-volcengine-detect-retry

An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.

bytedance/agentkit-samples · 101 tokens