crosslink-docs

Audit CRISP-DM documentation for missing or broken cross-references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crosslinking CRISP-DM documents ensures traceability by validating Source Documents references and automatically adding missing cross-links, reducing manual audit work and documentation debt.

Core Features & Use Cases

  • Build a dependency map of CRISP-DM documents and verify inter-document references.
  • Detect missing references, broken links, and orphaned documents, then propose fixes.
  • Generate a cross-link audit report and optionally update documents with corrected Source Documents sections to maintain traceability across phases.

Quick Start

Run crosslink-docs to audit your CRISP-DM docs and generate a cross-link report.

Frequently Asked Questions about crosslink-docs

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

FAQPage Schema
How do I fix broken cross-references in CRISP-DM documentation?

You can fix broken cross-references in CRISP-DM documentation by running an audit that detects missing references, validates target file existence, enforces relative link consistency, and proposes specific fixes to restore full traceability.

What is document traceability and how do cross-links maintain it?

Document traceability ensures inter-document dependencies are mapped and verified. Cross-links maintain it by validating Source Documents references and automatically adding missing links, reducing manual audit work and preventing documentation debt across CRISP-DM phases.

Can I check missing Source Documents sections for a specific CRISP-DM phase?

Yes, you can validate missing Source Documents sections for a specific CRISP-DM phase like 1.1, or you can run the cross-link validation across all phases at once to ensure complete reference consistency throughout the documentation.

What's the best way to audit orphaned documents in a CRISP-DM project?

The best way to audit orphaned documents in a CRISP-DM project is to generate a cross-link audit report that builds a dependency map of all documents, detects orphaned files and broken links, and optionally updates documents with corrected Source Documents sections.

Does the cross-link validation enforce relative links over absolute paths?

Yes, the cross-link validation enforces reference format consistency by preferring relative links over absolute paths, ensuring that target file existence is validated correctly and documentation maintains standard formatting across all CRISP-DM phase documents.