Skip to content

massgen/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 massgen/skills

MassGen is a multi-agent system that coordinates multiple AI agents to solve complex tasks through parallel processing, iterative refinement, and consensus voting.

These are the official Agent Skills for MassGen β€” install them to invoke MassGen directly from your AI coding agent. Built on the open Agent Skills standard. Write once, use everywhere.

πŸ“– Documentation Β· πŸš€ MassGen Β· πŸ’¬ Discord


⚑ Install

npx skills add massgen/skills --all

That's it. Works with Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, Gemini CLI, Goose, Amp, and 40+ other agents.

To install to a specific agent only:

npx skills add massgen/skills -a claude-code
npx skills add massgen/skills -a codex
npx skills add massgen/skills -a cursor
npx skills add massgen/skills -a copilot
npx skills add massgen/skills -a gemini-cli
npx skills add massgen/skills -a windsurf

See Vercel's skills docs for more on the npx skills CLI.

Manual install (any agent)
git clone https://github.com/massgen/skills.git /tmp/massgen-skills
cp -r /tmp/massgen-skills/massgen ~/.claude/skills/massgen   # or ~/.codex/skills/, ~/.agents/skills/, etc.

πŸ“‹ What's Included

The MassGen skill gives your agent four modes:

Mode Purpose Output
🎯 General (default) Any task β€” writing, code, research, design Winner's deliverables + workspace files
πŸ” Evaluate Critique existing work critique_packet.md, verdict.json, next_tasks.json
πŸ“ Plan Create structured project plans project_plan.json with task DAG
πŸ“ Spec Create requirements specifications project_spec.json with EARS requirements

πŸ’‘ Before You Start

The skill will walk you through setup if needed, but things go smoother if you already have:

  1. MassGen installed: pip install massgen
  2. An AI provider authenticated: API key (e.g., OPENAI_API_KEY) or login-based auth (e.g., claude or codex login)
  3. A config file: Run massgen --quickstart to create .massgen/config.yaml

Note: First-time setup requires human input (provider selection, API keys). After that, the skill runs autonomously.


πŸ”„ Updating

npx skills update

This repo is automatically synced from the main MassGen repository on every merge to main.


πŸ“„ License

Apache 2.0 β€” see LICENSE for details.

About

Official MassGen skills for AI coding agents (Claude Code, Codex, Copilot, Cursor). Multi-agent evaluation, planning, spec writing, and general-purpose task execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages