github.com/synthetic-sciences/openscience
| Skill | Added | Review |
|---|---|---|
axolotl backend/cli/skills/ml-training/axolotl/SKILL.md Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support | 52 52 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 3a6c3a9 | |
awq-quantization backend/cli/skills/ml-training/awq/SKILL.md Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
adaptyv backend/cli/skills/ml-training/adaptyv/SKILL.md Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
huggingface-accelerate backend/cli/skills/ml-training/accelerate/SKILL.md Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard. | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
serving-llms-vllm backend/cli/skills/ml-inference/vllm/SKILL.md Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism. | 65 65 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 3a6c3a9 | |
tensorrt-llm backend/cli/skills/ml-inference/tensorrt-llm/SKILL.md Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
speculative-decoding backend/cli/skills/ml-inference/speculative-decoding/SKILL.md 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. | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
sglang backend/cli/skills/ml-inference/sglang/SKILL.md Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
phoenix-observability backend/cli/skills/ml-inference/phoenix/SKILL.md Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
miles-rl-training backend/cli/skills/ml-inference/miles/SKILL.md 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. | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
llama-cpp backend/cli/skills/ml-inference/llama-cpp/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
groq-inference backend/cli/skills/ml-inference/groq/SKILL.md Ultra-fast LLM inference on custom LPU hardware. OpenAI-compatible API at api.groq.com. Lowest latency in the industry (500-1000+ tok/s). Supports chat completions, vision, audio (Whisper STT + TTS), tool calling, JSON mode, and streaming. Free tier available. Inference only — no training. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
gguf-quantization backend/cli/skills/ml-inference/gguf/SKILL.md GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements. | 63 63 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
whisper backend/cli/skills/llm-tools/whisper/SKILL.md 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. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
transformers backend/cli/skills/llm-tools/transformers/SKILL.md This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
stable-diffusion-image-generation backend/cli/skills/llm-tools/stable-diffusion/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
sentencepiece backend/cli/skills/llm-tools/sentencepiece/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 3a6c3a9 | |
sentence-transformers backend/cli/skills/llm-tools/sentence-transformers/SKILL.md Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
qdrant-vector-search backend/cli/skills/llm-tools/qdrant/SKILL.md 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. | 65 65 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 3a6c3a9 | |
pinecone backend/cli/skills/llm-tools/pinecone/SKILL.md 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. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
nemo-guardrails backend/cli/skills/llm-tools/nemo-guardrails/SKILL.md NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3a6c3a9 | |
long-context backend/cli/skills/llm-tools/long-context/SKILL.md Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases, interpolation methods, and extrapolation strategies for LLMs. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
llm-as-judge-evaluation backend/cli/skills/llm-tools/llm-as-judge-evaluation/SKILL.md Evaluate LLM outputs using frontier models as judges. Use for pairwise model comparison, quality scoring with custom rubrics, and automated evaluation pipelines. Covers position bias mitigation, statistical significance, and generating preference data for DPO/RLHF. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
llava backend/cli/skills/llm-tools/llava/SKILL.md Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis. | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 | |
llamaindex backend/cli/skills/llm-tools/llamaindex/SKILL.md Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM applications. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 3a6c3a9 |