Showing 30 of 218

Sorted by quality
rag-eval
Claude Codeby agentscope-ai
79

Use when the user has a RAG (Retrieval-Augmented Generation) system and wants to evaluate its quality — separating retrieval issues from generation issues. Also use when the user mentions RAG evaluation, faithfulness checking, hallucination detection in RAG, retrieval quality, chunking optimization…

MLOps / AI 工程
Safe-ish
Scanned
meta-eval
Claude Codeby agentscope-ai
79

Use when the user wants to build an evaluation system for an LLM/agent application but doesn't know where to start — they have traces, prompts, RAG pipelines, or nothing at all. Also use when the user mentions evaluation, eval, benchmarking, testing LLM quality, measuring agent performance, assessi…

MLOps / AI 工程
Safe-ish
Scanned
hive.chart-creation-foundations
Claude Codeby aden-hive
78

Required reading whenever any chart_* tool is available. Teaches the one-tool embedding contract (call chart_render → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic…

MLOps / AI 工程
Safe-ish
Scanned
civitai
Claude Codeby artokun
76

Discover Civitai models with the BUILT-IN search_civitai_models tool and install/generate them locally — find a checkpoint/LoRA/embedding on Civitai, download it into ComfyUI, and use its trigger words. Optionally pair the official Civitai MCP for community features (images browsing, posting, colle…

MLOps / AI 工程
Safe-ish
Scanned
find-new-resources
Claude Codeby taishi-i
76

Find Japanese NLP GitHub repositories and Hugging Face models/datasets that are NOT yet in awesome-japanese-nlp-resources. Suggests candidates to add for a given topic using WebSearch + WebFetch, then outputs contribution-ready markdown.

MLOps / AI 工程
Safe-ish
Scanned
pinme-llm
Claude Codeby glitternetwork
76

Use this skill when a PinMe project (Worker TypeScript) needs to call OpenRouter-backed LLM APIs, including models, chat/completions, streaming, or OpenRouter web search. Guides AI to generate correct Worker TS code.

Coding / 软件开发
Safe-ish
Scanned
Advertisement
similar-resources
Claude Codeby taishi-i
76

Given a Japanese NLP GitHub repo or Hugging Face model/dataset (URL / owner/repo / tool name), find repositories or models/datasets that do the same or related processing. Mines the bundled dataset for content-similar items, then expands via web research across both GitHub and Hugging Face, then me…

Coding / 软件开发
Safe-ish
Scanned
prompt-engineering
Claude Codeby artokun
76

ComfyUI prompt engineering knowledge — CLIP text encoding syntax, weight modifiers, model-specific prompting strategies, and best practices

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

Search all Japanese NLP resources (libraries, models, datasets, tutorials, dictionaries, Hugging Face). Accepts keywords or natural language questions in any language.

MLOps / AI 工程
Safe-ish
Scanned
bedrock
Claude Codeby itsmostafa
76

AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.

MLOps / AI 工程
Safe-ish
Scanned
comfyui-launch-flags
Claude Codeby artokun
76

Pick the right ComfyUI startup flags for VRAM, attention, caching, and speed — the full decision matrix for OOM (--novram / --cache-none / --disable-smart-memory), shared-VRAM creep on Windows (--reserve-vram N), model-switching with big text encoders (--cache-none), high-VRAM throughput (--gpu-onl…

Creative / 创意娱乐
Safe-ish
Scanned
hyperpod-nccl
Claude Codeby awslabs
75

Diagnose NCCL failures and adjacent training-pod failures on HyperPod GPU clusters (EKS or Slurm) — training hangs, AllReduce / collective-op timeouts, EFA or libfabric errors, rendezvous failures, EFA TCP fallback, /dev/shm or memlock issues, NCCL version mismatch across pods, container OOM / exit…

MLOps / AI 工程
Safe-ish
Scanned
adversarial-spec
Claude Codeby zscole
75

Iteratively refine a product spec by debating with multiple LLMs (GPT, Gemini, Grok, etc.) until all models agree. Use when user wants to write or refine a specification document using adversarial development.

MLOps / AI 工程
Safe-ish
Scanned
model-evaluation
Claude Codeby awslabs
75

Generates python code that evaluates SageMaker models. Supports two evaluation types: LLM-as-Judge and Custom Scorer. Use when the user says "evaluate my model", "run a benchmark", "test model performance", "how did my model perform", "compare models", or other similar requests.

Coding / 软件开发
Safe-ish
Scanned
ai-discoverability-audit
Claude Codeby BrianRWagner
73

Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.

MLOps / AI 工程
Safe-ish
Scanned
AgentDB Advanced Features
Claude Codeby spencermarx
71

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

Data / 数据分析
Shell
Scanned
alphaear-sentiment
Claude Codeby RKiding
69

Analyze finance text sentiment using FinBERT or LLM. Use when the user needs to determine the sentiment (positive/negative/neutral) and score of financial text markets.

MLOps / AI 工程
Safe-ish
Scanned
alphaear-search
Claude Codeby RKiding
65

Perform finance web searches and local context searches. Use when the user needs general finance info from the web (Jina/DDG/Baidu) or needs to retrieve finance information from a local document store (RAG).

MLOps / AI 工程
Safe-ish
Scanned
llm-council
Claude Codeby gcpdev
63

Multi-LLM collaborative brainstorming and planning. Use when user explicitly requests consultation with multiple AI models (ChatGPT, Gemini, other LLMs) before presenting an implementation plan, or asks to "consult the council", "ask other models", or "get perspectives from other AIs". Queries exte…

MLOps / AI 工程
Safe-ish
Scanned
engram
MCP Serverby HBarefoot
62

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

MCP & Tools / 工具连接器
Shell Network
Scanned
convex-agents
Claude Codeby waynesutton
62

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

MLOps / AI 工程
Safe-ish
Scanned
freellmpool
MCP Serverby 0xzr
61

Pool 18 LLM providers through MCP: ask, panel, tokenmax, route, models, quota, and stats.

MCP & Tools / 工具连接器
Shell Network
Scanned
amicus
MCP Serverby BourbonDog
57

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

MCP & Tools / 工具连接器
Shell Network
Scanned
github-twin
MCP Serverby ChristopherDavenport
55

Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.

MCP & Tools / 工具连接器
Shell Network
Scanned
nan-forget
MCP Serverby NaNMesh
55

Long-term memory for AI coding tools via vector search (Qdrant).

MCP & Tools / 工具连接器
Shell Network
Scanned
mcp-aichat
MCP Serverby AceDataCloud
53

MCP server for AI dialogue using various LLM models via AceDataCloud

MCP & Tools / 工具连接器
Shell Network
Scanned
forge
MCP Serverby VoxellInc
51

MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models.

MCP & Tools / 工具连接器
Network
Scanned
myaitwin
MCP Serverby LutoLabs
51

A personal RAG database you build from chat, so AI creates work that sounds like you.

MCP & Tools / 工具连接器
Network
Scanned
palace-rs
MCP Serverby AncientiCe
49

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

MCP & Tools / 工具连接器
Shell Network
Scanned
context-bridge
MCP Serverby ThunderEagle
49

MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.

MCP & Tools / 工具连接器
Safe-ish
Scanned