بنقرة واحدة
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.