new-static-page

Generate multilingual MDX pages for privacy, terms, and about sections.

4|4|Updated May 20, 2024
One-click install
npx skills add https://github.com/outwebfeng/text-format --skill new-static-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-static-page
Source: https://github.com/outwebfeng/text-format/tree/main/.claude/skills/new-static-page
Command: npx skills add https://github.com/outwebfeng/text-format --skill new-static-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The new-static-page skill addresses the challenge of creating static content pages such as privacy policies, refund policies, or about pages on a website. It helps streamline the process of adding new, structured content to a website.

Core Features & Use Cases

  • Page Creation: Automatically generate static MDX content pages based on user-provided details.
  • Multilingual Support: Create content for different locales by adding specific locale details to the arguments.
  • Customization: Tailor the page title, description, and content to match specific requirements.

Quick Start

Create a new static page for the "Privacy Policy" section using the new-static-page skill. When prompted, provide the details such as page type and any specific information needed for the content.

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 legal documents like privacy policies?

To generate static MDX pages for legal documents, you provide specific page details and the skill automatically creates structured MDX content tailored for privacy policies, terms, and about pages.

Can I create multilingual static content pages using MDX?

Yes, you can create multilingual static content pages by adding specific locale details to your arguments, allowing the generated MDX files to support different languages for your website.

What do I need to set up static page creation for website info pages?

Static page creation for website info pages assumes you have an existing MDX file structure and a routing system compatible with MDX pages to properly render the generated content.

What is the best way to structure website content for refund policies in MDX?

The best way to structure website content for refund policies in MDX is to provide the specific page type and required information, letting the skill automatically format the structured static page.

Does this approach handle routing for static MDX content automatically?

No, this approach does not handle routing automatically; it assumes your website already employs a routing system compatible with MDX pages to serve the generated static files.