원클릭으로
metronome
metronome에는 Anhydrite에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use when a task can be decomposed into 2+ independent units of work. Triggers: 'parallel dispatch', 'fan out', 'write N tests', 'migrate N files', 'add N endpoints', 'refactor N components', 'audit N categories', 'process N items', 'split across agents'. Enforces parallel dispatch to multiple agents instead of serial execution by a single agent.
MUST USE when user asks to create, add, write, or design a new skill. Triggers: 'create skill', 'new skill', 'add skill', 'write skill', 'skill for X', 'make a skill that does Y'. Creates a new oh-my-openagent-compatible skill following the proven patterns from OmO's built-in skills. Validates against the JSON schema before completion.
MUST USE when user asks to create, add, write, or design a new agent. Triggers: 'create agent', 'new agent', 'add agent', 'write agent', 'agent that does X', 'make a specialist for Y'. Creates a new oh-my-openagent-compatible custom agent following the proven patterns from OmO's 10 built-in agents. Validates against the JSON schema before completion.
Validates that all Chef d'orchestre agent files and skills follow the Metronome conventions. Triggers: 'validate metronome', 'check agents', 'check skills'.