Agent skill
mova-station-operator-v0
Use for running station one-button flow (gates -> quality -> finish-branch -> episode store) with evidence paths and zero interactive branches.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mova-station-operator-v0
SKILL.md
Default action
- Prefer
/station-quickfor the full one-button flow. - If only verification is requested, use
/gates.
Evidence checklist
- Collect artifacts from
artifacts/**as printed by scripts. - Always include
git status -sbandgit diff --statwhen changes exist. - If quality or station ran, note the newest artifacts path(s).
Rules
- Documentation: use
/docsvia Context7 MCP only (read-only). - Execution and side effects: run via station (npm scripts) and/or MOVA-controlled paths.
- No interactive branches; pick safe defaults and proceed.
Tool selection rules
- If the user asks to run a workflow or do an action, use
mova_run_envelope_v0. - If the user asks to inspect or pull episodes, use
mova_search_episodes_v0. - If the user asks to run gates/quality/smoke, use
/gates,/station-quick, ormova_run_npm_v0(allowlisted scripts only). - Docs only via
/docs(Context7, read-only).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?