config-reader

Read and merge .agents.yml and .agents.local.yml configuration files. Local config overrides base config.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "config-reader" with this command: npx skills add majesticlabs-dev/majestic-marketplace/majesticlabs-dev-majestic-marketplace-config-reader

Config Reader

Read and merge .agents.yml and .agents.local.yml configuration files. Local config overrides base config.

Requires: yq (brew install yq or snap install yq )

Arguments

$ARGUMENTS format: <field> [default]

Examples:

  • auto_preview false

  • get top-level field, default to "false"

  • plan.auto_create_task false

  • get nested field, default to "false"

  • tech_stack generic

  • get top-level field, default to "generic"

  • browser.type chrome

  • get nested browser type

  • toolbox.build_task.design_system_path

  • get deeply nested field

Execution

Run the config reader script with parsed arguments:

bash {baseDir}/scripts/config_reader.sh FIELD DEFAULT

Replace FIELD and DEFAULT with the parsed arguments from $ARGUMENTS .

Return Value

Return ONLY the config value (single line):

  • true

  • rails

  • github

Merge Logic

  • Local checked first - .agents.local.yml wins if key exists

  • Fall back to base - .agents.yml if not in local

  • Default - provided default if neither has the key

Common Fields

Field Description Typical Default

auto_preview

Auto-open markdown files false

plan.auto_create_task

Auto-create tasks from plans false

tech_stack

Primary tech stack generic

task_management

Task tracking backend none

workflow

Git workflow style branches

toolbox.build_task.design_system_path

Design system location (none)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

google-ads-strategy

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

viral-content

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

market-research

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

free-tool-arsenal

No summary provided by upstream source.

Repository SourceNeeds Review