Toolchain

The buddy CLI, building, serving, deploying, testing and linting.

The commands you actually run: building, serving, deploying, testing, linting and releasing.

20 skills.

SkillWhat it is for
AnalyticsPrivacy-friendly analytics through Fathom or a self-hosted backend, and the tracking script generation behind it.
BuddyThe CLI in full: every command with its flags, the make:* scaffolding, the dev, build and deploy commands, environment management, and how to add your own commands in app/Commands/.
BuildBuilding component and function libraries, CLI binaries, server images, docs and the framework core, plus the library packaging that publishes slices of resources/ to npm.
CLIThe package you build commands with: argument parsing, option handling, coloured output, tables, progress indicators and prompts.
CloudThe AWS infrastructure: CloudFormation and CDK, server mode on EC2 behind an ALB, serverless mode on Lambda, jump boxes, Route53, S3, SES, edge computing, security groups and IAM.
DeployThe deploy workflow: build then deploy, the pre and post hooks, choosing server or serverless, first-time setup, and what to do when it fails.
DevelopmentThe development environment: the dev server, hot reload, the reverse proxy, SSL and the day-to-day workflow.
DNSDNS through Route53: hosted zones, records and nameserver management.
DocsThe documentation site: BunPress setup, generation, navigation and sidebar structure, and the page metadata that feeds SEO.
GitCommit conventions, hooks, changelog generation, the scope and type vocabulary, and resolving an in-progress merge or rebase conflict by intent.
LintLinting and formatting, which in a Stacks project means pickier and never eslint directly.
PluginsThe preload chain: the env plugin, the framework preloader, how auto-imports reach globalThis, and why a given command does or does not see the framework globals.
RegistryThe extension registry: framework extension metadata and package discovery.
REPLInteractive TypeScript sessions against the running app. The fastest loop for poking at a model, a relationship or a config value.
ScaffoldingThe buddy make:* generators and the project templates behind them.
ServerThe server itself, in development and production: configuration, middleware and startup.
ShellRunning system commands and managing processes, wrapping Bun's native $ operator.
TestingThe test utilities and setup: the database helpers, DynamoDB testing, feature test patterns, the CLI flags and the bunfig.toml preload.
TunnelTunnels for webhook testing locally, and custom tunnels deployed to your own EC2, with event callbacks and subdomain configuration.
WHOISWHOIS lookups: single and batch queries, TLD server discovery, response parsing and SOCKS proxy support.

Every page here describes one SKILL.md under storage/framework/defaults/ai/skills. See Using skills to wire them into your agent.