Validates all documentation references - file paths, links, line numbers, code examples
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: cross-reference-validation
version: 1.0.0
type: knowledge
description: Validates all documentation references - file paths, links, line numbers, code examples
category: validation
auto_activate: false
allowed-tools: [Read, Grep, Glob]
keywords:
- cross-reference
- validation
- links
- paths
- references
- documentation
---
# Cross Reference Validation Skill
**Purpose**: Ensure all documentation references (file paths, links, line numbers) are accurate and up-to-date.
## When This Skill Activates
- Keywords:
---
## Core Concepts
### Overview
This skill provides comprehensive guidance on cross reference validation. For detailed patterns and implementation examples, see the documentation files in `docs/`.
**Key Topics**:
- Detailed methodologies and best practices
- Implementation patterns and examples
- Common pitfalls and anti-patterns
- Cross-references to related skills
**See**: Documentation files in `docs/` directory for complete details
---
## Quick Reference
| Topic | Details |
|-------|---------|
| Detailed Guide 1 | `docs/detailed-guide-1.md` |
| Detailed Guide 2 | `docs/detailed-guide-2.md` |
| Detailed Guide 3 | `docs/detailed-guide-3.md` |
---
## Progressive Disclosure
This skill uses progressive disclosure to prevent context bloat:
- **Index** (this file): High-level concepts and quick reference (<500 lines)
- **Detailed docs**: `docs/*.md` files with implementation details (loaded on-demand)
**Available Documentation**:
- `docs/detailed-guide-1.md` - Detailed implementation guide
- `docs/detailed-guide-2.md` - Detailed implementation guide
- `docs/detailed-guide-3.md` - Detailed implementation guide
---
## Cross-References
**Related Skills**:
- See PROJECT.md for complete skill dependencies
**Related Tools**:
- See documentation files for tool-specific guidance
---
## Key Takeaways
1. Research existing patterns before implementing
2. Follow established best practices
3. Refer to detailed documentation for implementation specifics
4. Cross-reference related skills for comprehensive understanding
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
Review a pull request or contribution deeply, explain it tutorial-style for a maintainer, and produce a polished report artifact such as HTML or Markdown. Use when asked to analyze a PR, explain a contributor's design decisions, compare it with similar systems, or prepare a merge recommendation.
Generate the stable Paperclip release changelog at releases/vYYYY.MDD.P.md by reading commits, changesets, and merged PR context since the last stable tag.