batch-complete
Editor's pickCompletes or cancels multiple items at once — closes out features, cleans up old work, and archives completed workstreams. Use when a user says: close out this feature, complete everything under X, cancel this workstream, clean up old items, bulk complete, finish this feature, or archive completed work.
- Type
- skill
- GitHub stars
- ★ 183
- Repository
- jpicklyk/task-orchestrator
- Category
- productivity
Install
1Quick install (skills CLI)
npx skills add jpicklyk/task-orchestrator --skill batch-complete --agent claude-codeInstalls batch-complete into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.