reconfigure

Update tusk configuration settings and regenerate SQLite validation triggers.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/gioe/tusk --skill reconfigure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reconfigure
Source: https://github.com/gioe/tusk/tree/main/skills/reconfigure
Command: npx skills add https://github.com/gioe/tusk --skill reconfigure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to modify your tusk task management system's configuration (like domains, task types, and agents) after initial setup without risking data loss or corruption.

Core Features & Use Cases

  • Safe Configuration Updates: Modify tusk/config.json with minimal risk.
  • Data Preservation: Ensures existing tasks and the database remain intact during configuration changes.
  • Trigger Regeneration: Automatically updates database validation triggers when necessary.
  • Use Case: You've onboarded new team members and need to add their roles as agents, or your project scope has expanded and you need to add new task domains.

Quick Start

Use the reconfigure skill to add a new domain called 'testing' to your tusk configuration.

Frequently Asked Questions about reconfigure

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

FAQPage Schema
How do I safely update tusk configuration settings after initial setup?

To safely update tusk configuration settings, modify the tusk/config.json file to adjust domains, task types, statuses, priorities, and agents while preserving existing task data and database integrity.

What happens to existing tasks when I remove validated fields from tusk config?

When removing validated fields from tusk config, the system checks for and migrates existing tasks associated with those removed fields to safely handle potential data conflicts without loss.

How do I regenerate SQLite database validation triggers when modifying task types?

Modifying task types in tusk config automatically regenerates SQLite database validation triggers as needed, ensuring your updated configurations are properly enforced at the database level.

Can I add new agents and domains to tusk without risking database corruption?

Yes, you can add new agents and domains to tusk without database corruption by safely modifying the tusk/config.json file, which preserves your existing tasks and data structure during configuration changes.

Why do I need to migrate tasks when changing task management configuration statuses?

Migrating tasks when changing task management configuration statuses is necessary to handle potential data conflicts, ensuring existing tasks associated with removed validated fields are safely relocated.

What is the best way to modify tusk task management configuration post-installation?

The best way to modify tusk task management configuration post-installation is to update the tusk/config.json file directly, allowing the system to regenerate SQLite triggers and migrate affected tasks automatically.