mdskills
← All tags

LLM & AI Agent Skills

AI agent skills for working with large language models. Prompt engineering, API integration, and AI workflow patterns.

224 listings

OSV MCP Server

MCP Server

An MCP (Model Context Protocol) server that provides access to the OSV (Open Source Vulnerabilities) database. This project implements an SSE-based MCP server that allows LLM-powered applications to query the OSV database for vulnerability information. The server provides tools for: 1. Querying vulnerabilities for a specific package version or commit 2. Batch querying vulnerabilities for multiple

8.0StacklokLabs/osv-mcp

Dingo

English · 简体中文 · 日本語 👋 join us on Discord and WeChat If you like Dingo, please give us a ⭐ on GitHub! Dingo is A Comprehensive AI Data, Model and Application Quality Evaluation Tool, designed for ML practitioners, data engineers, and AI researchers. It helps you systematically assess and improve the quality of training data, fine-tuning datasets, and production AI systems. 🎯 Production-Grade Qua

8.0DataEval/dingo

Mendeley MCP Server

MCP Server

An MCP (Model Context Protocol) server that connects your Mendeley reference library to LLM applications like Claude Desktop, Cursor, and other MCP-compatible clients. - Search your library - Find papers by title, author, abstract, or notes - Browse folders - Navigate your collection structure - Get full metadata - Retrieve complete document details including abstracts - Search global catalog - Ac

8.0pallaprolus/mendeley-mcp

Vibe Trade

One-sentence description of what this skill does. Shown as a tooltip on the chip.

6.5spyderweb47/Vibe-Trade

Connect AI to Your Bitbucket Repositories

MCP Server

Transform how you work with Bitbucket by connecting Claude, Cursor AI, and other AI assistants directly to your repositories, pull requests, and code. Get instant insights, automate code reviews, and streamline your development workflow. - Ask AI about your code: "What's the latest commit in my main repository?" - Get PR insights: "Show me all open pull requests that need review" - Search your cod

8.0aashari/mcp-server-atlassian-bitbucket

Materials Simulation Skills

Open-source Agent Skills for computational materials science and numerical simulation workflows. Give your AI coding agent domain expertise in numerical methods, simulation best practices, and scientific computing -- without re-explaining the same concepts every session. Skills are portable across Claude Code, Codex, Gemini CLI, Cursor, VS Code Copilot, and 20+ other compatible tools. - The Proble

9.0HeshamFS/materials-simulation-skills

YouTube Summarize

MCP server that fetches YouTube video transcripts and optionally summarizes them. - Fetch transcripts in multiple formats (text, JSON, SRT, WebVTT, pretty-print) - Summarize videos — returns transcript with instructions for the LLM to produce a summary - List available languages for any video's transcripts - Flexible URL parsing — accepts full YouTube URLs (youtube.com/watch?v=, youtu.be/, youtube

8.0zlatkoc/youtube-summarize

Climatiq MCP Server

MCP Server

A Model Context Protocol (MCP) server for accessing the Climatiq API to calculate carbon emissions. This allows AI assistants to perform real-time carbon calculations and provide climate impact insights. This MCP server integrates with the Climatiq API to provide carbon emission calculations for AI assistants: - set-api-key: Configure the Climatiq API key used for authentication - electricity-emis

8.0jagan-shanmugam/climatiq-mcp-server

LLM Context

Smart context management for LLM development workflows. Share relevant project files instantly through intelligent selection and rule-based filtering. Getting the right context into LLM conversations is friction-heavy: - Manually finding and copying relevant files wastes time - Too much context hits token limits, too little misses important details - AI requests for additional files require manual

8.0cyberchitta/llm-context.py

Recursive Decomposition Skill

Plugin

Recursive Decomposition Skill Handle long-context tasks with Claude Code through recursive decomposition What It Does • Installation • How It Works • Benchmarks • Acknowledgments When analyzing large codebases, processing many documents, or aggregating information across dozens of files, Claude's context window becomes a bottleneck. As context grows, "context rot" degrades performance: - Missed de

6.0massimodeluisa/recursive-decomposition-skill

LLM Evaluation

Plugin

