Claude-skill-registry cross-skill-references-test

Test skill with cross-skill reference notation

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/cross-skill-references" ~/.claude/skills/majiayu000-claude-skill-registry-cross-skill-references-test && rm -rf "$T"
manifest: skills/data/cross-skill-references/SKILL.md
source content

Cross-Skill References Test Skill

This skill tests that cross-skill references (using bundle:skill notation) are properly recognized.

Workflow

Step 1: Load Foundation Skills

Skill: pm-plugin-development:plugin-architecture
Skill: cui-utilities:cui-diagnostic-patterns

Step 2: Load External Reference

Read plugin-architecture:references/script-standards.md

Step 3: Load Local Reference

Read references/local-guide.md

Notes

The cross-skill reference

plugin-architecture:references/script-standards.md
should NOT be flagged as missing - it loads from another skill at runtime.