pm2
Foundry is a persistent orchestration & control-plane for agentic software development—minimizing context loss and manual restarts. It coordinates AI coding agents nodes that can build, validate, and resume work across multi-day projects.
Install / Use
npx skills add ai-supervisor-foundry/foundryInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubdescription: Using pm2. alwaysApply: false
-
PM2 logs check is always non-streamed, non-interactive.
-
Supervisor PM2 Management:
- Supervisor runs via
npm run cli -- start(uses tsx to run TypeScript directly, NOT a compiled binary) - Start:
pm2 start ecosystem.config.js(NOTpm2 start dist/index.js) - Stop: First
npm run cli -- halt, thenpm2 stop supervisor, thenpm2 delete supervisor - Restart:
pm2 restart supervisor(after halt if needed) - The supervisor script is defined in ecosystem.config.js and uses npm/tsx, not a compiled dist file
- Supervisor runs via
-
On ANY error when starting/stopping supervisor, immediately halt and stop:
npm run cli -- halt --redis-host localhost --redis-port 6499 --state-key supervisor:state --queue-name tasks --queue-db 2pm2 stop supervisorpm2 delete supervisor
Related Skills
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.5kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
AstrBot
40.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Security Score
Audited on Jul 12, 2026
