What problem does it solve? Raw Paperclip activity (issues, comments, documents) arrives as procedural status churn that tells a reader nothing about what a project is, what was decided, or what is at risk. This Skill turns bounded source bundles into wiki-insightful project pages instead of datestamped issue dumps. ## Core Features & Use Cases - Project Standup Generation: Writes wiki/projects/<slug>/standup.md with an executive readout, what changed, decisions, blockers, and next actions. - Durable Project Pages: Maintains index.md, optional decisions.md and history.md as patches that accumulate decisions over time rather than rewriting them. - Asset Safety Gate: Treats Paperclip attachments and work products as metadata-only, never dereferencing asset URLs or fetching /api/assets/:id/content. - Use Case: A cursor-window operation issue arrives with a bundle of recent Paperclip activity for one project; the Skill reads the full bundle, patches the existing project pages, refreshes wiki/index.md, and appends a dated entry to wiki/log.md. ## Quick Start Distill the Paperclip source bundle from this operation issue into the default wiki space, updating the project standup and index pages and logging the cursor window.