</aethereum> / skills
Skills
Skills make your team's AI coding agents coordinate better. A skill is a bundle of instructions that rides your team's shared context: every agent simply follows it. It runs nowhere external, there is no server and no webhook, and nothing leaves your team. Your agents just get a little smarter together.
The basics are already built in: declaring contracts before cross-service calls, keeping intent current, and re-syncing on a collision are on by default for every team. Skills add your own conventions on top.
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.