sue-doc-demo-page

Synchronize SUE demo workspaces with documentation pages, navbar entries, and generator configurations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dongzhuoyao/deepresearch --skill sue-doc-demo-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sue-doc-demo-page
Source: https://github.com/dongzhuoyao/deepresearch/tree/main/.codex/skills/sue-doc-demo-page
Command: npx skills add https://github.com/dongzhuoyao/deepresearch --skill sue-doc-demo-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious and error-prone manual work of keeping the SUE public documentation site's demo page, navbar entry, and generator configuration in sync with changes to demo workspaces, saving developers hours of repetitive editing and reducing broken links or stale content.

Core Features & Use Cases

  • Demo Page Template Updates: Automatically refreshes all sections of the demo page (overview, model variants, quick start commands, key arguments, output layout) to match the current state of the target demo workspace.
  • Navbar Management: Adds or maintains the "Demo" link in the docs site header and footer navigation to ensure users can easily access the demo page.
  • Generator Wiring Validation: Checks and fixes the static site generator's configuration to ensure the demo page is correctly registered and rendered during doc builds.
  • Use Case: When you add a new CIFAR-10 demo workspace to the SUE project, use this skill to automatically publish its page to the public docs site and add the navbar link so users can find and explore the demo.

Quick Start

Use the sue-doc-demo-page skill to publish or refresh the demo page for your existing SUE demo workspace on the public documentation site.

Frequently Asked Questions about sue-doc-demo-page

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

FAQPage Schema
How do I sync a SUE demo workspace with its public documentation page?

To sync a SUE demo workspace with its public documentation page, the skill automates updates to the demo page template, navbar entry, and static site generator configuration in a single pass. This eliminates manual edits and prevents broken links when workspace content changes.

How do I add a new demo page to the SUE docs site navbar?

Adding a new demo page to the SUE docs site navbar is handled automatically by registering the workspace for public access. The skill adds and maintains the Demo link in the header and footer navigation while wiring the static site generator to render the page during builds.

What is the best way to update stale content on a SUE demo docs page?

The best way to update stale content on a SUE demo docs page is to trigger a docs page refresh for the existing demo workspace. The skill automatically synchronizes the overview, model variants, quick start commands, and output layout sections to match the current workspace state.

Why does my demo page break the static site generator build configuration?

A demo page breaks the static site generator build when its configuration is not correctly wired or registered. The skill validates and fixes the generator configuration to ensure the demo page is properly rendered during documentation builds without manual intervention.

Can I use this to validate static site generator wiring for SUE demo pages?

Yes, you can use this to validate static site generator wiring for SUE demo pages. The skill checks and fixes the generator configuration to ensure the demo page is correctly registered and rendered during doc builds, eliminating error-prone manual template edits.

Do I need to manually edit demo page templates when workspace content changes?

You do not need to manually edit demo page templates when workspace content changes. The skill eliminates manual, error-prone edits to demo page templates, navigation links, and generator wiring by automating the synchronization between the workspace and the public documentation site.