new-page

Generate Svelte frontend pages with routing, i18n, and navigation integration.

230|29|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/fpindej/netrock --skill new-page-fpindej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-page
Source: https://github.com/fpindej/netrock/tree/main/.claude/skills/new-page
Command: npx skills add https://github.com/fpindej/netrock --skill new-page-fpindej

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill automates the creation of new frontend pages, including routing, internationalization (i18n), and navigation setup, significantly speeding up frontend development.

Core Features & Use Cases

  • Automated Page Generation: Creates necessary files and configurations for new pages.
  • Integrated Routing & i18n: Sets up routing and internationalization from the start.
  • Navigation Integration: Adds new pages to sidebar and command palette navigation.
  • Use Case: When adding a new feature like "user profiles," this Skill can generate the user-profile route, its associated Svelte components, and integrate it into the application's navigation and language support.

Quick Start

Use the new-page skill to create a new page for managing user roles.

Frequently Asked Questions about new-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new SvelteKit page with routing and i18n automatically configured?

This Skill automates frontend page creation by generating feature folders, Svelte components, route definitions, and i18n key integration simultaneously, so routing and internationalization are configured from the start.

What is the best way to add a new feature route to my frontend navigation sidebar?

The best way to add a route to your navigation sidebar is using automated page generation, which creates the feature folder and directly integrates the new page into your sidebar and command palette navigation.

Can I generate frontend pages with permission guarding for admin routes?

Yes, you can generate frontend pages with permission guarding. This Skill supports creating both public and authenticated routes, offering optional permission guarding specifically for admin pages.

Does automated page generation work with internationalization for new user profile features?

Yes, automated page generation works with internationalization by setting up i18n key integration. When adding features like user profiles, it generates the associated components and integrates them into your language support.

What files are generated when setting up a new frontend feature folder?

When setting up a new frontend feature folder, the generated files include Svelte components, route definitions, and i18n keys, along with automatic updates to the application's navigation configurations.