</aethereum> / skills
Skills
The core coordination behaviours (declaring contracts before cross-service calls, keeping intent current, re-syncing on a collision) are standard: on by default for every team, no install. Skills add the rest: spec workflows, handoff etiquette, your team's own conventions. Draft them from your real sessions with aethereum distill, and share them here when they are worth sharing.
Clean Handoffs
CoordinationWhen you finish work another agent picks up, message their agent what shipped and what to wire up.
API Versioning Policy
ConventionsNever break a contract in place: add a new version and keep the old shape until dependents migrate.
Migration Coordinator
WorkflowBroadcast a short freeze and the planned new shape before changing a shared contract.
Standup Sync
CoordinationStart each session with a one-line intent of what you shipped last and what you are picking up.
Design System Guard
QualityProtects shared UI: declare a contract and ping the design owner before changing a token or component API.
Collision Triage
WorkflowResolve overlapping work fast
Contract-First Discipline
WorkflowDeclare interfaces before building