What is admin crud page?
Create admin dashboard pages with tables, forms, and actions Source: svelte-society/sveltesociety.dev.
Create admin dashboard pages with tables, forms, and actions
Quickly install admin crud page AI skill to your development environment via command line
Source: svelte-society/sveltesociety.dev.
Use this skill when creating admin pages for managing entities.
Note: For general page patterns (forms, filters, pagination, remote functions), see page-builder.
IMPORTANT: Never use +page.server.ts This project uses Remote Functions exclusively for server-side logic. All data loading, form handling, and mutations must go through .remote.ts files. Never create +page.server.ts, +server.ts, or use SvelteKit form actions.
Create admin dashboard pages with tables, forms, and actions Source: svelte-society/sveltesociety.dev.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/svelte-society/sveltesociety.dev --skill admin crud pageCreate admin dashboard pages with tables, forms, and actions Source: svelte-society/sveltesociety.dev.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/svelte-society/sveltesociety.dev --skill admin crud page Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/svelte-society/sveltesociety.dev