create-web

Installation
SKILL.md

create-web skill

features

  • Scaffolds a complete, production-ready web application from a language template
  • Ruby on Rails 8.x template built on 37signals conventions (Basecamp / Fizzy architecture)
  • Python template: Reflex (pure-Python UI) + FastAPI mounted via api_transformer, SQLite with WAL mode, SQLModel + Alembic migrations
  • Passwordless magic link authentication in both templates — no Devise, no auth library
  • Ruby: UUID primary keys, Solid Queue/Cache/Cable (no Redis), Hotwire + importmap-rails, native CSS with cascade layers, Minitest + fixtures
  • Python: uv + ruff + mypy strict + pytest with coverage gate, lefthook pre-commit hooks
  • Kamal deployment configuration with multi-stage Dockerfile (both templates)
  • GitHub Actions CI + automatic Kamal deploy on push to main
  • Comprehensive AGENTS.md encoding 37signals engineering principles (symlinked as CLAUDE.md)

usage

Installs
7
GitHub Stars
1
First Seen
Jun 5, 2026
create-web — pavelsimo/skills