一键导入
name
"TODO(shakespii): Use when <trigger>… — third person, concrete searchable keywords; do not summarize the workflow."
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
"TODO(shakespii): Use when <trigger>… — third person, concrete searchable keywords; do not summarize the workflow."
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
I help with tidying up messy notes whenever it seems useful.
Use when the user asks to create, write, compose, or design a new agent skill — turning an idea, notes, requirement, or repeated workflow into a SKILL.md with eval cases and a trigger set through an interview → draft → critique → refine loop.
Use when the user asks to lint, audit, test, benchmark, validate, or fix an agent skill — from a single SKILL.md frontmatter check to trigger-accuracy measurement or a corpus-wide audit of installed skills for duplication — driving the shakespii CLI (init, lint --json, test --run, bench) to resolve findings until clean.
A tiny practice skill that summarizes shell command output into one line.
Use when the user asks for a one-word acknowledgement drill — replies with exactly the word the drill names.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress <filepath> or "compress memory file"
| name | {"[object Object]":null} |
| description | TODO(shakespii): Use when <trigger>… — third person, concrete searchable keywords; do not summarize the workflow. |
| version | 0.1.0 |
TODO(shakespii): one or two sentences — what capability this skill provides and why it exists.
TODO(shakespii): what the skill consumes — arguments, files, context. Mark which are optional.
TODO(shakespii): every external dependency — binaries on PATH, env vars, network access, files, path-layout assumptions. If it can fail before step 1, it belongs here.
TODO(shakespii): numbered steps. Calibrate freedom — prose for judgment steps, exact commands for fragile ones.
TODO(shakespii): the deliverable's shape and contract, resolvable from files inside this skill directory — never "obey the handoff format" pointing at unshipped documents.
TODO(shakespii): at least one concrete input→output worked example. Trigger-phrase lists do not count.
TODO(shakespii): common mistakes, rationalizations, and when NOT to use this skill.