🚀 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

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
16
300%
Maintainers
1
Weekly downloads
 
Created
Source

stack-agent

npm version CI License: MIT Node.js

AI-powered CLI that helps developers choose and scaffold full-stack applications through a fullscreen terminal UI.

A senior software architect in your terminal — it recommends your entire stack, lets you review and refine each decision, then scaffolds the project with integration code.

Usage

export ANTHROPIC_API_KEY=your-key-here
npx stack-agent            # Start or resume a session
npx stack-agent --fresh    # Clear saved progress and start over

Requirements

  • Node.js 20+
  • An Anthropic API key

Development

npm install
npm run dev          # Run with tsx
npm run mockup       # Run interactive TUI mockup (no LLM calls)
npm test             # Run tests (176 tests)
npm run build        # Build with tsup

License

MIT

Keywords

cli

FAQs

Package last updated on 15 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