Claude Code plugin for building applications with the Forge Go micro-SaaS framework.
Inside Claude Code, run:
/plugin marketplace add dmitrymomot/forge-skills
/plugin install forge-skills@forge-skills
Requires Claude Code v1.0.33+.
Scaffolds a complete Forge project with configurable subsystems: PostgreSQL, Redis, sessions, jobs, storage, templ, HTMX, Alpine.js, Tailwind CSS, mailer, and OAuth.
Generates: main.go, config, docker-compose.yml, .env, justfile, .air.toml, .editorconfig, .gitignore.
Builds features into existing Forge apps. Generates handlers, DB migrations + sqlc queries, background jobs, auth flows, email templates, storage integration, SSE endpoints, and templ views.
Generates Go templ templates using the templui component library — 41 pre-built components (buttons, forms, cards, dialogs, sidebars, charts, etc.) styled with Tailwind CSS and HTMX-ready.
/forge-init my-saas-app
/forge-build user registration with email verification
/templui dashboard sidebar with navigation and user avatar
Apache-2.0