Vibe-Skills torch_geometric
Compatibility alias for the underscore PyG skill name. Delegate to the canonical local `torch-geometric` payload while preserving route compatibility.
install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/torch_geometric" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-torch-geometric && rm -rf "$T"
manifest:
bundled/skills/torch_geometric/SKILL.mdsource content
torch_geometric (Compatibility Alias)
Purpose
Provide a stable underscore-form alias for PyTorch Geometric workflows that are canonically maintained under the sibling
torch-geometric skill directory.
This preserves:
- route compatibility for callers using
torch_geometric - existing
and pack-manifest entriesskills-lock - a thin alias surface instead of a second full payload copy
Resolution Order
- Use the canonical local
skill payload first.torch-geometric - Reuse the canonical supporting files:
../torch-geometric/SKILL.md../torch-geometric/references/**../torch-geometric/scripts/**
- Keep this alias directory thin and free of duplicated heavy assets.
Minimal Workflow
- Read
for the full PyG guidance.../torch-geometric/SKILL.md - Use the canonical reference and helper scripts from
.../torch-geometric/ - Report under
only when a caller or route explicitly requested that alias.torch_geometric