Borrowing it
Nothing to install: this file belongs to ihuzaifashoukat/splicedeck. 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/ihuzaifashoukat/splicedeck/main/.claude/skills/cutting-a-deliverable/SKILL.mdgit clone --depth 1 https://github.com/ihuzaifashoukat/splicedeckWrote 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/ihuzaifashoukat/splicedeck/cutting-a-deliverable)<a href="https://agentmods.dev/skills/ihuzaifashoukat/splicedeck/cutting-a-deliverable"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/splicedeck/cutting-a-deliverable/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/ihuzaifashoukat/splicedeck/cutting-a-deliverable"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/splicedeck/cutting-a-deliverable.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.00094 | $0.01738 |
| Opus 5 | $0.00047 | $0.00869 |
| Sonnet 5 | $0.00019 | $0.00348 |
| Haiku 4.5 | $0.00009 | $0.00174 |
Grade A, and why
cutting-a-deliverable 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 — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cutting a deliverable
splicedeck's tool list tells you what each verb takes. It cannot tell you the order, or what each verb needs the previous one to have done. That is this file.
Parameters and envelopes are owned by docs/agent-surface.md §4. Do not learn them
from here — run spd <verb> --help, or read that document. The verb table with
cost and surface columns is in references/verb-table.md,
generated from the code.
The order
inspect → draft → splice → verify → deliver
Each arrow is a real dependency, not a convention.
inspect --path <file>reads the source and mints a source handle (s1). Nothing downstream works without one. The path is workspace-relative; an absolute path refusesPATH_OUTSIDE_WORKSPACE.draftstarts a cut sheet from a source handle, a bookmark and a delivery profile, and mints a sheet handle (c1). It needscasebook/parties/<party>/to exist as a directory. A party is created by a human, by hand. In a directory that is not yet a workspace,spd initwritesbookmarks/,profiles/,elements/andcasebook/first. It never overwrites.spliceadds a segment to the sheet's body lane. A sheet with an empty body lane cannot be delivered.verifyruns every gate and records astate_hash.deliverencodes and muxes. It compares the sheet against the hashverifyrecorded, so any change to the sheet afterverifyrequires anotherverify. That is whatSHEET_NOT_VERIFIEDmeans.
preview substitutes for deliver when you want a bounded span at a lower rung.
It has the same preconditions.
The trap that costs everyone a turn
draft and splice both take a parameter called source, and they mean
different things.
| Verb | source is |
Example |
|---|---|---|
draft |
a source handle, minted by inspect |
s1 |
splice |
a source key from the sheet's sources[] |
a |
Passing s1 to splice refuses UNKNOWN_HANDLE with an empty retry_with. Read
the key out of the sheet:
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.
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 · 155 lines · 94 tokens per session scan A 2effe6867b27
cutting-a-deliverable is a skill published in the GitHub repository ihuzaifashoukat/splicedeck (3 stars, last pushed 23d ago), licensed Apache-2.0. It adds 94 tokens to every session and 1,738 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-31.
Other skills, from other repositories
brainstorming
A structured idea-generation and selection workflow. It uses methods such as SCAMPER, “How Might We” questions, Crazy 8s, ICE scoring, and voting to move from many ideas to a short list.
atmos-cast
Atmos cast recording and rendering: atmos cast play/render, output-format inference (gif/mp4/html/ascii/png/jpg/jpeg), the --cast/ATMOSCAST auto-recording flag, workflow type: cast (steps/session modes) and type: simulate step types, and committed .cast screengrabs.
cli-anything-photoshop
A command-line tool that controls Adobe Photoshop through Windows automation. It can work with Photoshop documents, layers, selections, text, image adjustments, and exports.
ospec
Document-driven OSpec workflow for initialization, change/goal routing, validation, archiving, and durable project knowledge.
youtube
Use whenever the user mentions YouTube, video uploads, channel management, playlists, video SEO, or any YouTube Data API operation. Manages videos, playlists, comments, captions, subscriptions, thumbnails, analytics, and more.
auto-go
A command that implements code from a SPEC, a document describing the required behavior and work.