Scaffold new page with conventions
new-pagecommandsetup L1★0
Peshkes/unmaze-website ↗What it does
Scaffold new page with i18n, metadata, and SEO following conventions
Best for
Creating new locale-aware pages without manual navigation tree construction or SEO boilerplate
Inputs
- · route
- · locale (ru/en/he)
Outputs
- · page.tsx at correct locale route group
- · metadata
- · JSON-LD SEO component
Requires
- · Read (for reference pages)
- · Write
Preconditions
- · locale in (ru/en/he)
- · CLAUDE.md conventions known
- · createMetadata and SEO components available
Failure modes
- · hardcoded text instead of i18n
- · inline styles instead of Tailwind
- · missing logical properties for RTL
Trust signals
- · Server Component default
- · createMetadata from shared lib
- · logical properties (ps/pe/ms/me) for RTL