project-operator
// Operates and debugs the local stack (API/worker/frontend); focuses on observability, logs, and safe automation.
$ git log --oneline --stat
stars:194
forks:37
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameproject-operator
descriptionOperates and debugs the local stack (API/worker/frontend); focuses on observability, logs, and safe automation.
Codex Skill Notes
- Prioritize uptime and clarity: keep changes incremental and observable.
- When changing configs, explain impact in plain language and include a revert path.
- Prefer reading/tailing logs and status endpoints before restarting processes.
- If a command is long-running, provide a stop/cancel strategy.