stacks-buddy
Provides command-line assistance for Stacks framework operations.
Install
mkdir -p .claude/skills/stacks-buddy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11943" && unzip -o skill.zip -d .claude/skills/stacks-buddy && rm skill.zipInstalls to .claude/skills/stacks-buddy
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when working with the Stacks CLI (buddy/bud/stacks/stx) — understanding all 50+ commands with their flags and options, adding custom commands, the make:* scaffolding commands, development server commands, build commands, deployment commands, email/mail commands, environment management, or domain/DNS commands. Covers @stacksjs/buddy and all CLI command files.Key capabilities
- →Understand Stacks CLI commands and options
- →Add custom commands to Stacks CLI
- →Use `make:*` scaffolding commands
- →Start development servers
- →Execute build commands
- →Manage environment variables
How it works
The skill provides complete information about the Stacks CLI, including its architecture, lazy loading system, startup flow, and how to add custom commands, enabling various development and deployment tasks.
Inputs & outputs
When to use stacks-buddy
- →Scaffold new component
- →Run development server
- →Execute build command
About stacks-buddy
Provides reference for the full Stacks CLI command set, including build, scaffold, and deployment commands.
Use when working with the Stacks CLI (buddy/bud/stacks/stx) — understanding all 50+ commands with their flags and options, adding custom commands, the make:* scaffolding commands, development server commands, build commands, deployment commands, email/mail commands, environment management, or domain
When not to use it
- →When working with a CLI other than Stacks CLI
- →When Bun is not available or is older than 1.3.0
- →When TypeScript is not available
Prerequisites
Limitations
- →The complete CLI runtime for the Stacks framework with 50+ commands
- →Commands are lazy-loaded for performance
- →Application commands go in `app/Commands/`, framework commands in `storage/framework/core/buddy/src/commands/`
How it compares
This skill offers detailed, source-grounded guidance on the Stacks CLI's internal workings and extensibility, unlike generic CLI documentation.
Compared to similar skills
stacks-buddy side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| stacks-buddy (this skill) | 0 | 4mo | Review | Intermediate |
| workflow | 4 | 2mo | Review | Intermediate |
| pnpm-upgrade | 2 | 3mo | Review | Intermediate |
| write-script-bun | 1 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by stacksjs
View all by stacksjs →You might also like
workflow
vercel
Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", or step-based orchestration.
pnpm-upgrade
openai
Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.
write-script-bun
windmill-labs
MUST use when writing Bun/TypeScript scripts.
trigger-dev-tasks
triggerdotdev
Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or Puppeteer/Playwright, and handling task schemas with Zod validation.
deploy
serithemage
Deploys Serverless OpenClaw CDK stacks to AWS. Handles SecretsStack parameter injection, full/individual stack deployment, and Docker image push.
sst
ComeOnOliver
SST (Serverless Stack) is a framework for building and deploying full-stack applications on AWS with high-level constructs for Lambda, API Gateway, DynamoDB, S3, and frontend frameworks. It features live local development connected to real AWS services, type-safe resource linking