🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

stack-agent

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-agent

AI-powered CLI that helps developers choose and scaffold full-stack applications through conversational interaction

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
5
-70.59%
Maintainers
1
Weekly downloads
 
Created
Source

stack-agent

AI-powered CLI that helps developers choose and scaffold full-stack applications through conversational interaction.

A senior software architect in your terminal — it walks you through stack decisions, explains trade-offs, and scaffolds your project using official framework tools.

How it works

  • Conversation — The agent asks what you're building, then guides you through frontend, backend, database, auth, payments, AI/LLM, and deployment choices
  • Recommendations — Each stage presents 2-3 options with a recommended pick and trade-off context
  • Review — Once all decisions are made, the agent presents your full stack for approval
  • Scaffold — The agent runs official tools (create-next-app, create-vite, etc.) and generates integration code grounded by current documentation

Quick start

export ANTHROPIC_API_KEY=your-key-here
npx stack-agent

Requirements

  • Node.js 20+
  • An Anthropic API key

What it does

  • Delegates base scaffolding to official framework CLIs (create-next-app, create-vite, etc.)
  • Generates integration code (auth, database, payments) using Claude, grounded by up-to-date documentation via MCP
  • Writes .env.example with required environment variables
  • Installs dependencies automatically

Development

npm install
npm run dev          # Run with tsx
npm test             # Run tests
npm run build        # Build with tsup

License

MIT

Keywords

cli

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts