process-management
Process Management — PM2 Lifecycle
You are managing long-running processes. Invoke this skill before starting any server, worker, or daemon.
GRAPH POSITION: Sub-skill of EXECUTE phase.
- Invoke: When
gm-executeskill encounters any server/worker/daemon requirement → invokeprocess-managementskill - Return: After lifecycle task complete → return to
gm-executeskill to continue EXECUTE phase
PRE-CHECK (mandatory before any start)
Always check for running processes before starting:
exec:bash
bun x gm-exec bash pm2 list
If process already running:
- Same name → stop and delete first, then restart
More from anentrypoint/plugforge
planning
Mutable discovery and PRD construction. Invoke at session start and any time new unknowns surface during execution. Loop until no new mutables are discovered.
100agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
97gm
Immutable programming state machine. Root orchestrator. Invoke for all work coordination via the Skill tool.
86gm-execute
EXECUTE phase. Resolve all mutables via witnessed execution. Any new unknown triggers immediate snake back to planning — restart chain from PLAN.
70gm-emit
EMIT phase. Pre-emit debug, write files, post-emit verify from disk. Any new unknown triggers immediate snake back to planning — restart chain.
69gm-complete
VERIFY and COMPLETE phase. End-to-end system verification and git enforcement. Any new unknown triggers immediate snake back to planning — restart chain.
69