magnus-add-page

Create Magnus content pages from documented components with route validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ssu96ld/magnus-claude-plugins --skill magnus-add-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magnus-add-page
Source: https://github.com/ssu96ld/magnus-claude-plugins/tree/main/plugins/magnus-site/skills/magnus-add-page
Command: npx skills add https://github.com/ssu96ld/magnus-claude-plugins --skill magnus-add-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a generic one-off page by composing documented components into a cohesive page, ensuring consistency with the Magnus design system and avoiding off-system styling.

Core Features & Use Cases

  • Flexible, component-based page assembly using documented building blocks (HeroSection, SectionIntro, FeatureBlock, Callout, CtaSection, etc.).
  • Input-driven scaffolding with route, pageType, title, eyebrow, sub, seoTitle, seoDescription, sectionPlan, and optional CTA controls.
  • Validation and routing safeguards: ensure route uniqueness and kebab-case formatting, gate approvals where required, and alignment with site navigation.
  • Use Cases: legal notices, landing pages, generic "About" pages, careers pages, press kits, or sub-brand pages that don’t match templates.

Quick Start

Ask for the route, pageType, title, and content plan, then generate the new page scaffold using the documented components.

Frequently Asked Questions about magnus-add-page

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

FAQPage Schema
How do I generate a generic website page from a component library?

You generate a website page by providing frontmatter-driven inputs like route, pageType, title, and sectionPlan to assemble documented components into a cohesive page under src/pages. This ensures consistency with the design system.

How do I create a legal notice or press kit page without custom CSS?

You create a legal notice or press kit page by assembling documented building blocks into a cohesive page, ensuring consistency with the design system and avoiding off-system styling. This applies to any generic one-off page.

What frontmatter inputs do I need to scaffold a new landing page?

Scaffolding a new page requires frontmatter-driven inputs including route, pageType, title, eyebrow, sub, seoTitle, seoDescription, and a sectionPlan, along with optional CTA controls for the component assembly.

Does page generation validate route uniqueness and formatting?

Yes, the page generation process includes validation and routing safeguards that ensure route uniqueness and kebab-case formatting, gate approvals where required, and verify alignment with existing site navigation.

Can I introduce new styling when assembling a generic content page?

No, you cannot introduce new styling. The page assembly relies strictly on documented components to ensure consistency with the design system and avoid off-system styling for generic one-off pages.