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.
/plugin marketplace add YoungjaeDev/my-claude-plugins/plugin install devWrote 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/skills/youngjaedev/my-claude-plugins/wiring)<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>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.00147 | $0.05579 |
| Opus 5 | $0.00073 | $0.02789 |
| Sonnet 5 | $0.00029 | $0.01116 |
| Haiku 4.5 | $0.00015 | $0.00558 |
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 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.shnever writes. Run it first, always. - Nothing is fixed before approval. Present the full report, then a single
AskUserQuestiongate. - 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. Forgws-syncthe exact verdict —ASK,SKIP,INFO, or aWARNwhen a live.gws-sync.jsonoutlives 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.
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.
- 2d ago First seen · 223 lines · 147 tokens per session scan B 8108dc1d8b77
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.
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…
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.
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.
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.
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…
byted-util-volcengine-detect-retry
An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.