Showing 30 of 218

Sorted by quality
golang-structs-interfaces
Claude Codeby samber
88

Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface segregation, dependency injection via interfaces, struct field tags, and pointer vs value receivers. Use this skill when designing Go types, defining or implementing interfaces, embedding…

Coding / 软件开发
Safe-ish
Scanned
ctf-ai-ml
Claude Codeby ljagiello
88

Provides AI and machine learning techniques for CTF challenges. Use when attacking ML models, crafting adversarial examples, performing model extraction, prompt injection, membership inference, training data poisoning, fine-tuning manipulation, neural network analysis, LoRA adapter exploitation, LL…

MLOps / AI 工程
Safe-ish
Scanned
pgvector-semantic-search
Claude Codeby timescale
88

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. **Trigger when user asks to:** - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or nearest neighbor search - Create HNSW or …

Data / 数据分析
Safe-ish
Scanned
run-agent
Claude Codeby open-gitagent
88

Configures and runs agents with different adapters including Claude, OpenAI, CrewAI, Lyzr, and GitHub Models. Supports local execution, remote git repos, and one-shot prompts. Use when the user wants to run an agent, switch LLM providers, configure adapter settings, or launch agents from git reposi…

MLOps / AI 工程
Safe-ish
Scanned
unsloth
Claude Codeby OpenRaiser
86

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

MLOps / AI 工程
Safe-ish
Scanned
evaluating-llms-harness
Claude Codeby OpenRaiser
86

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, v…

MLOps / AI 工程
Safe-ish
Scanned
Advertisement
peft-fine-tuning
Claude Codeby OpenRaiser
86

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 transfor…

MLOps / AI 工程
Safe-ish
Scanned
ml-training-recipes
Claude Codeby OpenRaiser
86

Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training …

MLOps / AI 工程
Safe-ish
Scanned
planning
Claude Codeby awslabs
84

Discovers user intent and generates a structured, step-by-step plan for model customization workflows. This skill must always be activated alongside any other skill when the user's request relates to model customization — including fine-tuning, training, building, customizing, reviewing data, or ge…

MLOps / AI 工程
Safe-ish
Scanned
llm-council
Claude Codeby rohitg00
84

Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki <slug> is passed. Us…

MLOps / AI 工程
Safe-ish
Scanned
postgres-hybrid-text-search
Claude Codeby timescale
84

Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). **Trigger when user asks to:** - Combine keyword and semantic search - Implement hybrid search or multi-modal retrieval - Use BM25/pg_textsearch with pgvector toge…

Data / 数据分析
Safe-ish
Scanned
wiki-ingest
Claude Codeby open-gitagent
84

Ingest a raw source document into the wiki. Reads the source, extracts key information, creates or updates wiki pages, maintains cross-references, and logs the operation. Use when the user adds a new source or says 'ingest this'.

MLOps / AI 工程
Safe-ish
Scanned
export-agent
Claude Codeby open-gitagent
84

Converts agent definitions between frameworks — exports to Claude Code, OpenAI, CrewAI, Lyzr, and GitHub Models formats, and imports from Claude, Cursor, and CrewAI projects. Use when the user wants to convert an agent, migrate to another framework, export to LangChain/AutoGen/CrewAI, or import fro…

MLOps / AI 工程
Safe-ish
Scanned
blog-google
Claude Codeby AgriciDaniel
84

Google API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive…

MCP & Tools / 工具连接器
Shell
Scanned
finetuning
Claude Codeby awslabs
84

Generates code that fine-tunes a base model using SageMaker serverless training jobs. Use when the user says "start training", "fine-tune my model", "I'm ready to train", or when the plan reaches the finetuning step. Supports SFT, DPO, RLVR, and RLAIF trainers, including RLVR Lambda reward function…

MLOps / AI 工程
Safe-ish
Scanned
knowledge-retrieval
Claude Codeby open-gitagent
84

Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)

MLOps / AI 工程
Safe-ish
Scanned
huggingface-accelerate
Claude Codeby OpenRaiser
82

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.

MLOps / AI 工程
Safe-ish
Scanned
ray-data
Claude Codeby OpenRaiser
82

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pip…

