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 e1024kb/wise-claude/plugin install wiseWrote 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/e1024kb/wise-claude/wise-simplify-auto)<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-simplify-auto"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-simplify-auto.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.00150 | $0.00885 |
| Opus 5 | $0.00075 | $0.00443 |
| Sonnet 5 | $0.00030 | $0.00177 |
| Haiku 4.5 | $0.00015 | $0.00089 |
Grade A, and why
wise-simplify-auto 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 6d 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wise-simplify-auto — simplify recently-modified code and commit
Why this skill exists
The simplify pass (the code-simplifier agent) is the plugin's
lightweight per-commit cleanup; it is wired into the commit routine
(/wise-commit runs it before staging) and into the implement phase
(per task). This skill exposes it as a standalone, decision-free
building block: run the pass, then commit the result — no prompts. The
heavier multi-agent code-review branch gate is the other tier
(/wise-code-review-auto).
(Close cousin of /wise-commit, which also simplifies-then-commits via
its SIMPLIFY=yes default; this skill makes the simplify step the
explicit headline and is the autonomous building block workflows reuse.)
Invocation
/wise-simplify-auto
/wise:wise-simplify-auto # canonical namespaced form
No positionals, no flags. If the argument string contains anything other than optional whitespace, stop with:
Unknown argument(s): <the extra tokens>
Usage: /wise-simplify-auto
Procedure
1. Simplify recently-modified code
Run the simplify pass per
${CLAUDE_PLUGIN_ROOT}/references/simplify-pass.md — dispatch the
code-simplifier agent (a Task subagent) over the working tree's
recently-modified code. Surface its summary verbatim. On a simplify
failure, follow that reference's failure policy and stop with
SIMPLIFY: failed reason="<one-line>". If the agent is unavailable in
this session (dispatch rejected), there is nothing to degrade to — the
pass is the skill — so stop with
SIMPLIFY: failed reason="code-simplifier agent unavailable — enable the code-simplifier plugin".
2. Commit the result
Follow ${CLAUDE_PLUGIN_ROOT}/skills/wise-commit/commit-routine.md with
SIMPLIFY=no PUSH=no (the pass already ran in §1 — SIMPLIFY=no avoids
a redundant second pass; PUSH=no because this skill never pushes). The
routine stages, drafts a Conventional-Commits subject, and commits.
3. Final line
Relay the routine's final COMMIT: line verbatim:
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.
- 6d ago First seen · 90 lines · 150 tokens per session scan A 0505736dc39a
wise-simplify-auto is a skill published in the GitHub repository e1024kb/wise-claude (4 stars, last pushed 2d ago), licensed MIT. It adds 150 tokens to every session and 885 once invoked, about $0.0007 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.
Other skills, from other repositories
simplify
Parallel code review and cleanup of recent changes. Three reviewers (reuse, quality, efficiency) propose behavior-preserving edits and the main agent applies them without asking. Use when asked to simplify, clean up, or tidy recent changes, or when /commit requests its cleanup pass.
github-pr-review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or…
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
spec-drift-check
Audits a WP brief for drift against current code — extracts claims, verifies each, emits PROCEED/STOP verdict. Use when starting a new WP, before consuming a spec as binding, or when a doc references paths/lines/functions.
tech-lead
Channel operator (IRC handle @techlead) for the mARC agent team. Compiles chat demands into ready-to-execute work, records them on the GitHub Project board/Issues, and dispatches to specialists (@dev, @sre, @design, @sec, @rev, @research). Invoke with /tech-lead to turn discussion into tracked, delegated tasks.
init
Opt-in onboarding for the mARC agent team. Scaffolds a per-repo team binding so the team graduates from ephemeral session-memory to persistent, versioned config — without ever writing a file silently. Discovers the repo's org/repo/ project at runtime via gh, prefills {{ agentsdir }}/team.toml, and (optionally) a lean…