sue-doc-update

Regenerate SUE framework HTML docs and GitHub Pages from canonical Markdown sources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The public documentation and GitHub Pages site for the DeepResearch SUE scale-up experiment framework can become outdated when skills are added, workflows are modified, or relationship maps are revised, leading to incorrect guidance for users and maintainers.

Core Features & Use Cases

  • Automated Doc Regeneration: Rebuilds all public framework HTML pages (landing, getting started, skills catalog, context, memory layout, etc.) from canonical Markdown sources and skill frontmatter.
  • Consistency Validation: Runs parallel verification subagents to catch fact drift, structural render errors, privacy leaks, and generator regressions before publishing.
  • Use Case: After adding a new SUE skill or updating the default experiment workflow, run this skill to refresh the public site so all users see accurate, up-to-date guidance and correct skill counts.

Quick Start

Use the sue-doc-update skill to refresh the SUE framework public documentation and GitHub Pages site to match the latest skill definitions and workflow rules.

Frequently Asked Questions about sue-doc-update

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

FAQPage Schema
How do I sync GitHub Pages documentation with canonical Markdown source files?

Documentation consistency validation catches fact drift by running parallel verification subagents. These subagents check structural render errors, privacy leaks, and generator regressions before publishing public-facing content.

How do I update public framework HTML pages after adding new skills?

You need automated doc regeneration after SUE framework workflow changes to prevent fact drift. Regenerating HTML docs and GitHub Pages content guarantees the public site matches updated workflow rules and correct skill counts.

How to check for fact drift in public documentation before publishing?

To check for fact drift in public documentation, run parallel verification subagents that validate fact drift, structural render errors, and privacy leaks. This deterministic generator output validation ensures consistency before publishing public-facing content.

Does this documentation sync workflow require any external dependencies?

No external dependencies are required for this documentation sync workflow. The automated doc regeneration and consistency validation operate directly on canonical Markdown sources and skill frontmatter to produce deterministic generator output.