LLM evaluation and testing patterns including prompt testing, hallucination detection, benchmark creation, and quality metrics. Use when testing LLM applications, validating prompt quality, implementing systematic evaluation, or measuring LLM performance.

7.0applied-artificial-intelligence/claude-code-toolkit

MCP Chess Server

MCP Server

This MCP let's you play chess against any LLM. To use this chess server, add the following configuration to your MCP config: Play a game: Find a position in a PGN for game analysis: The server provides the following tools: getboardvisualization(): Provides the current state of the chessboard as an image. The board orientation automatically flips based on the user's assigned color. getturn(): Indic

8.0jiayao/mcp-chess

LLM App Patterns

Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.

6.0sickn33/antigravity-awesome-skills

MCP Server Webcrawl

MCP Server

Advanced search and retrieval for web crawler data. With mcp-server-webcrawl, your AI client filters and analyzes web content under your direction or autonomously. The server includes a fulltext search interface with boolean support, and resource filtering by type, HTTP status, and more. mcp-server-webcrawl provides the LLM a complete menu with which to search, and works with a variety of web craw

8.0pragmar/mcp-server-webcrawl

Fal.ai MCP Server

MCP Server

A Model Context Protocol (MCP) server that enables Claude Desktop (and other MCP clients) to generate images, videos, music, and audio using Fal.ai models. - Native Async API - Uses falclient.runasync() for optimal performance - Queue Support - Long-running tasks (video/music) use queue API with progress updates - Non-blocking - All operations are truly asynchronous - STDIO - Traditional Model Con

9.0raveenb/fal-mcp-server

Slack MCP Server

MCP Server

Slack MCP Server Give Claude the same Slack access you have. DMs, threads, history—no admin approval. I built this because I was working with someone to help me manage a complex workload, and we kept hitting walls. They needed context from my messages—"what did X say about Y?"—but Slack's API blocks access to DMs without admin approval. Screenshotting messages is not a workflow. This server bridge

8.0jtalk22/slack-mcp-server

Urlbox MCP Server

MCP Server

MCP server for the Urlbox Screenshot API. Enables your client to take screenshots, generate PDFs, extract HTML/markdown, and more from websites. Visit Urlbox for more information, and have a read of our docs or chat with your LLM post install to get a good understanding of its options and capabilities. 1. Install dependencies and build: 2. Get Urlbox API credentials: - Sign up at urlbox.com - Get

8.0urlbox/urlbox-mcp-server

ScreenPilot

MCP server to let LLM take full control on your device by providing screen automation toolkit for controlling and interacting with graphical user interfaces. Good for automation, education and having fun. - 📷 Screen capture and analysis - 🖱️ Mouse control (clicking, positioning) - ⌨️ Keyboard input (typing, key presses, hotkeys) 0. Install python 3.12 1. Clone the repository: 2. create virtiual

7.0Mtehabsim/ScreenPilot

Prompt Caching

Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.

6.0sickn33/antigravity-awesome-skills

MCP Ragchat

MCP Server

mcp-ragchat An MCP server that adds RAG-powered AI chat to any website. One command from Claude Code. Tell Claude Code "add AI chat to mysite.com" and it will crawl your content, build a local vector store, spin up a chat server, and hand you an embed snippet. No cloud infra. No database. Just one API key. 1. Clone and build 2. Configure Claude Code (~/.claude/mcp.json) Open Claude Code and say: C

8.0gogabrielordonez/mcp-ragchat

MetaTrader MCP Server

MCP Server

MetaTrader MCP Server Let AI assistants trade for you using natural language Features • Quick Start • Documentation • Examples • Support MetaTrader MCP Server is a bridge that connects AI assistants (like Claude, ChatGPT) to the MetaTrader 5 trading platform. Instead of clicking buttons, you can simply tell your AI assistant what to do: The AI understands your request and executes it on MetaTrader

8.0ariadng/metatrader-mcp-server

Data Structure Protocol

>-

9.0k-kolomeitsev/data-structure-protocol

LLM Application Dev Prompt Optimize

You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimizati

6.0sickn33/antigravity-awesome-skills

Stripe AI

Guide for upgrading Stripe API versions and SDKs

7.0stripe/ai