seeksaas-cms

Manage Fuzzing? No—website content with Fumadocs documentation, blog posts, legal pages, MDX components, frontmatter configuration, internationalization, and Vite plugin integration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yyong008/seeksaas-template-react-router-v0.1 --skill seeksaas-cms
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seeksaas-cms
Source: https://github.com/yyong008/seeksaas-template-react-router-v0.1/tree/main/.claude/skills/seeksaas-cms
Command: npx skills add https://github.com/yyong008/seeksaas-template-react-router-v0.1 --skill seeksaas-cms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to managing content for websites and documentation using Fumadocs, streamlining the creation and organization of various content types.

Core Features & Use Cases

  • Content Structure: Understands the organization of documentation, blog posts, changelogs, and legal pages within the CMS.
  • MDX Components: Details available components like Cards, Callouts, Steps, Tabs, and Files for rich content presentation.
  • Frontmatter & Navigation: Explains how to configure page metadata and navigation using meta.json.
  • Internationalization: Guides on creating multi-language content and configuring navigation.
  • Web Integration: Describes how the CMS integrates with the main web application via a Vite plugin.
  • Use Case: A developer needs to add a new section to the product documentation, including a new page with code examples and a step-by-step guide. This Skill will show them how to create the MDX file, add frontmatter, and update the navigation configuration.

Quick Start

Create a new documentation page by adding an MDX file to the packages/cms/content/docs/ directory and updating the meta.json file.

Frequently Asked Questions about seeksaas-cms

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

FAQPage Schema
How do I manage documentation content using Fumadocs?▼

Manage documentation content using Fumadocs by creating MDX files within the `packages/cms/content/docs/` directory, configuring frontmatter for page metadata, and updating the `meta.json` file to control navigation.

What MDX components are available for rich content presentation in a CMS?▼

Available MDX components for rich content presentation include Cards, Callouts, Steps, Tabs, and Files, which facilitate structured and interactive documentation formatting within the content management system.

How do I configure multi-language content and navigation for web integration?▼

Configure multi-language content and navigation for web integration by implementing internationalization strategies within the CMS framework, setting up localized MDX files, and adjusting the navigation configuration accordingly.

Can I use this content management approach for blog posts and legal pages?▼

Yes, this content management approach supports organizing various content types including blog posts, changelogs, and legal pages, alongside standard product documentation, within a unified Fumadocs CMS structure.

Does the CMS integrate with my main web application via a Vite plugin?▼

Yes, the CMS integrates directly with the main web application via a Vite plugin, allowing the structured MDX content and documentation to be served and rendered seamlessly within your web environment.