ds-polish

A pre-launch review for one page that checks 11 parts of the user interface before you share it.

In plain words
What is it for?
Use it to decide whether a page is ready to publish and to find the most important fixes before launch.
Why use it?
It helps catch problems that may make a page look unfinished, difficult to use, or not ready for release. You get a ranked list of fixes instead of having to check everything yourself.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/harshii0509/designstack/polish
Any agent
npx skills add harshii0509/designStack --skill polish
Clone the repo
git clone --depth 1 https://github.com/harshii0509/designStack

Made for: Claude Code, Codex.

Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 922 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00051 $0.00922
Opus 5 $0.00026 $0.00461
Sonnet 5 $0.00010 $0.00184
Haiku 4.5 $0.00005 $0.00092

Measured 2d ago against content hash f08302f74cff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ds-polish 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 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.

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.

polish/SKILL.md · 119 lines

How it starts

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

Preamble

"../lib/env.sh" "polish"

What this skill does

Think of this as the final check before you hit publish. I'll look at your site through 11 different lenses — from "does it look good?" to "can everyone use it?" — and tell you exactly what to fix before sharing with the world.

This is the release gate. If the user only wants one-screen visual QA, route them to /ds-look. If they want cross-page brand consistency, route them to /ds-brand.

Takes about 3–5 minutes.

"Checking 11 areas before you share this. Takes 3–5 minutes. I'll tell you what needs fixing and what's already great."

Step 1 — Get the URL

Ask:

"What's the main page you want to polish before sharing? (e.g. http://localhost:3000 or your live site)."

If the user asks for multiple pages, tell them:

"Let's do the most important page first. /ds-polish is the final release gate for one page at a time. If you want a multi-page consistency scan, use /ds-brand."

Step 2 — Load context

If DESIGN_BIBLE is yes, read it for brand rules. Note from Memory Log any recent confirmed intentional changes.

Step 3 — Run all 11 checks

For each check, take a screenshot and extract what you need. Describe findings in plain English. Read references/checklist.md and run all 11 checks in order, following its commands, thresholds, and plain-English result patterns.

Step 4 — Write the polished report

Follow the jargon rules in lib/plain-language.md when writing this report — no technical terms.


Pre-launch check for [URL]

Overall: [Ready to share / A few things to fix / Needs work before launch]

Score: [X]/11 checks passed


Already great: [List checks that passed — give credit for what's working]


⚠️ Fix before sharing:

[For each failed check:] [Check name] — [Plain English description of the issue] How to fix: [Specific plain-English fix] How long: [Quick (1 min) / Short (5-10 min) / Takes a while]


My top 3 fixes (do these now):

  1. [Most visible or impactful issue]
  2. [Second most important]
  3. [Third]

Read the full file on GitHub · 119 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 119 lines · 51 tokens per session scan A f08302f74cff

Subscribe to this mod's changes

ds-polish is a skill published in the GitHub repository harshii0509/designStack (13 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 922 once invoked, about $0.0003 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-30.