aos-scaffold
/aos-scaffold
/aos-scaffold <template> <project-name>
Templates
| Template | Stack | Use for |
|---|---|---|
vue |
Vue 3 + TypeScript + Pinia + Vitest | Frontend SPA |
react |
React 18 + TypeScript + React Query + Zustand | Frontend SPA |
nestjs |
NestJS + TypeScript + TypeORM + clean architecture | REST API |
fastapi |
FastAPI + Pydantic + SQLAlchemy + DDD | Python API |
Examples
More from riz007/architect-os
aos-feature
Generates a complete vertical feature slice following ArchitectOS patterns — service, controller, repository interface, DTOs, and unit tests in one pass. Use when user wants to generate, add, or implement a feature, endpoint, module, or domain entity.
1aos-audit
Security audit that checks code against ArchitectOS security rules — auth, input validation, secrets, SQL injection, IDOR, XSS, and more. Reports HIGH/MEDIUM/LOW findings with risk descriptions and fixes. Use when user asks for a security review, security audit, or to check for vulnerabilities. Always trigger before PRs that touch auth, payments, or file uploads.
1aos-setup
One-time setup that configures ArchitectOS for the current project. Detects the stack, writes AI tool configs (.cursorrules, .windsurfrules, copilot-instructions.md), and shows which commands are available. Use when user runs /aos-setup, opens a new project, or wants ArchitectOS standards applied to their codebase.
1aos-review
Reviews code against ArchitectOS standards — architecture layering, type safety, security, testing, and performance. Reports FAIL/WARN/PASS with file references and concrete fixes. Use when user asks to review code, check standards compliance, review a PR, or says "does this follow ArchitectOS".
1