·admin crud page
</>

admin crud page

Create admin dashboard pages with tables, forms, and actions

6Installs·0Trend·@svelte-society

Installation

$npx skills add https://github.com/svelte-society/sveltesociety.dev --skill admin crud page

How to Install admin crud page

Quickly install admin crud page AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/svelte-society/sveltesociety.dev --skill admin crud page
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: svelte-society/sveltesociety.dev.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/svelte-society/sveltesociety.dev --skill admin crud page
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from svelte-society/sveltesociety.dev

Quick answers

What is admin crud page?

Create admin dashboard pages with tables, forms, and actions Source: svelte-society/sveltesociety.dev.

How do I install admin crud page?

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

Where is the source repository?

https://github.com/svelte-society/sveltesociety.dev