用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/spool-lab/spool --skill spool命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when creating a launch, release, or announcement video for the Spool desktop app from real screen recordings. Covers the capture pipeline (Electron + native macOS window recording), the HyperFrames composition layout, common trailer-vs-PPT pitfalls, and the first-frame poster trick for social media. Invoke when the user mentions release video, launch video, announcement video, trailer, demo video, or wants to ship a video for a Spool version bump.
Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.
Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing.
基于 SOC 职业分类
正在显示 SKILL.md
| name | spool |
| description | Search your local Claude Code and Codex CLI session history |
| allowed-tools | Bash |
Search your thinking with spool — a local search engine over your Claude Code and Codex CLI sessions.
which spool
If the command is not found, tell the user:
spoolCLI is not installed. Run:npm install -g @spool/clithenspool syncto index your sessions. Stop here.
spool search "$ARGS" --json --limit 5
where $ARGS is everything the user passed to /spool.
For each result in the JSON array, show:
startedAt)<mark> / </mark> tags for plain display)Example format:
1. [claude] /code/myproject — 2026-03-20
"…evaluated the database sharding tradeoffs and reached a decision…"
UUID: abc123
2. [codex] /code/api — 2026-03-18
"…the race condition was caused by a shared map write without a mutex…"
UUID: def456
Ask: "Want to see the full conversation for any of these? I can load it with spool show <uuid>."
If the user says yes (or specifies a number/UUID), run:
spool show <uuid>
Include the output as context in your next reply.
--source claude or --source codex to filter by source--since 7d to limit to the last 7 days/spool "read replicas"spool sync first if results seem stale