什么是 page builder?
使用表单、过滤器和数据获取构建列表和详细信息页面的模式 来源:svelte-society/sveltesociety.dev。
使用表单、过滤器和数据获取构建列表和详细信息页面的模式
通过命令行快速安装 page builder AI 技能到你的开发环境
来源:svelte-society/sveltesociety.dev。
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 |
使用表单、过滤器和数据获取构建列表和详细信息页面的模式 来源:svelte-society/sveltesociety.dev。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/svelte-society/sveltesociety.dev --skill page builder使用表单、过滤器和数据获取构建列表和详细信息页面的模式 来源:svelte-society/sveltesociety.dev。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/svelte-society/sveltesociety.dev --skill page builder 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/svelte-society/sveltesociety.dev