一键导入
work-recap
Triggers on /work-recap only. Dispatches to a named recap variant (e.g. zirtue weekly, zirtue daily). Each variant lives in a subfolder under this skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triggers on /work-recap only. Dispatches to a named recap variant (e.g. zirtue weekly, zirtue daily). Each variant lives in a subfolder under this skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Triggers on /clockify-reconciliator <project> only. Adds descriptions to description-less Clockify entries for a configured project, splitting large blocks into 1-3h chunks using git commits from configured repos.
Triggers on /schedule-once only. Schedules a SINGLE future run of a Claude prompt (or a raw shell command) on THIS machine via Windows Task Scheduler, as a self-deleting one-time task. The local, one-shot counterpart to the cloud /schedule and the recurring /cron-run. PC must be on and logged in at fire time; Claude Code itself need not be open. Also supports list and cancel.
Triggers on /create-pr only. Drafts a human-light PR for the current branch, scales the body to the diff, suggests visuals, previews locally, and creates it on approval.
Triggers on /autopilot only. Dev is AFK and wants maximum autonomous progress with heavy but purposeful token use. Never block - delegate aggressively to subagents to keep main context lean, resolve real judgment calls via a BOUNDED /iterate-it (capped per run), auto-answer any nested skill's question instead of hanging, log decisions, park true hard-stops, and grind the task to a verified finish.
Triggers on /batch-todos only. Dedupes ai_todos, classifies survivors as EASY (auto-execute) or HARD (dev picks), shows dry-run confirmation, batches all EASY todos, then surfaces the HARD queue.
Triggers on /bepy-project-setup-roblox only. Scaffolds a new Roblox/Luau project from the sirbepy_roblox/templates/default/ skeleton, or fills missing files in an existing one. Idempotent - never clobbers without asking. Verifies with aftman install + wally install + rojo build.
| name | work-recap |
| description | Triggers on /work-recap only. Dispatches to a named recap variant (e.g. zirtue weekly, zirtue daily). Each variant lives in a subfolder under this skill. |
| argument-hint | zirtue [weekly|daily] [copy] |
Dispatch to a work-recap variant. Variant files live under this skill's folder.
Expected: /work-recap <group> <variant> [copy]
Examples:
/work-recap zirtue weekly/work-recap zirtue daily/work-recap zirtue daily copyIf <group> or <variant> is missing, ask the dev which recap to run via AskUserQuestion. List the available variants from the table below.
The optional trailing copy flag tells the variant to also copy the final output file to the system clipboard after writing it.
Variant file lives at ~/.claude/skills/work-recap/<group>/<variant>.md.
Available variants:
| Group | Variant | File |
|---|---|---|
| zirtue | weekly | zirtue/weekly.md |
| zirtue | daily | zirtue/daily.md |
If the file does not exist, list what exists and stop.
Read the variant file in full, then follow its instructions exactly. The variant owns everything: window, data sources, output path, output format.
Pass the copy flag through to the variant (it decides how to honor it, typically by piping the final file to clipboard at the end).