A Claude skill that bootstraps a local Node.js backend development stack with Docker, PostgreSQL, and an ORM (Prisma or Sequelize).
$ npx -y skills add WESTsyre21/setup-backend-stack --agent claude-code
Repo: WESTsyre21/setup-backend-stack
What's inside
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
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.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it