new-page

Scaffold new Dash pages with routing and access control for AMG_Data.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/EasyTek-Automation/EasyTek-Data --skill new-page-easytek-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-page
Source: https://github.com/EasyTek-Automation/EasyTek-Data/tree/main/.claude/skills/new-page
Command: npx skills add https://github.com/EasyTek-Automation/EasyTek-Data --skill new-page-easytek-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual scaffolding for new Dash pages is repetitive and error-prone.

Core Features & Use Cases

  • Standardized page scaffolding following project conventions.
  • Covers route registration, header links, and optional features like sidebars and badges.
  • Use Case: When adding a new route/página to AMG_Data, use this to create a consistent boilerplate page.

Quick Start

Create a new Dash page under webapp/src/pages following the project conventions.

Frequently Asked Questions about new-page

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

FAQPage Schema
How do I add a new page to my Dash webapp without breaking existing routing?

To add a new Dash page without breaking routing, you can scaffold the page following project conventions for route registration and header links. This ensures consistent layout integration across categories like admin or auth while maintaining access control.

What is the best way to scaffold a new frontend route for a Python Dash application?

The best way to scaffold a frontend route for a Python Dash application is to automate the page creation process. This applies standardized boilerplate, registers the route, and configures optional components like sidebars and badges automatically.

Does automated page creation support access control and sidebars for Dash webapps?

Yes, automated Dash page creation supports access control and optional components like sidebars. It enforces project conventions during scaffolding to ensure new routes have consistent layouts, header links, and access control configurations.

Can I use standardized scaffolding for different page categories like dashboards and auth in Dash?

Yes, you can use standardized scaffolding across different page categories like dashboards, admin, and auth in Dash. It applies consistent boilerplate and routing rules tailored to each category's specific layout and access requirements.

Why does manual Dash page creation cause routing errors in my Python webapp?

Manual Dash page creation causes routing errors because it is repetitive and prone to missing route registration or header link configurations. Standardized scaffolding automates these steps to prevent layout inconsistencies, broken navigation, and access control gaps.