sync-docs

Synchronize Nextcloud app feature docs and Claude developer docs with OpenSpec sources.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/ConductionNL/decidesk --skill sync-docs-conductionnl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-docs
Source: https://github.com/ConductionNL/decidesk/tree/main/.claude/skills/sync-docs
Command: npx skills add https://github.com/ConductionNL/decidesk --skill sync-docs-conductionnl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps project documentation in sync across app feature docs and Claude developer docs, ensuring teams work from current references.

Core Features & Use Cases

  • Syncs app feature docs from {APP_DIR}/docs/ to reflect implemented features and standards.
  • Syncs developer/Claude guides from .claude/docs/ to align workflow instructions and command references.
  • Supports target selection (app or dev) and optional pre-flight checks to validate alignment with the official sources of truth before applying changes.

Quick Start

Run the /sync-docs command with an app target (e.g., /sync-docs app openregister) or a dev target to start syncing the appropriate docs.

Frequently Asked Questions about sync-docs

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

FAQPage Schema
How do I keep project docs in sync across Nextcloud app features and Claude developer guides?

To keep project docs in sync, run the /sync-docs command with a target like app or dev. It synchronizes app documentation in {APP_DIR}/docs/ and developer guidance in .claude/docs/ to reflect the current project state.

What is documentation drift and how does pre-flight validation detect it?

Documentation drift occurs when project docs fall behind implemented features. Pre-flight validation detects drift by comparing your docs against OpenSpec sources and the authoritative writing-docs.md guidance before applying any changes.

How do I sync developer workflow instructions and command references for Claude?

To sync developer workflow instructions, run /sync-docs with a dev target. This aligns your Claude developer guides in .claude/docs/ with current command references and workflow standards.

Can I sync app feature docs for a specific Nextcloud application like openregister?

Yes, you can sync app feature docs for specific applications by running /sync-docs app openregister. This targets the app documentation in {APP_DIR}/docs/ to reflect implemented features and standards.

What is the best way to prevent documentation drift in Nextcloud app development?

The best way to prevent documentation drift is using pre-flight validation to compare your docs against OpenSpec sources before changes. This reports existing drift so teams work from current references.