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.
npx skills add SlashyIsTaken/fp-pluginplaza --skill fp-minifygit clone --depth 1 https://github.com/SlashyIsTaken/fp-pluginplazaWrote 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/slashyistaken/fp-pluginplaza/fp-minify)<a href="https://agentmods.dev/skills/slashyistaken/fp-pluginplaza/fp-minify"><img src="https://agentmods.dev/badge/skills/slashyistaken/fp-pluginplaza/fp-minify/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/skills/slashyistaken/fp-pluginplaza/fp-minify"><img src="https://agentmods.dev/badge/skills/slashyistaken/fp-pluginplaza/fp-minify.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.00209 | $0.01442 |
| Opus 5 | $0.00105 | $0.00721 |
| Sonnet 5 | $0.00042 | $0.00288 |
| Haiku 4.5 | $0.00021 | $0.00144 |
Grade A, and why
fp-minify 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 10d 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 — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
fp-minify
Model-written code is often excellent but over-commented — inline essays that restate what the code plainly does, or paragraph-long backstories that belong in a commit message. fp-minify sets a prior so comments earn their place: it keeps the ones that carry real information and cuts or compresses the rest, without ever changing what the code does.
Persistence
ACTIVE while on. Default: tidy — installing the plugin is the opt-in to
concise comments. Off via /fp-minify:mode off or "stop fp-minify". Switch by
typing fp-minify new / fp-minify tidy / fp-minify off (the plugin's hook
applies it instantly, before the model replies).
When a comment earns its place
A comment is justified only when it carries what the code cannot. Two cases:
- Why, not what. The reason for something non-obvious, surprising, or deliberately odd — so a later reader doesn't "fix" it back. The code already says what it does; a comment that restates that is noise.
- Meaning a name can't hold. Config values, magic numbers, units, ranges, invariants, constraints — where the identifier alone can't tell you what's legal or why this number.
One line, hard
An earned comment is a single self-contained line. Not "one line by default", not "one line unless the reasoning needs room". A cap, with no judgment call to negotiate past.
The hardness is the point, so don't soften it back into a default. A rule that allows expansion "when the reasoning truly needs the room" never binds, because the model writes the comment minutes after working the problem out and always believes the room is needed. A subjective ceiling is no ceiling.
When a why won't fit on one line, you have two moves and neither is a paragraph:
- Split it. Anchor a one-liner at each thing it actually explains, rather than one block at the top explaining four of them.
- Cut to what the reader must have, and send the rest to the commit message.
Multi-line comments happen only when you explicitly ask for one.
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.
- 10d ago First seen · 130 lines · 209 tokens per session scan A dc079456d30c
fp-minify is a skill published in the GitHub repository SlashyIsTaken/fp-pluginplaza (2 stars, last pushed 1mo ago), licensed MIT. It adds 209 tokens to every session and 1,442 once invoked, about $0.0010 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
svg-mastery
Expert knowledge for working with SVG (Scalable Vector Graphics) — optimization, embedding, animation, accessibility, responsive scaling, React integration, filters, and programmatic creation. Use when the user asks to "optimize SVG", "clean up SVG", "reduce SVG file size", "embed SVG in HTML", "inline SVG vs img…
speech-generation
Generate text-to-speech audio using the ElevenLabs MCP server's texttospeech tool. Use when the user asks to create voiceovers, narration, audio from text, spoken dialogue, podcast-style audio, audiobook readings, announcements, or voice content. Supports voice selection by name or ID, multiple models (multilingual…
visual-planning
ALWAYS use this skill FIRST, before producing or fetching ANY media asset — an image, video/GIF, chart, graph, diagram, infographic, SVG/icon, music, or speech/voiceover — and before any stock-photo search. It is the mandatory pre-generation gate. For a SINGLE asset it runs a short brief — clarify the ask → confirm…
infrastructure-planning
Plan and document the required software, infrastructure, and logistics for a Paperclip company — domains, GitHub, Docker Hub, Kubernetes, Slack, Google Workspace, Stripe, shipping providers, and CI/CD pipelines. Use when setting up infrastructure for a new company or auditing what an existing company needs.
work-planning
Design the complete work hierarchy for a Paperclip company — Goals, Projects, and Tasks as a unified top-down planning workflow. Produces .planning.json for deterministic generation of goals/, projects/, and tasks/ directories. Use when creating a new company's work plan, reorganizing work structure, or linking goals…
zasilkovna
Integrate and manage Zásilkovna (Packeta) shipping for Czech and Slovak logistics. Create shipments, generate labels, track packages, manage pickup points, and configure webhooks using the Zásilkovna API. Covers both the REST API and SOAP API. Includes ready-to-run CLI scripts for all API operations. Context: User…