massgen-config-creator
Guide for creating properly structured YAML configuration files for MassGen. This skill should be used when agents need to create new configs for examples, case studies, testing, or demonstrating features.
Install
mkdir -p .claude/skills/massgen-config-creator && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3565" && unzip -o skill.zip -d .claude/skills/massgen-config-creator && rm skill.zipInstalls to .claude/skills/massgen-config-creator
About this skill
Config Creator
This skill provides guidance for creating new YAML configuration files that follow MassGen conventions and best practices.
Purpose
The config-creator skill helps you create well-structured, validated configuration files for MassGen agents. It ensures consistency across the codebase and helps avoid common mistakes.
When to Use This Skill
Use the config-creator skill when you need to:
- Create example configs demonstrating new features
- Write configs for case studies or releases
- Build reusable multi-agent workflow configs
- Test new backend or tool integrations
- Share configuration patterns with users
Authoritative Documentation
IMPORTANT: The primary source of truth for config creation is:
š docs/source/development/writing_configs.rst
This file contains:
- Complete config creation workflow
- All current conventions and rules
- Property placement reference
- Validation checklist
- Common patterns and examples
- Up-to-date templates
Always consult this document for the latest configuration standards.
Critical Rules (Quick Reference)
1. Never Invent Properties
ALWAYS read 2-3 existing configs first to understand current conventions:
# Find similar configs
ls massgen/configs/tools/{category}/
# Read examples
cat massgen/configs/basic/multi/two_agents_gemini.yaml
cat massgen/configs/tools/mcp/filesystem_claude.yaml
2. Property Placement Matters
cwdā BACKEND-level (individual agent workspace)context_pathsā ORCHESTRATOR-level (shared read-only files)enable_web_searchā BACKEND-levelenable_planning_modeā ORCHESTRATOR.COORDINATION-level
See docs/source/development/writing_configs.rst for complete property reference.
3. Key Conventions
ā DO:
- Prefer cost-effective models (gpt-5-nano, gpt-5-mini, gemini-2.5-flash)
- Give all agents identical
system_message - Use separate workspaces per agent
- Include "What happens" comments explaining execution flow
ā DON'T:
- Reference massgen v1 or legacy paths
- Invent new properties
- Suggest cleanup commands that delete logs
Quick Start Workflow
Step 1: Research Existing Configs
# Find configs in your category
ls massgen/configs/tools/{relevant_category}/
# Read 2-3 similar examples
cat massgen/configs/basic/multi/two_agents_gemini.yaml
Step 2: Copy and Adapt
- Copy a similar config as your starting point
- Adapt values, never invent properties
- Follow the structure from existing configs
Step 3: Test
massgen --config massgen/configs/tools/{category}/{your_config}.yaml "Test prompt"
Step 4: Validate
Refer to the validation checklist in docs/source/development/writing_configs.rst
File Naming and Location
Naming Pattern:
{agent_description}_{feature}.yaml
Location Categories:
massgen/configs/basic/- Simple examplesmassgen/configs/tools/filesystem/- Filesystem operationsmassgen/configs/tools/web-search/- Web searchmassgen/configs/tools/code-execution/- Code executionmassgen/configs/tools/multimodal/- Image, vision, audiomassgen/configs/tools/mcp/- MCP integrationsmassgen/configs/tools/planning/- Planning mode
Common Patterns (Quick Reference)
Single Agent
agent: # Singular
id: "my_agent"
backend:
type: "claude"
model: "claude-sonnet-4"
Multi-Agent
agents: # Plural
- id: "agent_a"
backend:
type: "openai"
model: "gpt-5-mini"
system_message: "Shared task description"
- id: "agent_b"
backend:
type: "gemini"
model: "gemini-2.5-flash"
system_message: "Shared task description"
With Filesystem Access
agents:
- backend:
cwd: "workspace1" # Backend-level
orchestrator:
context_paths: # Orchestrator-level
- path: "massgen/configs/resources/v0.0.29-example/source"
permission: "read"
Reference Files
Primary Documentation:
- Config writing guide:
docs/source/development/writing_configs.rstā START HERE - YAML schema reference:
docs/source/reference/yaml_schema.rst - Example configs:
massgen/configs/
Supporting Documentation:
- Supported models:
docs/source/reference/supported_models.rst - Backend configuration:
docs/source/user_guide/backends.rst - MCP integration:
docs/source/user_guide/mcp_integration.rst
Tips for Agents
When creating configs programmatically:
- Always read the authoritative docs first:
docs/source/development/writing_configs.rst - Read existing configs to understand current patterns
- Copy structure from similar configs, don't invent
- Test immediately after creating
- When in doubt, consult the full guide in
docs/source/development/writing_configs.rst
This skill is a quick reference guide. For comprehensive, up-to-date information, always refer to the official documentation files listed above.
More by massgen
View all āYou might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.