A Claude skill that bootstraps a local Node.js backend development stack with Docker, PostgreSQL, and an ORM (Prisma or Sequelize).
FAQ
setup-backend-stack is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes setup-backend-stack. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add WESTsyre21/setup-backend-stack --agent claude-code
Repo: WESTsyre21/setup-backend-stack
A Claude skill that bootstraps a local Node.js backend development stack with Docker, PostgreSQL, and an ORM (Prisma or Sequelize).
Given a user request to set up a backend project, the skill will:
docker-compose.yml, .env, ORM config, and server.jsnpm install, ORM init, Docker startupGET /health endpoint.claude_history/setup_status.mdbackend-setup-stack/
โโโ SKILL.md # Main skill instructions (required)
โโโ README.md # This file
โโโ templates/ # Boilerplate files for new projects
โ โโโ .env.example
โ โโโ docker-compose.yml
โ โโโ schema.prisma
โ โโโ server.js
โโโ references/ # ORM-specific detail (loaded on demand)
โ โโโ prisma-config.md
โ โโโ sequelize-config.md
โโโ context/ # Shared conventions (always available)
โ โโโ db-conventions.md
โ โโโ express-rules.md
โโโ evals/
โโโ evals.json # Test cases for skill evaluation
Place the backend-setup-stack/ folder in your Claude skills directory, e.g.:
~/.claude/skills/backend-setup-stack/
Set up a new backend stack with Express, PostgreSQL, and Prisma.
Bootstrap a backend at ~/projects/my-api with Sequelize ORM.
My Postgres container keeps rejecting connections when I run prisma migrate dev.
MIT
context/ db-conventions.md express-rules.md evals/ evals.json LICENSE README.md references/ prisma-config.md sequelize-config.md SKILL.md templates/ .env.example docker-compose.yml schema.prisma server.js SKILL.md
ยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic