teamwork-clean

Reset teamwork projects by deleting teams and tasks via TeamDelete API.

4|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/mnthe/hardworker-marketplace --skill teamwork-clean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teamwork-clean
Source: https://github.com/mnthe/hardworker-marketplace/tree/main/plugins/teamwork/skills/teamwork-clean
Command: npx skills add https://github.com/mnthe/hardworker-marketplace --skill teamwork-clean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reset and clean up a teamwork project state when progress stalls or a fresh start is required. It ensures a safe, idempotent cleanup by shutting down active workers, deleting the team and tasks, and optionally recreating the project setup.

Core Features & Use Cases

  • Safe cleanup: Uses the native TeamDelete API to remove team state and all associated tasks, with a clean shutdown of workers.
  • Idempotent operation: Safe to run multiple times without adverse effects.
  • Post-cleanup restart: Optional recreation of a fresh team and tasks to resume a new run with the same goal.

Quick Start

Execute /teamwork-clean to initiate the cleanup and reset the project state.

Frequently Asked Questions about teamwork-clean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reset a teamwork project that is stuck or failed?

To reset a teamwork project safely, you can invoke a cleanup process that shuts down active workers, deletes the team state and all associated tasks, and optionally recreates a fresh team to restart.

What is the best way to clean up teamwork tasks and state for a fresh start?

The best way to clean up teamwork tasks and state is using the TeamDelete API, which provides an idempotent operation to safely remove all team data and associated tasks while preserving project files on disk.

Does the teamwork cleanup process preserve project files on disk?

Yes, the teamwork cleanup process preserves project files on disk. It specifically targets the removal of team state and associated tasks via the TeamDelete API, ensuring your local project files remain intact during the reset.

Can I restart a new run immediately after shutting down workers and deleting the team?

Yes, you can restart a new run immediately after cleanup. The process supports optional recreation of a fresh team and tasks, allowing you to resume a new run with the same goal following the shutdown and deletion.

Is it safe to run the project reset operation multiple times?

Yes, it is safe to run the project reset operation multiple times. The cleanup is designed as an idempotent operation, meaning you can execute it repeatedly without causing adverse effects or corrupting the project state.