Development tooling built at automatic73, out of real problems from working with several coding agents at once.
Today it holds:
- Claude Code plugins (published through the marketplace)
- Shared MCP setup bundles (scripts + docs)
/plugin marketplace add automatic73/automatic73-toolsThen install whichever you want:
/plugin install parallel-sessions@automatic73
/reload-plugins| Plugin | What it solves |
|---|---|
| parallel-sessions | Running many agent sessions without saturating the machine: shares node_modules across worktrees, serializes typechecks, and finds MCP servers starting in every session |
| Bundle | What it solves |
|---|---|
| mcp/ga4-ads | One-shot setup for official Google Analytics + Google Ads MCP servers in Cursor/Claude with secrets pulled from Doppler |
Setup:
bash mcp/ga4-ads/setup.shDefaults use Doppler project automatic73-ops and config prd. Override with
DOPPLER_PROJECT / DOPPLER_CONFIG when needed.
Test a plugin without installing it:
claude --plugin-dir ./plugins/parallel-sessionsValidate before publishing:
claude plugin validate ./plugins/parallel-sessionsMIT