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

numpy-core

by cuba6112

star 0

Fundamental NumPy operations including ndarray creation, dtypes, shape manipulation, and basic operations with a focus o...

cuba6112

eval-frameworks

by cuba6112

star 0

Evaluation framework patterns for RAG and LLMs, including faithfulness metrics, synthetic dataset generation, and LLM-as...

cuba6112

langchain-agents

by cuba6112

star 0

Building LLM agents with LangChain and LangGraph, covering tool-calling model initialization, state management, and obse...

cuba6112

unsloth-lora

by cuba6112

star 0

Configuring and optimizing 16-bit Low-Rank Adaptation (LoRA) and Rank-Stabilized LoRA (rsLoRA) for efficient LLM fine-tu...

cuba6112

unsloth-tts

by cuba6112

star 0

Fine-tuning Text-to-Speech (TTS) models with Unsloth for voice cloning and synthetic speech (triggers: TTS, text-to-spee...

cuba6112

unsloth-long-context

by cuba6112

star 0

Training models on extended context lengths using optimized RoPE scaling and memory-efficient attention kernels. Trigger...

cuba6112

google-search

by cuba6112

star 0

Integration patterns for web search grounding, including query operator usage, API-based search orchestration, and citat...

cuba6112

numpy-statistics

by cuba6112

star 0

Standard and NaN-robust statistical functions for data analysis, histograms, and correlation matrices. Triggers: statist...

cuba6112

unsloth-quantization

by cuba6112

star 0

Utilizing Dynamic 4-bit quantization, FP8 training, and 8-bit optimizers to minimize VRAM usage without sacrificing accu...

cuba6112

unsloth-sft

by cuba6112

star 0

Supervised fine-tuning using SFTTrainer, instruction formatting, and multi-turn dataset preparation with triggers like s...

cuba6112

pytorch-lightning

by cuba6112

star 0

High-level training framework for PyTorch that abstracts boilerplate while maintaining flexibility. Includes the Trainer...

cuba6112

numpy-linalg

by cuba6112

star 0

Linear algebra operations in NumPy, including matrix multiplication, SVD, system solving, and least squares fitting. Tri...

cuba6112

file-system

by cuba6112

star 0

Safe filesystem operations for agents, including path normalization vs resolution, temp file handling, atomic replacemen...

cuba6112

numpy-io

by cuba6112

star 0

File I/O operations including binary formats (npy/npz), text processing (csv), and memory-mapping for huge datasets. Tri...

cuba6112

numpy-string-ops

by cuba6112

star 0

Vectorized string manipulation using the char module and modern string alternatives, including cleaning and search opera...

cuba6112

pytorch-distributed

by cuba6112

star 0

Distributed training strategies including DistributedDataParallel (DDP) and Fully Sharded Data Parallel (FSDP). Covers m...

cuba6112

unsloth-vision

by cuba6112

star 0

Fine-tuning multimodal vision-language models (Llama 3.2 Vision, Qwen2.5 VL) using optimized vision layers (triggers: vi...

cuba6112

unsloth-cpt

by cuba6112

star 0

Strategies for continued pretraining and domain adaptation in Unsloth (triggers: continued pretraining, CPT, domain adap...

cuba6112

unsloth-grpo

by cuba6112

star 0

Implementation of Group Relative Policy Optimization (GRPO) for training reasoning models, optimized for 8x memory savin...

cuba6112

numpy-memory

by cuba6112

star 0

Deep dive into memory layout, including strides, C vs Fortran order, and zero-copy view generation via stride tricks. Tr...

cuba6112

numpy-ufuncs

by cuba6112

star 0

Universal functions (ufuncs) for vectorization, including reductions, in-place operations, and custom Python-function wr...

cuba6112

numpy-structured

by cuba6112

star 0

Structured and record arrays for C-interoperability, binary blob interpretation, and multi-field tabular data handling....

cuba6112

unsloth-stt

by cuba6112

star 0

Fine-tuning Speech-to-Text models like Whisper using Unsloth's optimized LoRA pipeline. Triggers: stt, whisper, transcri...

cuba6112

numpy-interop

by cuba6112

star 0

Protocols for cross-library data exchange including DLPack, buffer interfaces, and __array_ufunc__ for overriding NumPy...