torch-geometric
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install davila7/claude-code-templates/torch-geometricskilz install davila7/claude-code-templates/torch-geometric --agent opencodeskilz install davila7/claude-code-templates/torch-geometric --agent codexskilz install davila7/claude-code-templates/torch-geometric --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/davila7/claude-code-templatescp -r claude-code-templates/cli-tool/components/skills/scientific/torch_geometric ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
tailwind-shadcn-setup
by vanman2024
Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design...
spanish-language-tutor
by sandraschi
Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organiz...
skill-writer
by pytorch
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help w...
Agentic Skill Details
- Repository
- claude-code-templates
- Stars
- 14011
- Forks
- 1210
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- javascript
- Market Score
- 84
Agent Skill Grade
B Score: 84/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- Missing Table of Contents
- Workflow Clarity in Training Sections
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-19
Developer Feedback
I took a look at your torch_geometric skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 84/100, solidly in B territory. This is based on Anthropic's skill best practices. Your strongest area is Writing Style (9/10) — the documentation is clear and uses consistent imperative voice. The weakest link is Spec Compliance (10/15), mainly around metadata and description clarity. The good news? These issues are totally fixable.
What's Working Well
- Layered structure (9/10) — You nailed the reference pattern. Main SKILL.md gives overview, then separate files for layers, transforms, and datasets. That's how progressive disclosure should work.
- Examples are solid (3/3) — You've got real code templates for node classification, link prediction, and graph-level tasks. Not just toy examples.
- Consistent terminology — "PyTorch Geometric," "GNN," "edge_index" used consistently throughout. Makes it easy to follow.
- Trigger discoverability — Clear terms like "Graph Neural Networks," "GNN," "molecular property prediction" naturally emerge in the content.
The Big One: Add Trigger Phrases to Description
Why it matters: Your frontmatter description currently reads like a feature list: "Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, hetero..."
The problem? When someone asks Claude "when should I use torch_geometric?", this description doesn't have explicit triggers. Triggers are the phrases that match user queries to your skill.
The fix:
description: Performs torch_geometric operations. Use when ask...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.