Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

create-page

Étoiles27
Forks6
Mis à jour24 juin 2026 à 06:44

Scaffold a new page in THIS SvelteKit admin starter the way the template intends — correct route placement, sidebar registration, the right page archetype (list/CRUD, form, detail, or overview/dashboard), the server-only data seam, i18n in both locales, resolve()-wrapped navigation, and a green check/lint/build. Use this whenever the user wants to add a page, screen, route, view, tab, section, or "another page like X" to this admin app — e.g. "add an orders page", "create a settings screen", "new report view", "build a customers list", "add a detail page for invoices". Prefer this over hand-writing a +page.svelte from scratch: the repo has non-obvious conventions (typed route ids, the db seam, the navigation-resolve lint rule) that are easy to get wrong and are enforced by the lint/type pipeline.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
3 fichiers
SKILL.md
readonly