home / skills / williamzujkowski / standards / broken-reference
This skill helps identify and fix broken cross-references in projects, improving navigation and reliability by validating links and references.
npx playbooks add skill williamzujkowski/standards --skill broken-referenceReview the files below or copy the command above to add this skill to your agents.
---
name: broken-reference
description: A skill with broken cross-references
version: 1.0.0
---
# Broken Reference Skill
## Level 1: Quick Start
See also: [Related Skill](../nonexistent-skill/SKILL.md)
### What You'll Learn
Content with invalid reference.
This skill demonstrates and helps detect broken cross-references in a skill repository. It models a minimal example where documentation links or reference targets are missing or incorrect, useful for testing tooling and validation workflows. It is implemented in Python and intended as a teaching and diagnostic artifact.
The skill contains example documentation and metadata with intentionally invalid links or targets. Running the checker inspects documentation files, cross-reference targets, and metadata pointers to report missing targets and malformed links. It produces a concise report listing the broken references and their locations so you can reproduce and fix the issues.
Does this skill fix broken references automatically?
No. It reports and locates broken references so maintainers can correct them. You can script fixes separately based on the report.
What types of references does it check?
It focuses on documentation links and internal cross-reference targets found in markdown and metadata files, but can be extended to other formats.