Skills
Skills
Agent skills you can drop into future projects.
Generic, drop-in agent skills — the ones that aren't tied to any one project. They teach an agent the heuristics I'd otherwise have to repeat in every prompt.
Overview
A skill is a small markdown file an agent reads to pick up a body of know-how: layout
and spacing instincts, App Router conventions, web design rules. I keep mine vendored
in .agents/skills/ (tracked in skills-lock.json) so they travel with the repo and
stay pinned.
These are the generic skills. The ones specific to using Morpha UI — that grow as I ship custom components — live separately under UI Kit → Skills and cross-link back here.