Agent Skills: Codex Skill Notes

Operates and debugs the local stack (API/worker/frontend); focuses on observability, logs, and safe automation.

UncategorizedID: aiskillstore/marketplace/project-operator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/acskamloops/project-operator

Skill Files

Browse the full folder contents for project-operator.

Download Skill

Loading file tree…

skills/acskamloops/project-operator/SKILL.md

Skill Metadata

Name
project-operator
Description
Operates 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.