Template Guidance
This skill acts as the unified handbook for the template. It uses the progressive disclosure pattern to keep context lean.
Depending on the user's specific request, you MUST use the view_file tool to read the appropriate reference document from the references/ directory before proceeding.
Routing Guide
Read the specific file in references/ based on the user's request:
Adding a new page, route, or section: Read:
references/adding-new-pages.mdUsing, modifying, or understanding UI components (e.g. BlogCard, SeoMeta): Read:
references/component-usage.mdAdding, editing, or updating markdown/MDX content (blog posts, etc.): Read:
references/content-management.mdConfiguring site settings, navigation, social links, or SEO (config.json, menu.json): Read:
references/page-configuration.mdUnderstanding the high-level codebase structure or data flow: Read:
references/project-architecture.mdRunning custom pnpm scripts (dev, build, generators): Read:
references/script-usage.mdCustomizing styles, Tailwind CSS v4, dark mode, or the theme engine: Read:
references/styling-and-theming.mdUnderstanding or modifying authentication, Better Auth, sessions, OAuth, OTP, or route protection: Read:
references/authentication.md
Instructions
- Identify the domain of the user's request.
- View the corresponding reference markdown file in
references/relative to this skill. - Follow the instructions within that reference file.