chrismcdermutchrismcdermutCommunityยท1 Agent Skills Included

proletariat

Spawn and manage parallel coding workers on tickets

Spawns coding workers on demand to implement, review, and ship tickets in isolated git worktrees and Docker containers. Eliminates branch conflicts, lost terminal sessions, and scattered context across chat windows. Tracks every ticket, execution, and pull request in one local database so multiple workers ship code in parallel.
npx skills add chrismcdermut/proletariat --all -g -y
Available:

Gives the AI agent the project's build commands, provider and database access rules, and the JSON output pattern it must follow so prompts and commands work non-interactively.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’