Marketplace project-operator
Operates and debugs the local stack (API/worker/frontend); focuses on observability, logs, and safe automation.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/acskamloops/project-operator" ~/.claude/skills/aiskillstore-marketplace-project-operator && rm -rf "$T"
manifest:
skills/acskamloops/project-operator/SKILL.mdsource content
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.