Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

neondatabase

4,642 standalone skills
firecrawl logo

implementing-llms-litgpt

11

by firecrawl

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.

🔥🔥🔥FreeQuick setup
firecrawl logo

instructor

11

by firecrawl

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library

🔥🔥🔥FreeQuick setup
firecrawl logo

mlflow

11

by firecrawl

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform

🔥🔥🔥FreeQuick setup
firecrawl logo

modal-serverless-gpu

11

by firecrawl

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

🔥🔥🔥FreeQuick setup
firecrawl logo

model-merging

11

by firecrawl

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.

🔥🔥🔥FreeQuick setup
firecrawl logo

outlines

11

by firecrawl

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

🔥🔥🔥FreeQuick setup
firecrawl logo

peft-fine-tuning

11

by firecrawl

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

🔥🔥🔥FreeQuick setup
firecrawl logo

prompt-guard

11

by firecrawl

Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security.

🔥🔥🔥FreeQuick setup
firecrawl logo

pytorch-fsdp2

11

by firecrawl

Adds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.

🔥🔥🔥FreeQuick setup
firecrawl logo

quantizing-models-bitsandbytes

11

by firecrawl

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

🔥🔥🔥FreeQuick setup
firecrawl logo

stable-diffusion-image-generation

11

by firecrawl

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

🔥🔥🔥FreeQuick setup
firecrawl logo

training-llms-megatron

11

by firecrawl

Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.

🔥🔥🔥FreeQuick setup
firecrawl logo

unsloth

11

by firecrawl

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

🔥🔥🔥FreeQuick setup
firecrawl logo

weights-and-biases

11

by firecrawl

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform

🔥🔥🔥FreeQuick setup
firecrawl logo

whisper

11

by firecrawl

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.

🔥🔥🔥FreeQuick setup
firecrawl logo

evaluating-code-models

11

by firecrawl

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.

🔥🔥🔥FreeQuick setup
firecrawl logo

nemo-evaluator-sdk

11

by firecrawl

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

🔥🔥🔥FreeQuick setup
firecrawl logo

optimizing-attention-flash

11

by firecrawl

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.

🔥🔥🔥FreeQuick setup
firecrawl logo

qdrant-vector-search

11

by firecrawl

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

🔥🔥🔥FreeQuick setup
firecrawl logo

speculative-decoding

11

by firecrawl

Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.

🔥🔥🔥FreeQuick setup
firecrawl logo

deepspeed

11

by firecrawl

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention

🔥🔥🔥FreeQuick setup
firecrawl logo

llama-factory

11

by firecrawl

Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support

🔥🔥🔥FreeQuick setup
firecrawl logo

pinecone

11

by firecrawl

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

🔥🔥🔥FreeQuick setup
vercel-labs logo

cra-to-next-migration

11

by vercel

Comprehensive guide for migrating Create React App (CRA) projects to Next.js. Use when migrating a CRA app, converting React Router to file-based routing, or adopting Next.js patterns like Server Components, App Router, or image optimization.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
firecrawl logo

audiocraft-audio-generation

11

by firecrawl

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

🔥🔥🔥FreeQuick setup
firecrawl logo

axolotl

11

by firecrawl

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

🔥🔥FreeQuick setup
firecrawl logo

evaluating-llms-harness

11

by firecrawl

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

🔥🔥🔥FreeQuick setup
firecrawl logo

faiss

11

by firecrawl

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.

🔥🔥🔥FreeQuick setup
firecrawl logo

lambda-labs-gpu-cloud

11

by firecrawl

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

🔥🔥🔥FreeQuick setup
firecrawl logo

llama-cpp

11

by firecrawl

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
← PrevPage 147 of 155Next →