proletariat
Spawn and manage parallel coding workers on tickets
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Proletariat?โผ
Run `npx skills add chrismcdermut/proletariat --all -g -y` in your terminal to install everything globally.
How to run multiple coding agents in parallel?โผ
Use `prlt work spawn --all` to start workers on multiple tickets at once. Each one gets its own git branch and isolated workspace, so their changes never conflict.
Does Proletariat sandbox agents from my machine?โผ
Yes. Workers run in Docker containers by default, fully isolated from your host system, and tmux sessions keep them alive even if you close the window.
Can AI agents drive the prlt CLI directly?โผ
Yes. Every command supports a `--json` mode and a built-in MCP server with 100+ tools, so agents in Claude Code or Cursor can create tickets, spawn work, and ship PRs programmatically.
Do I need coding experience to use Proletariat?โผ
No. You create tickets in plain English and run `prlt work spawn`; the worker writes the code, opens the pull request, and you just review and merge.
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