From digital-printing
Add bleed margins to a PDF for commercial print shops that trim — extends the page size by the bleed amount on each side and shifts content to the new center. Most office digital printing does NOT need this; use only when sending to a print shop. Triggers on phrases like "add bleed", "add 3mm bleed", "prep for trim".
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-printing:add-bleedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expand a PDF's page size to add bleed on every side. Commercial print shops trim to the trim line; the bleed area absorbs registration error.
Expand a PDF's page size to add bleed on every side. Commercial print shops trim to the trim line; the bleed area absorbs registration error.
<input>-bleed.pdf.pdfjam or ghostscript. Strategy: increase MediaBox by 2 × bleed on each axis, then shift content by bleed so it remains centered.
# input is A4: 595 x 842 pt; 3mm = 8.5 pt
gs -o output.pdf \
-sDEVICE=pdfwrite \
-dDEVICEWIDTHPOINTS=612 \
-dDEVICEHEIGHTPOINTS=859 \
-dFIXEDMEDIA \
-c "<</PageOffset [8.5 8.5]>> setpagedevice" \
-f input.pdf
Bleed-extended PDF.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-printingSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.