lov-bp-polish

lov-bp-polish is a skill for Claude Code from lovstudio/skills. It costs 104 tokens per session (1,387 once invoked), scanned A, original, MIT.

A review workflow for an existing business-plan document or slide deck. It checks the business story, supporting evidence, wording, charts, layout, and visual quality.

In plain words
What is it for?
Use it to review an outline, PowerPoint file, PDF, or slide images. It produces a scored report, page-by-page edits, and instructions for regenerating affected slides.
Why use it?
It helps find weak claims, unclear pages, and visual problems before or after a presentation is made. It keeps stated facts separate from guesses and assumptions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is --input ./business-plan/outline.md \.

Part of the business plugin — 12 skills shipped together

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/lovstudio/skills
agentmods
npx agentmods add skills/lovstudio/skills/bp-polish

Made for: Claude Code.

Or install business, the plugin that ships this one along with the rest of its 12 skills.

Wrote 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.

agentmods badge for lov-bp-polish

README.md
[![agentmods](https://agentmods.dev/badge/skills/lovstudio/skills/bp-polish.svg)](https://agentmods.dev/skills/lovstudio/skills/bp-polish)
Your own site
<a href="https://agentmods.dev/skills/lovstudio/skills/bp-polish"><img src="https://agentmods.dev/badge/skills/lovstudio/skills/bp-polish.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,387 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.1 $0.00104 $0.01387
Opus 5 $0.00052 $0.00694
Sonnet 5 $0.00021 $0.00277
Haiku 4.5 $0.00010 $0.00139

Measured 6d ago against content hash f7151cf5989d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

lov-bp-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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit_bp.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/bp-polish/SKILL.md · 142 lines

How it starts

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

BP Polish

Improve an existing BP without silently changing its business facts. This skill can be used before deck production, after rendering, or in a correction loop.

Modes

Mode Input Focus
content Outline / Markdown Product definition, story, copy, page rhythm
evidence Outline + ledger/sources Claims, metrics, TAM/SAM/SOM, assumptions
visual PPTX/PDF/slide images Hierarchy, charts, layout, branding, QR codes
full Any complete BP workspace All dimensions + correction loop

Infer the smallest useful mode from the request. Do not require a PDF when the user only wants the outline reviewed.

Output Contract

business-plan/
├── reports/bp-review.md
├── outline.md                 # patched only when authorized by the request
├── deck-manifest.md           # updated for visual fixes
└── revised slide/deck assets  # only affected artifacts

Workflow (MANDATORY)

Step 0: Resolve source and mode

Resolve this SKILL.md directory as SKILL_DIR. Inspect the supplied source and any existing BP workspace. Reuse audience, stage, style, and evidence definitions.

If multiple review modes are plausible, prefill from the user's wording. Ask one compact question only when the choice materially changes the work. “不专业” defaults to full; “文字太技术” defaults to content; “图表不好看” defaults to visual.

Read references/review-rubric.md, references/charts-and-visuals.md, and references/user-config.md as relevant.

Step 1: Run deterministic outline audit

When an outline exists:

python3 "$SKILL_DIR/scripts/audit_bp.py" \
  --input ./business-plan/outline.md \
  --output ./business-plan/reports/bp-review.md

Use --strict before final delivery. The script checks structure and evidence hygiene; it does not replace investor judgment or visual inspection.

Step 2: Review as four adversaries

  1. Non-technical investor — can the product be repeated after ten seconds?
  2. Category expert — which product/competition claims are naive or imprecise?
  3. Skeptical partner — which core claims lack proof or overstate traction?
  4. Design director — where does layout reduce trust or distort meaning?

Read the full file on GitHub · 142 lines

Files

What ships with it

7 files 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. 6d ago First seen · 142 lines · 104 tokens per session scan A f7151cf5989d

Subscribe to this mod's changes

lov-bp-polish is a skill published in the GitHub repository lovstudio/skills (64 stars, last pushed today), licensed MIT. It adds 104 tokens to every session and 1,387 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…

fcakyon/claude-codex-settings · 83 tokens

spreadsheet

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (.xlsx, .csv, .tsv) with formula-aware workflows, cached recalculation, and visual review.

fcakyon/claude-codex-settings · 40 tokens

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from…

fcakyon/claude-codex-settings · 206 tokens

pptx

Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary)…

fcakyon/claude-codex-settings · 171 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

fcakyon/claude-codex-settings · 92 tokens

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page…

fcakyon/claude-codex-settings · 184 tokens