원클릭으로
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.