Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/boshu2/agentops --skill using-flywheel명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use Agent Mail as an optional messaging and file-reservation adapter for explicitly coordinated writers. Triggers: "coordinate writers", "reserve files".
Operate explicit orchestrator, implementer, validator, and scribe roles through a caller-selected agent runtime. Triggers: "agent-native factory", "role-shaped agent panes", "persistent workers".
Initialize minimal AgentOps documentation and verdict storage without taking over repository workflow. Triggers: "bootstrap AgentOps", "initialize AgentOps docs".
SKILL.md 표시 중
| name | using-flywheel |
| description | Operate the Agentic Coding Flywheel as a |
Use the Flywheel only when the caller explicitly selects it. Treat it as a replaceable execution adapter, not a correctness or completion boundary. The adapter cannot select AgentOps semantics, issue a binding verdict, or turn factory completion into delivery or validation proof.
Insight: a factory's own completion signals — closed beads, converged agents, a quiet swarm — measure that its machinery finished, not that the result is semantically correct. This skill exists to prevent the failure mode of reporting Flywheel convergence as an AgentOps PASS.
AgentOps supports two external software-factory runtimes: Gas City (using-gc) and the Agentic Coding Flywheel. Use this skill only for the Flywheel. AgentOps supplies skills and evidence contracts to either factory; it does not wrap one factory in the other, and it owns no formulas, roles, or orchestration inside either.
Jeffrey Emanuel's free, open-source stack that turns a dedicated VPS into a supervised multi-agent factory: Codex, Codex CLI, and Antigravity CLI as worker runtimes, coordinated through NTM (orchestration), Agent Mail (coordination and file reservations), Beads/BV (task graph), and the wider Flywheel toolset. Its methodology is planning-first: decompose work into beads, run agent swarms against them, and detect convergence between agent outputs.
Not for: single-session local work (use the default one-agent loop), Gas City cities (use using-gc), or as a verdict source.
Provision with the upstream wizard at
agent-flywheel.com (OS selection through
final verification; a single-curl install on a dedicated Ubuntu VPS), then
run its onboard tutorial once. AgentOps does not fork, pin, or mirror the
Flywheel stack; upstream owns its installer and versions.
Make AgentOps skills visible to each worker runtime the Flywheel drives (Codex, Codex CLI, Antigravity CLI), using the install paths in the repository README. Verify per runtime:
ls ~/.codex/skills/validate ~/.codex/skills/validate 2>/dev/null
A runtime that cannot list the skill will never invoke it.
Run the Flywheel's native workflow — bead decomposition, swarm dispatch, convergence — unchanged. Skill presence and skill invocation are different facts: when an AgentOps skill's use is an acceptance condition, name it on the work item or worker prompt, and check the transcript for its use.
Read Flywheel runtime state (bead graph, Agent Mail threads, NTM pane truth) as evidence pointers only. When agents disagree with tracker state, trust the more direct observation: pane truth over roster claims, bead state over prose.
Two consecutive non-converging swarm rounds on the same intent is the stop condition: stop, report the divergence to the caller, and do not dispatch a third round on your own authority.
Runtime evidence pointers for the caller: which beads the Flywheel processed,
where the candidate commits and worktrees live, and which AgentOps skills its
agents actually invoked. Done when the caller holds those pointers and — if
proof was requested — a fresh validate context has judged the exact
candidate. Factory state alone is never the done signal.
Report the concrete failure — unreachable host, missing skill visibility, non-convergence, or an upstream installer change — and stop. Upstream Flywheel defects belong to its maintainer; the caller owns any revision, retry, or factory switch.