new-page

Generate a JSON-driven storefront page with routes, metadata, and sections.

13|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/decocms/storefront-skills --skill new-page-decocms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-page
Source: https://github.com/decocms/storefront-skills/tree/main/.claude-deco/skills/new-page
Command: npx skills add https://github.com/decocms/storefront-skills --skill new-page-decocms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new pages on a deco.cx storefront by scaffolding correct routes, metadata, and sections.

Core Features & Use Cases

  • Scaffolds a complete page JSON with path, name, and sections, including header and footer blocks.
  • Guides the workflow from creating sections and SEO metadata to optional loaders and assets.
  • Use Case: when launching a new product category page, quickly generate the page skeleton and route, then add content in Admin.

Quick Start

Scaffold a new page JSON with path '/my-new-page', include a header and footer, set the page name and metadata, and add a simple hero section as the first block.

Frequently Asked Questions about new-page

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

FAQPage Schema
How do I scaffold a new storefront page on deco.cx?

To scaffold a new deco.cx storefront page, you generate a JSON-driven page structure that defines the route path, page name, metadata, and section layouts including header and footer blocks.

What is the structure required to create a valid deco.cx page route?

A valid deco.cx page route requires a JSON file defining the path, name, and sections, along with a root SKILL.md frontmatter containing the name and description to enforce a valid skill unit structure.

Can I add SEO metadata and content sections when creating a new deco.cx page?

Yes, scaffolding a new deco.cx page allows you to simultaneously set SEO metadata and add content sections like a hero block, guiding the workflow from initial route creation to optional loaders and assets.

What is the best way to generate a product category page skeleton for a deco.cx storefront?

The best way to generate a product category page skeleton is to use a scaffolding process that creates the complete page JSON with the desired route, header, footer, and initial content sections for quick Admin integration.

Do I need to manually configure headers and footers when scaffolding deco.cx sections?

No, you do not need to manually configure them from scratch; the scaffolding process automatically includes header and footer blocks within the generated page JSON structure for your storefront sections.