settings

View and modify Gran Maestro settings in `.gran-maestro/config.json`.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill settings-myrtlepn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: settings
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/settings
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill settings-myrtlepn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mst.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to easily view and modify the configuration settings for Gran Maestro, enabling customization of its behavior and operational parameters.

Core Features & Use Cases

  • View Settings: Inspect the current configuration of Gran Maestro.
  • Modify Settings: Change specific parameters like workflow limits, agent configurations, and timeouts.
  • Preset Management: Apply, save, and compare predefined or custom configuration presets.
  • Use Case: A user wants to increase the maximum number of feedback rounds for discussions to allow for more thorough deliberation. They can use this Skill to change the workflow.max_feedback_rounds setting.

Quick Start

View all current Gran Maestro settings.

Frequently Asked Questions about settings

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

FAQPage Schema
How do I view and modify Gran Maestro configuration settings?

Gran Maestro configuration settings are managed by directly reading and writing parameters stored in the .gran-maestro/config.json file. You can inspect current configurations and modify workflow limits, agent setups, and timeouts.

How do I change the maximum number of feedback rounds for Gran Maestro workflows?

To change feedback rounds for Gran Maestro workflows, modify the workflow.max_feedback_rounds parameter in the configuration file. This Skill allows direct manipulation of these workflow parameters for custom operational behavior.

Can I save and apply custom configuration presets for Gran Maestro?

You can save and apply custom configuration presets for Gran Maestro using this Skill. It supports preset management, enabling you to apply, save, and compare predefined or custom configuration presets for various operational parameters.

Does Gran Maestro configuration require Python scripts to manage settings?

Managing Gran Maestro configuration utilizes Python scripts for direct manipulation and migration of configuration files. This allows precise management of JSON-based settings, including agent configurations and workflow timeouts.

What are the limitations of manually editing Gran Maestro config.json files?

Manually editing Gran Maestro config.json files risks structural corruption and migration errors. Using this Skill's Python scripts ensures direct manipulation and proper migration of configuration files while maintaining preset integrity.