capstone-manuscript-pipeline

Synchronize Markdown and DOCX capstone manuscripts with SHA256 drift checks.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/daviddatuX25/SecureCAT-v2 --skill capstone-manuscript-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capstone-manuscript-pipeline
Source: https://github.com/daviddatuX25/SecureCAT-v2/tree/main/capstone/manuscript/skills/capstone-manuscript-pipeline
Command: npx skills add https://github.com/daviddatuX25/SecureCAT-v2 --skill capstone-manuscript-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) components.

What problem does it solve?

Unified automation of the capstone manuscript lifecycle, synchronizing the MD manuscript with the DOCX defense file and Drive outputs while enforcing anti-deletion guardrails.

Core Features & Use Cases

  • Drift detection between manuscript MD and defense DOCX, with metadata-driven checks
  • Surgical updates to DOCX: apply MD edits while preserving formatting and track changes
  • Drive synchronization: additive copies to Drive with backups and version tracking
  • Metadata synchronization: update docx-sha256 and docx-sync-version in the manuscript MD
  • Change logging and tag mapping for auditability

Quick Start

Run the full pipeline to pull the latest from Drive, detect drift, perform surgical updates, push changes to Drive, and create a local backup.

Frequently Asked Questions about capstone-manuscript-pipeline

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

FAQPage Schema
What is the best way to detect content drift between a Markdown manuscript and a DOCX file?

Markdown to DOCX drift detection works by computing SHA256 comparisons of the MD metadata against the DOCX file. This mechanism identifies mismatched content versions and triggers surgical updates to reconcile the defense file with the latest manuscript edits.

Does the manuscript pipeline prevent accidental content deletion during DOCX updates?

Yes, you can automate Drive synchronization for capstone manuscripts through additive copies that push updated DOCX outputs to Drive. The pipeline creates local backups and tracks version metadata automatically during the synchronization workflow.

Do I need python-docx to run the capstone manuscript synchronization pipeline?

The manuscript pipeline implements anti-deletion guardrails during DOCX updates to prevent accidental content loss. These guardrails ensure that synchronizing Markdown edits applies surgical changes rather than overwriting or deleting existing defense file content.

Do I need python-docx to run the capstone manuscript synchronization pipeline?

Yes, python-docx is a required dependency to run the capstone manuscript pipeline. This library enables the script components to perform surgical updates and metadata synchronization directly within the DOCX defense file structure.