Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Build new browser modules in the layered Space Agent runtime and use the extension, component, and Alpine store patterns correctly.
Use this skill when the user asks how to build a module, where code should live, how layers work, or how the extension/component/Alpine runtime composes the frontend.
L0 is firmware. Repo-owned first-party code belongs here.L1 is group customware. Use it for group-level overrides and additions.L2 is user customware. Use it for per-user overrides and additions.app/L0/_all/mod/_core/....L1 and L2 are runtime state, not the home for durable repo-owned product code.mod/<author>/<repo>/....app/L0/_all/mod/_core/<feature>/.ext/html/ adapter files and ext/js/ hook files thin. They should usually mount a real component or provide a focused hook, not hold the whole feature.server/pages/ stay thin and expose <x-extension id="..."> anchors.mod/<author>/<repo>/ext/html/<anchor>/....npx skills add agent0ai/space-agent --skill developmentHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.