adapto-scaffold
SolidCreate a new Adapto-ready frontend by wrapping `npx create-adapto-app` — choose a framework (Next/Astro/SvelteKit), scaffold the project (the Adapto read-client is included), and wire up `.env`. Consent-gated — shows the exact command and runs it only after you approve. New projects only.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- adaptocms
- Repository
- adaptocms/adapto-cms-agent-skills
- Created
- 1 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
adapto-install
Bootstrap entry point for Adapto CMS. Ensures the `adapto` CLI is installed and at the supported baseline (consent-gated), then hands off to adapto:scaffold to create a new project. Run this first to get started or to install/upgrade the CLI.
next-scaffold
Scaffolds a Next.js App Router BFF app — create-next-app plus the BFF preset (Zustand, TanStack Query, shadcn/ui, Zod, Vitest); `dashboard` adds an admin shell, `saas` a real-backend auth flow. Triggers: 'scaffold next', 'create next app', 'next saas template', or a repo with no next.config.ts.
nuxt-scaffold
Scaffolds a Nuxt 4 BFF app with a backend-wired proxy + typed API client — `starter` runs npm create nuxt@latest, other templates (saas, dashboard, landing, docs, chat…) clone the matching ui.nuxt.com starter. Triggers: 'scaffold nuxt', 'create nuxt app', 'nuxt saas template', or a repo with no nuxt.config.ts.