Platform

Config, env, dependencies, auto-imports, paths and types.

The layer under the application: configuration, environment, dependency management, auto-imports, path resolution and generated types.

9 skills.

SkillWhat it is for
AliasThe 260+ path mappings that let @stacksjs/* resolve across the framework, and what to check when an import will not resolve.
Auto-importsWhat is available without an import, which differs between browser and server, and the manifests and generated declarations that decide it.
ConfigThe ~44 typed config files, the defineX() builder functions behind them, the defaults, and how environment-specific overrides resolve.
ConfigurationProject-level setup rather than feature config: the bunfig.toml preload order, the tsconfig chain and tsgo type checking, workspaces, .env, the package scripts and the system requirements.
DependenciesManaging dependencies: system dependencies through Pantry, Bun workspaces, buddy-bot updates and the shared better-dx tooling.
EnumsThe framework's enumerated constants, used across the build system, the CLI and the actions.
EnvThe typed env proxy with automatic coercion, .env loading, encryption and decryption of individual values, runtime and CI detection, and the buddy env:* commands.
PathThe 100+ framework-aware path builders, one per directory in the project, plus the standard path utilities.
TypesThe generated and hand-written type definitions: model types, request types, environment variables, event types and the ambient globals.

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