Get a config value from .agents.yml (with local overrides)
Retrieves configuration values from .agents.yml with local override support.
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-engineer@majestic-marketplace<field> [default]Get a config value from .agents.yml with .agents.local.yml overrides.
$ARGUMENTS = <field> [default]
Supports dot notation for nested fields: plan.auto_create_task, toolbox.build_task.design_system_path
Invoke the config-reader skill which provides the script and merge logic:
Skill(skill="config-reader")
Follow the skill's instructions to run the config reader script with $ARGUMENTS.
Report the value to the user.