TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
cuba6112

adk-rag-agent

by cuba6112

star 0

Build RAG (Retrieval-Augmented Generation) agents with Google ADK and Vertex AI RAG Engine. Use when implementing docume...

cuba6112

unsloth-qlora

by cuba6112

star 0

Advanced 4-bit quantization techniques using Unsloth and BitsAndBytes for extreme VRAM efficiency (triggers: QLoRA, 4-bi...

cuba6112

numpy-set-ops

by cuba6112

star 0

Set-theoretic operations for finding unique elements, membership testing, and array intersections. Triggers: unique, isi...

cuba6112

git-commit-helper

by cuba6112

star 0

Adherence to Conventional Commits and efficient Git history management using types, scopes, and advanced commit tools li...

cuba6112

structured-outputs

by cuba6112

star 0

Techniques for ensuring LLM responses adhere to strict JSON schemas, utilizing Pydantic models, JSON mode, and schema-ba...

cuba6112

unsloth-inference

by cuba6112

star 0

Deploying fine-tuned models for production inference using native kernel optimization, vLLM, or SGLang. Triggers: infere...

cuba6112

pytorch-core

by cuba6112

star 0

Core PyTorch fundamentals including tensor operations, autograd, nn.Module architecture, and training loop orchestration...

cuba6112

ollama-rag

by cuba6112

star 0

Build RAG systems with Ollama local + cloud models. Latest cloud models include DeepSeek-V3.2 (GPT-5 level), Qwen3-Coder...

cuba6112

numpy-indexing

by cuba6112

star 0

Advanced indexing techniques including slicing, fancy indexing, and boolean masks, along with memory implications of vie...

cuba6112

pytest-patterns

by cuba6112

star 0

Advanced Python testing strategies with Pytest, covering fixtures, matrix testing with parametrization, and async test a...

cuba6112

github

by cuba6112

star 0

Automation of GitHub tasks using the gh CLI and REST API. Includes pagination strategies, payload construction, and rate...

cuba6112

unsloth-core

by cuba6112

star 0

Core fundamentals of Unsloth for fast LLM fine-tuning, covering FastLanguageModel setup, optimized gradient checkpointin...

cuba6112

fastapi-patterns

by cuba6112

star 0

Advanced FastAPI patterns including hierarchical dependency injection, background task management, and type-safe depende...

cuba6112

numpy-sorting

by cuba6112

star 0

Sorting and searching algorithms including O(n) partitioning, binary search, and hierarchical multi-key sorting. Trigger...

cuba6112

unsloth-orpo

by cuba6112

star 0

One-step preference alignment using Odds Ratio Preference Optimization (ORPO) (triggers: ORPO, preference optimization,...

cuba6112

pytorch-quantization

by cuba6112

star 0

Techniques for model size reduction and inference acceleration using INT8 quantization, including Post-Training Quantiza...

cuba6112

unsloth-gguf

by cuba6112

star 0

Exporting fine-tuned models to GGUF format for deployment in llama.cpp, Ollama, and local serving tools. Triggers: gguf,...

cuba6112

agentic-patterns

by cuba6112

star 0

Design and operate multi-agent orchestration patterns (ReAct loops, evaluator-optimizer, orchestrator-workers, tool rout...

cuba6112

unsloth-models

by cuba6112

star 0

Guidance on selecting and configuring supported model architectures like Llama 4, DeepSeek-R1, and Qwen3. Triggers: llam...

cuba6112

tool-calling

by cuba6112

star 0

Define and run tool-calling patterns for LLMs (schema design, call loops, validation, parallel calls). Use when building...

cuba6112

torch-compile

by cuba6112

star 0

Optimize PyTorch with torch.compile (TorchDynamo/Inductor), focusing on compile overhead, graph breaks, and benchmark me...

cuba6112

unsloth-fft

by cuba6112

star 0

Performing full fine-tuning (FFT) in Unsloth with 100% exact weight updates and optimized gradient checkpointing. Trigge...

cuba6112

pytorch-onnx

by cuba6112

star 0

Exporting PyTorch models to ONNX format for cross-platform deployment. Includes handling dynamic axes, graph optimizatio...

cuba6112

pytorch-geometric

by cuba6112

star 0

Library for Graph Neural Networks (GNNs). Covers MessagePassing layers, modular aggregation schemes, and handling large...