hippocampus
kanlac/agent-steroids
Manage everything about an agent's memory — the always-loaded instruction files (global and project CLAUDE.md / AGENTS.md) and the on-demand layer (skills, docs). Two jobs: (1) diagnose & treat — audit, score, declutter, and prune a memory environment, and (2) absorb new knowledge — turn a correction, lesson, or a "remember this" request into a durable, well-placed skill update. Use whenever the user wants to check, grade, diagnose, declutter, prune, or health-check their agent memory / CLAUDE.md / skills, asks "is my CLAUDE.md too big / any good", says memory feels bloated or the agent ignores instructions, asks where a lesson should live, or wants to record a gotcha / lesson / feedback into a skill instead of piling up raw notes. Produces a "memory health" diagnosis report (HTML) plus an interactive confirmation table (ReviewTable) before executing any change. Trigger even when the user just says "整理一下记忆 / 给我的 CLAUDE.md 打个分 / 记忆体检 / 把这个教训记进 skill" without naming the skill.
line-quality-audit
kanlac/agent-steroids
Evaluate VPS, proxy server, and commercial airport node quality for China-facing use. Use when comparing VPS providers or proxy nodes, diagnosing whether a route is CN2 GIA/CTGNet/9929/CMI or ordinary transit, checking packet loss/latency/jitter/single-thread throughput, validating IP blocking risk, and verifying whether Google geolocation misclassifies the exit IP.
html-to-pdf
kanlac/agent-steroids
Convert styled HTML files to high-quality single-page PDFs using headless Chrome via playwright-core.
Use this skill whenever the user asks to generate a PDF from HTML, export a webpage to PDF,
create a no-page-break long-scroll PDF, convert a pitch deck / BP / report HTML to PDF,
or mentions "导出 PDF", "生成 PDF", "HTML 转 PDF", "nopagebreak PDF".
Also use when iterating on a document with edit-then-export cycles (edit HTML → regenerate PDF → review → repeat).
Also use when an interactive/animated HTML presentation needs to be flattened to a static PDF.