Stacks
Official@stacksjs · United States of America
A progressive, atomic full-stack framework for artisans. Develop framework-agnostic apps & libraries, faster. Made across the world.
Agent Skills by Stacks
Showing 115 vetted skills indexed across 3 GitHub repositories.
stacks-domain-modeling
Builds and sharpens a Stacks project's domain language through CONTEXT.md glossaries and ADRs.
stacks-flow
Routes development tasks to the appropriate Stacks skill or workflow.
stacks-mobile
Build native iOS and Android applications from Stacks and STX codebases with Craft.
stacks-codebase-design
Guides design of deep modules with small interfaces in Stacks TypeScript projects.
stacks-tdd
Guides red-green-refactor test-driven development in Stacks projects using bun test.
stacks-prototype
Builds throwaway HTML demos or stx view variants to answer design questions.
stacks-handoff
Write a portable handoff document summarizing the current conversation for another agent session.
stacks-wizard
Generates interactive bash wizards that walk humans through manual credential and configuration procedures.
stacks-writing-for-agents
Guides writing and editing SKILL.md files, AGENTS.md, and agent-facing reference documents in Stacks projects.
stacks-technical-diagrams
Generate architecture, workflow, sequence, dataflow, and lifecycle diagrams as self-contained HTML with inline SVG.
stacks-grilling
Interviews users in structured rounds to stress-test plans and design decisions before coding.
stacks-design-taste-codex
Enforce deterministic design rules for Stacks.js frontend layouts.
stacks-design-output
Generate complete Stacks stx components without placeholders or truncated code.
stacks-design-minimalist
Enforce editorial minimalist design constraints for Stacks app interfaces.
stacks-imagegen-web
Generate horizontal frontend design reference images for Stacks application website sections.
stacks-redesign
Audit and upgrade Stacks.js UI patterns in stx templates and Crosswind classes.
stacks-design-taste
Enforce context-aware design taste rules for Stacks frontend output.
stacks-design-soft
Enforce a premium soft aesthetic preset for Stacks UI designs.
stacks-imagegen-mobile
Generate mobile app reference images and screen flows for iOS, Android, and cross-platform prototyping.
stacks-brandkit
Generate brand-kit reference images for Stacks project identity development.
stacks-design-brutalist
Implement industrial and brutalist user interfaces for Stacks applications with predefined visual archetypes.
stacks-image-to-code
Generate design reference images and implement matching Stacks frontend code.
stacks-investigate
Identify root causes of Stacks project bugs through a four-phase debugging process.
stacks-retro
Generate retrospective summaries from Git history with session detection and commit categorization.
Frequently Asked Questions About Stacks
FAQPage SchemaWhat specific tasks can developers perform using Stacks?▼
Developers can manage database migrations, define ORM models, orchestrate background jobs, handle OAuth2 authentication, and build reactive UIs using STX templates. The framework provides unified facades for email, SMS, push notifications, and file storage across multiple providers.
Which technical personas benefit most from this framework?▼
Full-stack engineers and artisans building framework-agnostic applications benefit from the unified TypeScript environment. It is designed for developers who require a cohesive system for managing server-side logic, database schemas, and frontend components within a single, type-safe workspace.
What are the primary runtime dependencies for Stacks?▼
Stacks requires the Bun runtime for project configuration, dependency management, and execution. It leverages TypeScript for all definitions and integrates with various infrastructure services like AWS, Redis, and Stripe via its internal driver system.