What Aero can do
The first-party skill catalog — focused capabilities Aero draws on to get work done.
API Design
Designs endpoint contracts: resources, validation, error shapes, versioning, and migration impact.
Clean Code
Coding standards: no magic numbers, prefer named constants, keep files under ~600 lines, document complex logic, and use clear names.
Cloudflare Workers
Cloudflare edge: Workers, KV, Durable Objects, R2, bindings, cache behavior, and platform limits.
Database Schema
Schema and migration modeling: normalization, indexes, constraints, and safe migrations.
Gleam
Type-driven Gleam: pattern matching, explicit results, and BEAM/JS target awareness.
Go
Idiomatic Go: small interfaces, error wrapping, table-driven tests, and context-aware IO.
Node.js Runtime
Node.js runtime and tooling: modules, streams, scripts, and Node-versus-edge constraints.
Performance Audit
Profiles and fixes hotspots: slow queries, N+1, allocations, payload size, and caching.
Security Review
Reviews authorization, input validation, secrets handling, injection, and dependency risk.