Data / 数据分析
Safe-ish
Scanned
llm-application-dev
Claude Codeby MoizIbnYousaf
81

Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.

MLOps / AI 工程
Safe-ish
Scanned
search
Claude Codeby taishi-i
80

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

MLOps / AI 工程
Safe-ish
Scanned
add-provider
Claude Codeby ThinkInAIXYZ
80

Add a DeepChat LLM provider through explicit reviewed source changes. Use when a developer asks Codex to add a provider, provider profile, upstream provider config, model catalog mapping, provider auth behavior, or a special provider adapter in this repository.

Coding / 软件开发
Safe-ish
Scanned
skill-optimizer
Claude Codeby rohitg00
80

SkillOpt-flavored offline training loop for any SKILL.md. Treats accumulated learn-rule corrections as training trajectories, proposes bounded patches via an optimizer LLM, gates each candidate against a held-out validation set built from the user's own past corrections, and ships only candidates t…

MLOps / AI 工程
Safe-ish
Scanned
ktx
Claude Codeby Kaelio
80

Installs and configures ktx, the open-source context layer for data agents — runs ktx setup non-interactively with hidden CLI flags, configures database connections and embeddings, installs agent integration, and verifies readiness. Use when the user asks an agent to add ktx to a project, connect d…

MLOps / AI 工程
Safe-ish
Scanned
finetuning
Claude Codeby evo-hq
80

This skill should be used when picking or diagnosing a training move (SFT, LoRA, DPO/KTO/ORPO, RFT, GRPO/PPO/RLOO, RLHF), or when the user mentions fine-tuning, post-training, training recipe, reward design, or weight updates. Decision tree by reward shape, smoke-run gate, three failure diagnostics…

MLOps / AI 工程
Safe-ish
Scanned
kubesphere-volcano
Claude Codeby kubesphere
80

KubeSphere Volcano job management Skill. Use when user asks to create, list, update, delete Jobs (Volcano Jobs), manage Queues, create PyTorch/TensorFlow/MPI training jobs, or troubleshoot Volcano scheduling issues in KubeSphere. Includes built-in YAML templates, scheduling policy recommendations, …

MLOps / AI 工程
Network
Scanned
dataset-transformation
Claude Codeby awslabs
79

Generates code that transforms datasets between ML schemas for model training or evaluation. Use when the user says "transform", "convert", "reformat", "change the format", or when a dataset's schema needs to change to match the target format — always use this skill for format changes rather than w…

MLOps / AI 工程
Safe-ish
Scanned
agf-wiring-apple-llm
Claude Codeby pcliangx
79

Use when wiring LLM features into the Apple client (macOS / iOS) — streaming chat via the FastAPI multi-LLM gateway, or on-device inference (Apple Foundation Models / Core ML). Provides the route decision (gateway vs on-device), streaming transport pattern, env/config contract, offline & cost guard…

Coding / 软件开发
Safe-ish
Scanned
dataset-evaluation
Claude Codeby awslabs
79

Validates dataset formatting and quality for SageMaker model fine-tuning (SFT, DPO, or RLVR). Use when the user says "is my dataset okay", "evaluate my data", "check my training data", "I have my own data", or before starting any fine-tuning job. Detects file format, checks schema compliance agains…

MLOps / AI 工程
Safe-ish
Scanned
finetuning-technique
Claude Codeby awslabs
79

Selects a fine-tuning technique (SFT, DPO, RLVR, or RLAIF) for the user's use case and validates it against the selected model's available recipes. Use when the user has decided to finetune and needs to choose a technique, or when the technique needs to be validated against a model. Requires a base…

MLOps / AI 工程
Safe-ish
Scanned
prompt-regression
Claude Codeby agentscope-ai
79

Use when the user has changed a prompt (system prompt, RAG template, agent instruction, etc.) and wants to know whether the candidate is better or worse than the baseline. Also use when the user mentions prompt A/B testing, prompt comparison, prompt optimization validation, "did my prompt change he…

MLOps / AI 工程
Safe-ish
Scanned