Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Skills

Andromeda ships with a Claude Code skill for matching the shared visual style. It lives in the repo at skills/.

darkmatter-styles

darkmatter-styles applies the shared Andromeda aesthetic: dark background, white borders, Commit Mono, minimal layout, no frameworks. Use it when building new pages or components that need to match the rest of the lineup.

The canonical CSS and fonts live in the pkg/darkmatter module. Mount its handler set and link /assets/darkmatter.css from your templates — the skill guides style decisions while the module serves the actual bytes.

andromeda-stack

andromeda-stack scaffolds a new Go CRUD app in the monorepo using the standard project layout: net/http mux, html/template, modernc.org/sqlite, and the pkg/{auth,web,config,sqlite,darkmatter} packages wired in via replace directives.

It covers the full app shape — main.go / app.go / routes.go / db.go / handlers_*.go / templates/ / static/ — plus session vs. API-key vs. bearer auth, the multi-stage CGO_ENABLED=0 Dockerfile, and the workspace files that need updating (root docker-compose.yml, both .github/workflows/docker*.yml lists) so a new app actually ships.

Installing

Use npx skills add to pull the skill directly from the repo:

npx skills add stevedylandev/andromeda/skills

Once installed, invoke it in Claude Code by describing what you want to build — the skill triggers automatically based on its description.