smithery/majesticlabs-dev

init-agents-config

Generate .agents.yml config from user answers. Provides tech stack templates for Rails, Python, Node, and Generic projects.

Installation

$ npx skills add smithery/majesticlabs-dev --skill init-agents-config

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/majesticlabs-dev · top by installs.

npx skills add smithery/majesticlabs-dev

Browse all from smithery/majesticlabs-dev

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead Write

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,581 B
  • docs SUMMARY.md 149 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Init Agents Config

Assemble .agents.yml from collected user answers during Skill("init").

Resources

Resource Purpose
CONFIG_VERSION Current .agents.yml schema version
assets/rails.yaml Rails config template
assets/python.yaml Python config template
assets/node.yaml Node config template
assets/generic.yaml Generic config template
references/agents-md-template.md AGENTS.md best practices
assets/local-config-template.yaml Local overrides template

Template Selection by Tech Stack

Tech Stack Template
Rails assets/rails.yaml
Python assets/python.yaml
Node assets/node.yaml
Generic assets/generic.yaml

Assembly Instructions

  1. Read the appropriate template based on detected tech_stack
  2. Replace placeholders with collected answers:

- {{configversion}} - Read from CONFIGVERSION file - {{ownerlevel}} - beginner, intermediate, senior, expert - {{taskmanagement}} - github, linear, beads, file, none - Stack-specific fields from user answers

  1. Conditionally include/exclude sections:

- Remove extras: section if no Solid gems selected (Rails) - Remove toolbox.buildtask.designsystem_path if no design system detected - Comment out browser: section unless user selected non-Chrome browser

  1. Write to .agents.yml

Conditional Sections

Task Tracking

Commented out by default (opt-in). Uncomment only if user explicitly enables task tracking:

  • task_tracking.enabled - Create Tasks during workflows for visibility
  • task_tracking.ledger - YAML checkpoints for crash recovery
  • tasktracking.ledgerpath - Path to workflow ledger file
  • tasktracking.autocleanup - Remove tasks after workflow completion

Quality Gate Reviewers

Each stack has default reviewers. Include optional reviewers only if user enables them:

  • dhh-code-reviewer - Rails strict style
  • data-integrity-reviewer - Migration safety
  • codex-reviewer / gemini-reviewer - External LLM

Browser Config

Default is commented out (uses Chrome). Uncomment only if user selects Brave or Edge.

Extras (Rails only)

Include only Solid gems the user selected:

  • solid_cache
  • solid_queue
  • solid_cable

Output

Write generated config to .agents.yml in project root.