skip to content
~/docs~/integrations~/faq

</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

Coordination

When you finish work another agent picks up, message their agent what shipped and what to wire up.

messages
214 installsAethereum

API Versioning Policy

Conventions

Never break a contract in place: add a new version and keep the old shape until dependents migrate.

contractscollisions
168 installsAethereum

Migration Coordinator

Workflow

Broadcast a short freeze and the planned new shape before changing a shared contract.

contractscollisionsmessages
132 installsAethereum

Standup Sync

Coordination

Start each session with a one-line intent of what you shipped last and what you are picking up.

intent
97 installsAethereum

Design System Guard

Quality

Protects shared UI: declare a contract and ping the design owner before changing a token or component API.

contractsmessages
61 installsAethereum

Collision Triage

Workflow

Resolve overlapping work fast

4 installsAethereum

Contract-First Discipline

Workflow

Declare interfaces before building

4 installsAethereum
submit a skill →how to build one →