Drop — Productivity skill for Claude Code
Remove a task and its subtasks from the graph.
How to install Drop
Installs to ~/.claude/skills/droidnoob-hew-drop/SKILL.md
mkdir -p ~/.claude/skills/droidnoob-hew-drop && curl -fsSL https://raw.githubusercontent.com/droidnoob/hew/HEAD/commands/drop.md -o ~/.claude/skills/droidnoob-hew-drop/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Drop does
description: Remove a task and its subtasks from the graph.
Take the task id from the user. Run `hew task close --reason "dropped"`. Recursively close children (use `hew task children ` to enumerate). If the task has dependents, surface them before proceeding.
Alternatives in Productivity
- Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
- Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
- P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Schedule Remove
Remove a scheduled task by ID or name
DeduplicateMemory
You are an expert memory organizer. Your task is to find and remove EXACT DUPLICATE facts across multiple memo
Task Planner
Break a goal into small, independently-runnable tasks and drop each one as its own
Time Anchor
Claude Code hook that injects local system clock into every session/prompt. Stops 'as of training cutoff' answ
Notion MCP
A fork of danhilse/notion_mcp that adds memory graph functionality for enhanced task tracking and relationship
Auto Pilot
Launch an unattended auto-pilot run — an interactive pre-flight, then spawn a detached orchestrator that advan
Related Agents
Task Plan Architect
Uses the smartest available Claude model to expand one broad GitHub issue into a bounded set of implementation
Maker Decomposition
MAKER Decomposition Agent - Breaks complex tasks into atomic subtasks using Maximal Agentic Decomposition (MAD
Epic Planner
Heavy interactive planning of a single active epic. Decomposes it into atomic subtasks, builds DAG, groups int