Back to Skills

cross-reference-validation

majiayu000
Updated 8 days ago
9 views
58
9
58
View on GitHub
Otherword

About

This skill validates documentation references including file paths, links, line numbers, and code examples to ensure accuracy. It activates when detecting cross-reference keywords and uses Read, Grep, and Glob tools for validation. Developers should use it to maintain documentation integrity and prevent broken references.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/cross-reference-validation

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/cross-reference-validation
0

Related Skills

code-validation-sandbox

Other

This Claude Skill validates educational code examples by intelligently selecting strategies based on the 4-Layer Teaching Method. It analyzes Python, Node.js, or Rust code from book chapters to run context-appropriate validation, adjusting depth based on pedagogical layer. Use it specifically for educational content validation, not for production deployment testing.

View skill

code-validation-sandbox

Other

This Claude Skill validates code examples from book chapters using the 4-Layer Teaching Method, intelligently selecting the appropriate validation strategy based on the pedagogical layer and language (Python, Node.js, Rust). It analyzes the context to determine the necessary depth of verification and executes checks using allowed tools like Bash and Grep. It is specifically designed for educational content validation and is not intended for production deployment testing.

View skill

code-validation-sandbox

Other

This skill validates educational code examples for Python, Node.js, or Rust by intelligently selecting a verification strategy based on the 4-Layer Teaching Method context. It analyzes the pedagogical layer (L1-L4) to determine the appropriate validation depth and uses tools like Bash, Read, and Grep. Use it specifically for testing code in book chapters, not for production deployment.

View skill

proactive-audit

Other

The proactive-audit skill automatically validates framework artifacts modified during a pipeline, checking hook syntax, security patterns, skill wiring, and routing correctness. It runs as the final pipeline step when artifacts are created, modified, or deleted. Developers should use it for automated health checks using tools like git diff, Read, and Grep to ensure framework consistency.

View skill