一键导入
clean-handoff
Use when cleaning, deleting, pruning, or removing files from the repository root `.handoff/` directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when cleaning, deleting, pruning, or removing files from the repository root `.handoff/` directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when testing, validating, pressure-testing, or iterating an agent skill by having subagents use it
Use when creating, editing, reviewing, or testing agent skills, skill repositories, SKILL.md files, bootstrap skills, or skill discovery rules
Use when adding backend feature modules, creating tRPC routers, writing Drizzle adapters, defining domain ports or services, or diagnosing backend layer-boundary issues
Use when adding a new React TypeScript frontend app to an existing pnpm monorepo or wiring a new app to package/ui
Use when creating a new TypeScript monorepo, initializing a fresh workspace, or bootstrapping apps and packages from an empty directory
Use when code reads process.env directly, .env loading is requested, dotenv.config() appears, APP_* prefixes differ across dev/server, env examples drift, or startup config validation is missing
| name | clean-handoff |
| description | Use when cleaning, deleting, pruning, or removing files from the repository root `.handoff/` directory |
Use this skill when the user asks to clean, delete, reset, prune, or remove subagent handoff files or files under the repository root .handoff/ directory.
Do not use it for general build artifacts, caches, logs, generated code, or files outside .handoff/.
Only delete handoff files from the repository root .handoff/ directory. Never broaden cleanup to other directories unless the user explicitly asks for a separate cleanup task.
If the requested cleanup scope is unclear, narrow it before deleting files.
.handoff/ directory..handoff/ does not exist, report that there are no handoff files to clean..handoff/ naming pattern from the handoff-producing task..handoff/..handoff/ ignored by Git; do not remove the .gitignore entry..handoff/..handoff/ because they look temporary..handoff/ from .gitignore..handoff/ directory when only one run was requested..handoff/ as an error instead of a no-op cleanup.Before finishing work that used this skill, confirm:
.handoff/ directory..gitignore still ignores .handoff/.pressure-scenario.md for behavior validation.