Claude-skill-registry code-block-examples-test
Test skill with example code blocks that should NOT be detected as real references
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/code-block-examples" ~/.claude/skills/majiayu000-claude-skill-registry-code-block-examples-test && rm -rf "$T"
manifest:
skills/data/code-block-examples/SKILL.mdsource content
Code Block Examples Test Skill
This skill demonstrates the relative path pattern in documentation.
Purpose
A reference library skill showing usage patterns.
Relative Path Pattern
Example usage in skills:
Read references/core-principles.md bash scripts/analyzer.py Load template: assets/template.html
The above is just documentation showing the pattern - these files don't actually exist in this skill.
Real Resources
This skill has one actual reference file:
Read references/actual-guide.md
Notes
The code block examples above are for documentation purposes only.