Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills4,642
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons1,006
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
coinbase · Official
2,091 standalone skillsllama-cpp
✓★ 11by 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.
lambda-labs-gpu-cloud
✓★ 11by 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.
miles-rl-training
✓★ 11by firecrawl
Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.
ml-paper-writing
✓★ 11by firecrawl
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
nemo-curator
✓★ 11by firecrawl
GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.
sentencepiece
✓★ 11by firecrawl
Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.
segment-anything-model
✓★ 11by firecrawl
Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.
transformer-lens-interpretability
✓★ 11by firecrawl
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
verl-rl-training
✓★ 11by firecrawl
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
blip-2-vision-language
✓★ 11by firecrawl
Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.
fine-tuning-with-trl
✓★ 11by firecrawl
Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.
simpo-training
✓★ 11by firecrawl
Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.
prisma-cli-format
✓★ 8by prisma
prisma format. Reference when using this Prisma feature.
prisma-cli-migrate-diff
✓★ 8by prisma
prisma migrate diff. Reference when using this Prisma feature.
prisma-cli-generate
✓★ 8by prisma
prisma generate. Reference when using this Prisma feature.
prisma-client-api-relations
✓★ 8by prisma
Relation Queries. Reference when using this Prisma feature.
prisma-client-api-transactions
✓★ 8by prisma
Transactions. Reference when using this Prisma feature.
prisma-database-setup-mongodb
✓★ 8by prisma
MongoDB Setup. Reference when using this Prisma feature.
prisma-cli-migrate-reset
✓★ 8by prisma
prisma migrate reset
prisma-database-setup-mysql
✓★ 8by prisma
MySQL Setup. Reference when using this Prisma feature.
prisma-cli-migrate-status
✓★ 8by prisma
prisma migrate status
prisma-upgrade-v7-schema-changes
✓★ 8by prisma
Schema Changes. Reference when using this Prisma feature.
prisma-upgrade-v7-prisma-config
✓★ 8by prisma
Prisma Config. Reference when using this Prisma feature.
prisma-upgrade-v7-esm-support
✓★ 8by prisma
ESM Support. Reference when using this Prisma feature.
prisma-database-setup-postgresql
✓★ 8by prisma
PostgreSQL Setup. Reference when using this Prisma feature.
prisma-cli-dev
✓★ 8by prisma
prisma dev. Reference when using this Prisma feature.
prisma-database-setup-sqlite
✓★ 8by prisma
SQLite Setup. Reference when using this Prisma feature.
prisma-cli-db-seed
✓★ 8by prisma
prisma db seed. Reference when using this Prisma feature.
prisma-client-api-client-methods
✓★ 8by prisma
Client Methods. Reference when using this Prisma feature.
prisma-database-setup-prisma-postgres
✓★ 8by prisma
Prisma Postgres Setup