·page builder
</>

page builder

Patterns for building list and detail pages with forms, filters, and data fetching

8Installs·1Trend·@svelte-society

Installation

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

How to Install page builder

Quickly install page builder 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 page builder
  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

Universal patterns for building pages. These apply to both public-facing and admin pages.

Remote-First: Put logic in data.remote.ts, keep pages as pure renderers.

| List Page | Display items with filters/search | LIST-PAGE.md | | Detail Page | View/edit single item with form | DETAIL-PAGE.md | | Feed Page | Mixed-type items with components | FEED-PAGE.md |

Patterns for building list and detail pages with forms, filters, and data fetching 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 page builder
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 page builder?

Patterns for building list and detail pages with forms, filters, and data fetching Source: svelte-society/sveltesociety.dev.

How do I install page builder?

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 page builder 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