Borrowing it
Nothing to install: this file belongs to zuarbase/Zuar-Portal-MCP-Public. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/zuarbase/Zuar-Portal-MCP-Public/main/.claude/commands/portal-improve.mdgit clone --depth 1 https://github.com/zuarbase/Zuar-Portal-MCP-PublicWrote 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/commands/zuarbase/zuar-portal-mcp-public/portal-improve)<a href="https://agentmods.dev/commands/zuarbase/zuar-portal-mcp-public/portal-improve"><img src="https://agentmods.dev/badge/commands/zuarbase/zuar-portal-mcp-public/portal-improve/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.
<a href="https://agentmods.dev/commands/zuarbase/zuar-portal-mcp-public/portal-improve"><img src="https://agentmods.dev/badge/commands/zuarbase/zuar-portal-mcp-public/portal-improve.svg" alt="Reviewed on agentmods" width="80" 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.00023 | $0.00505 |
| Opus 5 | $0.00012 | $0.00253 |
| Sonnet 5 | $0.00005 | $0.00101 |
| Haiku 4.5 | $0.00002 | $0.00051 |
Grade A, and why
portal-improve 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 11d 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.
This is a copy
100% identical to portal-improve — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Run ONE bounded portal-improvement pass. Writes are gated and provable — this is the loop the safety primitives were built for.
Confirm a portal is connected and writable: check_connection. If connected:false or read-only,
relay the reason + fix and stop — an improvement pass with no write access is a no-op.
Parse $ARGUMENTS for limit (blocks per pass, default 5), min_score (only blocks below
this are touched, default 90), tier (fast/standard/max, default standard). State the
scope before starting.
Run the .claude/workflows/portal-improve.js Workflow with those args. What it does — and
what you verify in its report:
- Baseline —
snapshot_portal(the rollback point),score_portal update_baseline=true(pins the pre-state), worst-N selection with named deductions. - Improve — one
portal-block-debuggeragent per block, fixing ONLY the named deductions: reads first, writes withexpected_updated_at, content tools only, scratch namedTMP · …, product decisions reported instead of guessed. - Verify — the read-only
portal-block-adversaryre-checks each changed block; a regression verdict blocks the baseline update and triggersrestore_resourcefrom the snapshot. - Close — re-score (the delta vs baseline is the proof),
cleanup_scratch confirm=true, baseline locked in only when nothing regressed and the delta is non-negative.
Report to the user: baseline → final score, per-block improvements, any regressions (and that
they were restored), anything flagged needs_human. The pass is designed to be safe to schedule
nightly (/schedule): bounded blast radius, snapshot-first, provable delta, self-cleaning.
Scores measure the mechanically checkable — never "improve" a block's design intent from a score
alone. Design work goes through /portal-build's full pipeline.
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.
- 11d ago First seen · 37 lines · 23 tokens per session scan A 4a925ef82a59
portal-improve is a command published in the GitHub repository zuarbase/Zuar-Portal-MCP-Public (0 stars, last pushed 8d ago), licensed MIT. It adds 23 tokens to every session and 505 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to portal-improve, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
design-form
Design a form with the fewest fields that works, clear labels, and errors that help.
frontend-3d
You are an expert in 3D web development using Three.js, React Three Fiber, WebGL, and WebGPU. You create immersive 3D experiences for the web.
get-component-source
The full TSX source of a component (append " demo" for its usage example).
webperf
Run a web performance audit via the web-performance-auditor persona.