docs-sync

Sync the AILANG documentation website with the actual codebase implementation.

33|5|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/sunholo-data/ailang --skill docs-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-sync
Source: https://github.com/sunholo-data/ailang/tree/main/.claude/skills/docs-sync
Command: npx skills add https://github.com/sunholo-data/ailang --skill docs-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, node, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates documentation drift by automatically detecting and fixing mismatches between the AILANG website and actual implementation.

Core Features & Use Cases

  • Version Synchronization: Ensures website version constants match actual releases and prompts.
  • Feature Lifecycle Tracking: Validates that planned, implemented, and roadmap features are accurately represented.
  • Use Case: After releasing v0.5.6, use this Skill to update all version references, verify working examples, and add status banners for future features.

Quick Start

Use the docs-sync skill to verify and update documentation after the latest release.

Frequently Asked Questions about docs-sync

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

FAQPage Schema
How do I keep documentation synchronized with code changes after a release?

Documentation synchronization detects and fixes mismatches between your website and actual implementation. docs-sync automates version updates, validates examples, and tracks feature status across your codebase post-release, emitting a publish-ready report with status indicators.

Can I automatically verify that my documentation examples match the current implementation?

Yes. docs-sync runs example verification as part of its workflow, checking that documented code samples work against your actual codebase. It validates design documents against the website and flags discrepancies before publishing.

How do I track feature status across documentation, roadmaps, and actual code?

Feature lifecycle tracking validates that planned, implemented, and roadmap features are accurately represented across all three sources. docs-sync monitors feature status themes, derives target roadmap versions, and reports misalignment in a structured output.

What's the workflow for updating documentation after releasing a new version?

Run pre-flight audits to detect drift, update version constants to match the release, verify working examples, add status banners for future features, and emit a publish-ready report. docs-sync automates these post-release checks end to end.

Do I need Git and Node.js to use documentation synchronization?

Yes. docs-sync requires Git for version control integration, Node.js and npm for script execution. These dependencies enable the tool to audit your codebase and website in tandem.

What happens if my documentation references features that haven't been implemented yet?

Constraint detection flags mismatches between documented and actual features. docs-sync surfaces these gaps in its status report, allowing you to add planned-feature banners or audit which documentation needs revision before publishing.