MassGen
Coordinate multiple models in parallel to reach consensus answers
All Skills in This Repository (18)
Pure Emerald Level Indicatorsskill-organizer
Merges overlapping skills and generates a SKILL_REGISTRY.md routing guide for agent prompts.
multimedia-backend-integrator
Guides adding new media generation backends to MassGen's unified generate_media tool.
image-generation
Generate and edit images across OpenAI, Google Gemini, Grok, and OpenRouter backends.
audio-generation
Generate speech, music, and sound effects using ElevenLabs and OpenAI audio APIs.
video-generation
Generate videos from text prompts or images using Grok, Google Veo, and OpenAI Sora backends.
pr-checks
Automate PR checks with pre-commit hooks, tests, and CodeRabbit feedback.
backend-integrator
Automate MassGen backend integration across architecture, CLI/SDK wiring, capabilities, tests, and documentation.
release-prep
Generate release documentation from commits and PRs since the last tag.
massgen-log-analyzer
Run MassGen experiments and generate ANALYSIS_REPORT.md from traces.
massgen-release-documenter
Guide teams through MassGen release documentation across changelogs, Sphinx docs, and roadmaps.
textual-ui-developer
Run the MassGen Textual UI in a browser with textual-serve for visual feedback.
serena
Locate symbol definitions and references across multi-file codebases using LSP-powered analysis.
Frequently Asked Questions
FAQPage SchemaHow to install MassGen?βΌ
Run `npx skills add massgen/MassGen --all -g -y` in your terminal to install all skills in this suite globally.
What does MassGen do?βΌ
MassGen runs several models on the same task in parallel, lets them observe and build on each other's work, and uses voting to converge on the strongest answer.
How do I run a multi-agent task with MassGen?βΌ
Invoke the massgen skill with your task description, and it launches a coordinated run with evaluation criteria, live progress monitoring, and a winning answer saved to the log directory.
Can MassGen generate images, video, and audio?βΌ
Yes. Built-in skills cover image generation and editing, video creation across Grok, Veo, and Sora, and speech, music, and sound effects via ElevenLabs and OpenAI.
Does MassGen work with Claude Code and other coding agents?βΌ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Copilot, and 40+ other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core