skills
Three produce files, seven shape how a session runs.
Ten Claude Code skills shipped as one plugin from ikkeseb/skills. Three are generators — ask for a diagram or a typeset document in chat and a finished file comes back (excalidraw renders headless to PNG via Playwright + Chromium, drawio emits native XML for diagrams.net, pretty-pdf typesets markdown through weasyprint). The other seven are operating modes that shape how a session runs: handoff compacts a session into a paste-ready resume, verify-claims audits prose for unsourced assertions, max-effort fans out subagents and runs a verification pass over the merge, full-send grants free rein on subagents and agent teams to dispatch widely, afk sets an unattended-work posture, suggest-loop reads a repo's verification gate to propose ready-to-paste /loop prompts, and context-audit classifies everything in a project's always-on context and routes each rule to the cheapest loader that still fires. The part that took the most tuning is invisible in the listing: every description is written as an activation rule — Invoke ONLY when…, do NOT auto-invoke — so a skill fires on the command that means it and stays quiet the rest of the time.
╭─ ikkeseb-skills@0.2.1 ───────── ─╮ │ │ │ # generators │ │ /drawio .drawio XML for diagrams.net │ │ /excalidraw .excalidraw JSON, headless PNG │ │ /pretty-pdf markdown typeset to PDF │ │ │ │ # operating modes │ │ /handoff session → paste-ready summary │ │ /context-audit CLAUDE.md rules → the right loader │ │ /verify-claims source-audit claims in prose │ │ /max-effort verification pass on risky work │ │ /full-send free rein on subagents + teams │ │ /afk unattended: act, log, don't ask │ │ /suggest-loop paste-ready /loop prompts for a repo │ │ │ ╰───────────────────────────────────────────────────────╯
/plugin marketplace add ikkeseb/skills/plugin install ikkeseb-skills@ikkeseb- HOST
- claude code + desktop
- SHAPE
- 3 generators · 7 modes
- DIST
- plugin marketplace