new-static-page

Generate static MDX pages for privacy, terms, and information pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline the creation and management of static MDX content pages within your project. It solves the issue of manual page creation, ensures proper locale handling, and integrates with the project's existing routes.

Core Features & Use Cases

  • Dynamic Page Creation: Automates the process of creating new static MDX content pages for privacy policies, refund policies, and more.
  • Multi-Locale Support: Handles creation of English and Chinese pages automatically, simplifying localization.
  • Route Integration: Ensures seamless integration with the project's routing structure, providing consistent UI experiences.
  • Content Guidance: Provides templates and guidelines to maintain high-quality and standardized content across the project.

Quick Start

Generate a new static page by invoking 'create static page --type about --details "about our team"'. Replace '--type' with the page type (e.g., 'privacy-policy', 'refund-policy') and '--details' with specific information like the team details for the 'about' page.

Frequently Asked Questions about new-static-page

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

FAQPage Schema
How do I generate static MDX pages for privacy policies and terms within a React project?

To generate static MDX pages, use a command-line script specifying the page type and details. This automates page creation, ensures proper locale handling, and integrates the new routes directly into your React frontend structure.

What is the best way to handle multi-locale content for static MDX templates?

Handling multi-locale content for static MDX templates is managed automatically by generating both English and Chinese pages simultaneously. This simplifies localization by creating parallel content files based on your specified page type.

Can I use this tool to automate content management for refund policies in a structured directory?

Yes, you can automate content management for refund policies by invoking the page creation script. It provides standardized MDX templates and guidelines to maintain consistent, high-quality content across your structured directory.

Does creating static content pages with MDX require manual route configuration?

Creating static content pages with MDX does not require manual route configuration. The process ensures seamless integration with your project's existing routing structure to provide a consistent UI experience.

When do I need to manually create MDX pages instead of using an automated content generation script?

You need to manually create MDX pages only when your requirements fall outside standard information pages like privacy, terms, or about sections. The automated script is designed specifically for these structured, content-heavy web application pages.