Skillzwave Logo
Skillzwave

torch-geometric

84.0
B

Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.

Marketplace
Also in: machine 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-geometric
skilz install davila7/claude-code-templates/torch-geometric --agent opencode
skilz install davila7/claude-code-templates/torch-geometric --agent codex
skilz install davila7/claude-code-templates/torch-geometric --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/davila7/claude-code-templates
2. Copy the agent skill directory:
cp -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 to...

89
B
TECHjavascript
Marketplace
+github+json

spanish-language-tutor

by sandraschi

Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies

88
B
javascript
+github

frontend-dev-guidelines

by diet103

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organizati...

85
B
TECHjavascript

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 with...

76
C
javascript
+github+security

Agentic Skill Details

Type
Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
84.0

Agent Skill Grade

B
Score: 84/100 Click to see breakdown

Score Breakdown

Spec Compliance
10/15
PDA Architecture
23/30
Ease of Use
22/25
Writing Style
9/10
Utility
17/20
Modifiers: +3

Areas to Improve

  • No trigger phrases
  • Main file exceeds 100 lines but lacks TOC for navigation
  • Training examples lack numbered step checklists

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 1/19/2026

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 asked to "torch_geometric", "run torch_geometric", "Graph Neural Networks", "GNN", "graph neural networks", or "molecular property prediction".

This alone gets you +2 points to spec_compliance and makes your skill actually findable. Takes 30 seconds.

Other Things Worth Fixing

  1. Missing Table of Contents — Your main SKILL.md is over 100 lines without a TOC. Add one at the top with links to major sections (Building Graph Neural Networks, Training Workflows, etc.). Helps navigation. +2 points

  2. Training workflows need structure — Your training examples are code-heavy. Convert them to numbered checklists with validation steps (e.g., "1. Load data → 2. Initialize model → 3. Validate on val set"). +1 point

  3. Name vs. directory mismatch — Frontmatter says name: torch-geometric but the directory is torch_geometric. Pick one and stay consistent. +1 point

Quick Wins

  • Add explicit trigger phrases to description (+2 points)
  • Add TOC to main file (+2 points)
  • Align name/directory naming (+1 point)
  • Tighten training workflow structure (+1 point)

That's +6 points90/100 (A territory) with straightforward changes. The foundation is strong; you just need to make discoverability and structure explicit.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?