desligar-maestro

Disable the Maestro system in the current project while preserving all stored data.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/eusouwillnunes/sistema-maestro --skill desligar-maestro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desligar-maestro
Source: https://github.com/eusouwillnunes/sistema-maestro/tree/main/skills/desligar-maestro
Command: npx skills add https://github.com/eusouwillnunes/sistema-maestro --skill desligar-maestro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a safe, reversible way to turn off the Sistema Maestro in the current project while ensuring memories, library, configuration and pending tasks remain intact for future reactivation.

Core Features & Use Cases

  • Detection: Checks for the presence of maestro/config.md and reads the maestro-ativo flag to determine current state.
  • Safe Deactivation: Updates maestro/config.md to set maestro-ativo: false without deleting or modifying other project files.
  • Use Case: Temporarily suspend the Maestro during maintenance, debugging, or handover procedures while preserving all project data for later reactivation.

Quick Start

Type /desligar-maestro to deactivate the Sistema Maestro in the current project and preserve all data for later reactivation.

Frequently Asked Questions about desligar-maestro

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

FAQPage Schema
How do I temporarily disable Maestro without deleting stored data?

To disable Maestro without deleting stored data, update the maestro/config.md file to set maestro-ativo to false. This suspends the AI coordinator while preserving memories, library, config, and tasks for future reactivation.

What happens to my project tasks and memories when I deactivate Maestro?

When you deactivate Maestro, your project tasks and memories remain fully intact. The deactivation process only modifies the maestro-ativo flag in maestro/config.md, avoiding deletion or modification of any other project files.

Do I need read/write access to maestro/config.md to suspend the AI coordinator?

Yes, you need read/write access to maestro/config.md to suspend the AI coordinator. The Skill requires this access to detect the current active state and enforce setting the maestro-ativo flag to false safely.

When should I deactivate the Maestro system in my current project?

You should deactivate the Maestro system during project maintenance, debugging, or handover procedures. This temporarily suspends the AI coordinator while ensuring all configuration and pending tasks are retained for later reactivation.

Is there a safe way to turn off the Sistema Maestro for future reactivation?

Yes, a safe way to turn off the Sistema Maestro is by setting maestro-ativo to false in maestro/config.md. This provides a reversible deactivation method that preserves all stored data, memories, and library files.