Claude-skill-registry discover-ir
Automatically discover intermediate representation and compiler skills when working with intermediate representation. Activates for ir development tasks.
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/discover-ir" ~/.claude/skills/majiayu000-claude-skill-registry-discover-ir-dfbf3d && rm -rf "$T"
manifest:
skills/data/discover-ir/SKILL.mdsource content
Ir Skills Discovery
Provides automatic access to comprehensive ir skills.
When This Skill Activates
This skill auto-activates when you're working with:
- intermediate representation
- IR
- LLVM IR
- compiler optimizations
- code generation
- SSA
Available Skills
Quick Reference
The Ir category contains 5 skills:
- ir-query-understanding
- ir-ranking-reranking
- ir-recommendation-systems
- ir-search-fundamentals
- ir-vector-search
Load Full Category Details
For complete descriptions and workflows:
cat ~/.claude/skills/ir/INDEX.md
This loads the full Ir category index with:
- Detailed skill descriptions
- Usage triggers for each skill
- Common workflow combinations
- Cross-references to related skills
Load Specific Skills
Load individual skills as needed:
cat ~/.claude/skills/ir/ir-query-understanding.md cat ~/.claude/skills/ir/ir-ranking-reranking.md cat ~/.claude/skills/ir/ir-recommendation-systems.md cat ~/.claude/skills/ir/ir-search-fundamentals.md cat ~/.claude/skills/ir/ir-vector-search.md
Progressive Loading
This gateway skill enables progressive loading:
- Level 1: Gateway loads automatically (you're here now)
- Level 2: Load category INDEX.md for full overview
- Level 3: Load specific skills as needed
Usage Instructions
- Auto-activation: This skill loads automatically when Claude Code detects ir work
- Browse skills: Run
for full category overviewcat ~/.claude/skills/ir/INDEX.md - Load specific skills: Use bash commands above to load individual skills
Next Steps: Run
cat ~/.claude/skills/ir/INDEX.md to see full category details.