.cursor/skills/sync-docs/SKILL.md
Analyze codebase changes and update the Docsify documentation site in docs/. Use when the user asks to update docs, sync documentation, refresh docs, or after significant code changes.
npx skillsauth add sanztheo/SeeYou sync-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Detect what changed in the codebase since the docs were last written, then update only the affected documentation pages.
Run these in parallel:
git diff main --stat and git diff main --name-only to identify modified filesexplore-codebase agents targeting the changed areasMap each changed file to its documentation page:
| Code area | Doc page |
|-----------|----------|
| frontend/src/components/Aircraft/ | docs/frontend/globe-layers.md |
| frontend/src/components/Satellite/ | docs/frontend/globe-layers.md |
| frontend/src/components/Traffic/ | docs/frontend/globe-layers.md |
| frontend/src/components/Camera/ | docs/frontend/globe-layers.md |
| frontend/src/components/Weather/ | docs/frontend/globe-layers.md |
| frontend/src/components/Events/ | docs/frontend/globe-layers.md |
| frontend/src/components/Aviation/ | docs/frontend/globe-layers.md |
| frontend/src/components/City/ | docs/frontend/globe-layers.md |
| frontend/src/components/Sidebar/ | docs/frontend/ui-components.md |
| frontend/src/components/SearchBar/ | docs/frontend/ui-components.md |
| frontend/src/components/HUD/ | docs/frontend/shaders-hud.md |
| frontend/src/shaders/ | docs/frontend/shaders-hud.md |
| frontend/src/hooks/ | docs/frontend/state-management.md |
| frontend/src/services/ | docs/frontend/structure.md |
| frontend/src/types/ | docs/frontend/structure.md |
| frontend/src/App.tsx | docs/frontend/structure.md |
| frontend/package.json | docs/frontend/structure.md, docs/getting-started.md |
| backend/crates/server/ | docs/backend/crate-architecture.md |
| backend/crates/api/ | docs/api-reference.md |
| backend/crates/ws/ | docs/websocket-protocol.md |
| backend/crates/cache/ | docs/backend/cache-layer.md |
| backend/crates/services/ | docs/backend/data-trackers.md |
| backend/crates/prediction/ | docs/backend/prediction-engine.md |
| backend/crates/cameras/ | docs/backend/camera-system.md |
| backend/crates/satellites/ | docs/backend/data-trackers.md |
| backend/crates/events/ | docs/backend/data-trackers.md |
| backend/crates/weather/ | docs/backend/data-trackers.md |
| backend/crates/traffic/ | docs/backend/data-trackers.md |
| backend/Cargo.toml | docs/backend/crate-architecture.md |
| docker-compose.yml | docs/getting-started.md, docs/backend/cache-layer.md |
| .env.example | docs/getting-started.md |
| New crate or component | docs/architecture.md, docs/_sidebar.md |
For each affected doc page:
Apply targeted edits using StrReplace. Rules:
For new features that need a new section or page:
docs/_sidebar.mddocs/architecture.md if architecturally significantdocs/_sidebar.md links match actual files: ls docs/ docs/frontend/ docs/backend/## Docs Sync Summary
- **Updated**: [list of modified doc pages with 1-line description of change]
- **Created**: [list of new doc pages, if any]
- **No changes needed**: [list of doc pages that were checked but already current]
docs/
├── index.html # Docsify SPA (don't modify unless theme/plugin changes)
├── .nojekyll # GitHub Pages marker
├── _coverpage.md # Landing page hero
├── _sidebar.md # Navigation — UPDATE when adding/removing pages
├── _navbar.md # Top nav
├── README.md # Home page (project overview, tech stack, quick start)
├── getting-started.md # Installation, env vars, commands
├── architecture.md # System architecture (data flow diagrams, component hierarchy)
├── frontend/
│ ├── structure.md # Stack, directory map, bootstrap, styling, build
│ ├── globe-layers.md # All 9 Cesium visualization layers
│ ├── state-management.md # Hooks, stores, WebSocket dispatch, data flow
│ ├── shaders-hud.md # GLSL shaders + HUD overlays
│ └── ui-components.md # Sidebar, search, minimap, timeline, popups
├── backend/
│ ├── crate-architecture.md # Workspace, AppState, startup, error handling
│ ├── data-trackers.md # 6 background polling loops
│ ├── prediction-engine.md # IMM-EKF, motion models, pattern detection
│ ├── camera-system.md # 6 providers, health check, proxy
│ └── cache-layer.md # Redis keys, TTLs, patterns
├── api-reference.md # REST endpoints (params, responses, errors)
├── websocket-protocol.md # WS message types, chunking, reconnection
├── data-sources.md # 12+ external API integrations
├── roadmap.md # 8-phase plan
└── contributing.md # Conventions, how to add a new layer
docs/ folder#0a0a0a) with emerald accent (#34d399)development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.