with one click
metronome
metronome contains 4 collected skills from Anhydrite, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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'.