mdskills
← All tags

GitHub AI Agent Skills

AI agent skills for GitHub. Actions workflows, PR automation, issue management, and repository best practices.

612 listings

Octocode Documentation Writer

MCP Server

This skill should be used when the user asks to "generate documentation", "document this project", "create docs", "write documentation", "update documentation", "document all APIs", "generate onboarding docs", "create developer docs", or needs comprehensive codebase documentation. Orchestrates parallel AI agents to analyze code and produce documentation files.

8.0bgauryy/octocode-mcp

Safe Local Python Executor

MCP Server

An MCP server (stdio transport) that wraps Hugging Face's LocalPythonExecutor (from the smolagents framework). It is a custom Python runtime that provides basic isolation/security when running Python code generated by LLMs locally. It does not require Docker or VM. This package allows to expose the Python executor via MCP (Model Context Protocol) as a tool for LLM apps like Claude Desktop, Cursor

8.0maxim-saplin/mcp_safe_local_python_executor

LeetCode MCP Server

MCP Server

The LeetCode MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with LeetCode APIs, enabling advanced automation and intelligent interaction with LeetCode's programming problems, contests, solutions, and user data. - 🌐 Multi-site Support: Support​ both leetcode.com (Global) and leetcode.cn (China) platforms - 📊 Problem Data Retrieval: Obtain detailed problem d

8.0jinzcdev/leetcode-mcp-server

Alibabacloud Tablestore MCP Server

MCP Server

1. 入门示例: tablestore-java-mcp-server 2. 基于 MCP 架构实现知识库答疑系统: tablestore-java-mcp-server-rag - 实现一个目前最常见的一类 AI 应用即答疑系统,支持基于私有知识库的问答,会对知识库构建和 RAG 做一些优化。 1. 入门示例: tablestore-python-mcp-server 1. Mem0-OpenMemory-MCP: tablestore-python-mem0-mcp-server 欢迎加入我们的钉钉公开群,与我们一起探讨 AI 技术。钉钉群号:36165029092

3.0aliyun/alibabacloud-tablestore-mcp-server

Openapi MCP

MCP Server

Generate MCP tool definitions directly from a Swagger/OpenAPI specification file. OpenAPI-MCP is a dockerized MCP server that reads a swagger.json or openapi.yaml file and generates a corresponding Model Context Protocol (MCP) toolset. This allows MCP-compatible clients like Cursor to interact with APIs described by standard OpenAPI specifications. Now you can enable your AI agent to access any AP

8.0ckanthony/openapi-mcp

kill-process-mcp 🔫

MCP Server

Cross-platform MCP (Model Context Protocol) server exposing LLM-accessible tools to list and kill OS processes via natural language queries. Perfect for shy ninjas who just want rogue processes gone: "Find and nuke the damn CPU glutton choking my system!" The following tools are exposed to MCP clients: - processlist: Lists running processes sorted by CPU or memory with optional name, user, status,

7.0misiektoja/kill-process-mcp

AI Slop Cleaner

Tool

Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode

8.3Yeachan-Heo/oh-my-claudecode

Spotify Bulk Actions MCP

MCP Server

A Model Context Protocol (MCP) server for bulk Spotify operations - batch playlist creation, library exports, and large-scale library management. What makes this different from other Spotify MCPs? - Confidence scoring - Batch searches return HIGH/MEDIUM/LOW confidence for each match - Human-in-the-loop - Uncertain matches are exported for review, then re-imported - Bulk operations - Handle 500+ so

8.0khglynn/spotify-bulk-actions-mcp

Kagi Ken MCP

MCP Server

A lightweight Node MCP server around the kagi-ken package, providing access to Kagi.com services using Kagi session tokens: - Search: Searches Kagi - Summarizer: Uses Kagi's Summarizer to create summaries from URLs or text content Unlike the official Kagi API which requires API access, this MCP server uses your existing Kagi session to access both search and summarization features. "Kagi-ken" is a

7.0czottmann/kagi-ken-mcp

Google Sheets MCP Server

MCP Server

mcp-name: io.github.henilcalagiya/google-sheets-mcp Google Sheets MCP Server provides seamless integration of Google Sheets with any MCP-compatible client. It enables full spreadsheet automation — including creating, reading, updating, and deleting sheets — through a simple and secure API layer. - Full CRUD support for Google Sheets and tables - Works with Continue.dev, Claude Desktop, Perplexity,

7.0henilcalagiya/google-sheets-mcp

Framelink MCP for Figma

MCP Server

Framelink MCP for Figma Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. Give Cursor and other AI-powered coding tools access to your Figma files with this Model Context Protocol server. When Cursor has access to Figma design data, it's way better at one-shotting designs accurately than alternative approaches like pasting screenshots. See quickstart

7.0GLips/Figma-Context-MCP

All In One Model Context Protocol

THE PROJECT HAS BEEN SPLIT AND MOVED TO INDIVIDUAL REPOSITORIES. - Google Kit: Tools for Gmail, Google Calendar, Google Chat - RAG Kit: Tools for RAG, Memory - Dev Kit: Tools for developers, jira, confluence, gitlab, github, ... - Fetch Kit: Tools for fetch, scrape, ... - Research Kit: Tools for research, academic, reasoning, ... A powerful Model Context Protocol (MCP) server implementation with i

4.0nguyenvanduocit/all-in-one-model-context-protocol

Docs Transloadit Robots

Offline lookup for Transloadit Robots and their parameter docs/examples via the `transloadit` CLI. Use to draft or validate `steps` JSON without guessing robot names/params.

8.0transloadit/skills

Transform Generate Image With Transloadit

One-off image generation (prompt -> image file) using Transloadit via the `transloadit` CLI. Prefer builtin templates (`builtin/generate-image@latest`) and download outputs locally via `-o`.

7.0transloadit/skills

Imagen3 MCP

MCP Server

English Version 基于 Google 的 Imagen 3.0 的图像生成工具,通过 MCP(Model Control Protocol)提供服务。 画一只奔跑的杰克罗素犬,长焦镜头,阳光透过狗狗的毛发,照片级画质 画一个科技感十足的苹果 - 有效的 Google Gemini API 密钥 1. 从 GitHub Releases 下载最新版本的可执行文件 2. 将下载的可执行文件放置在系统中的任意位置,例如 C:\bin\imagen3-mcp.exe 3. 在 Cherry Studio 中配置: - Command 字段填写可执行文件路径,例如 C:\bin\imagen3-mcp.exe - 环境变量 GEMINIAPIKEY 中填写你的 Gemini API 密钥 - [可选] 环境变量 BASEURL 中填写代理地址,例如 https://lingxi-pro

7.0hamflx/imagen3-mcp

Gh Fix CI

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

8.0openai/skills

Image Enhancer

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

4.0ComposioHQ/awesome-claude-skills

Hindsight Cloud

Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user)

8.0vectorize-io/hindsight

CyberChef API MCP Server

MCP Server

This model context protocol (MCP) server interfaces with the CyberChef Server API. Allowing you to use any LLM/MCP client of your choosing to utilise the tools and resources within CyberChef. 🧰 Available Tools and Resources - getcyberchefoperationscategories: resource - gets updated Cyber Chef categories for additional context / selection of the correct operations - getcyberchefoperationbycategor

7.0slouchd/cyberchef-api-mcp-server

mcp-gopls – MCP server for Go (gopls)

MCP Server

A Model Context Protocol (MCP) server that lets AI assistants use Go’s LSP (gopls) for navigation, diagnostics, testing, coverage, and more. This MCP server helps AI assistants to: - Use LSP to analyze Go workspaces - Navigate to definitions, references, and workspace symbols - Format, rename, and inspect code actions without leaving MCP - Run Go tests, coverage, go mod tidy, govulncheck, and modu

8.0hloiseaufcms/mcp-gopls

Ibge Br MCP

MCP Server

MCP Server for IBGE (Brazilian Institute of Geography and Statistics) APIs. 🇧🇷 Leia em Português This server implements the Model Context Protocol (MCP) to provide access to IBGE's public APIs, enabling AI assistants to query geographic, demographic, and statistical data from Brazil. - 23 specialized tools covering all major IBGE data domains - 227 automated tests with 97%+ core coverage - Autom

9.0SidneyBissoli/ibge-br-mcp

SVGMaker MCP Server

MCP Server

A powerful MCP server for generating, editing, and converting SVG images using SVGMaker API. This very illustration came to life through our own SVGMaker MCP server—a living example of AI assistants and vector graphics working in perfect harmony via the Model Context Protocol. - 🎨 AI-Powered SVG Generation: Create SVGs from text descriptions - ✏️ Smart SVG Editing: Edit existing SVGs with natural

8.0GenWaveLLC/svgmaker-mcp

NotebookLM Claude Code Skill

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

8.0sickn33/antigravity-awesome-skills

Clojars MCP Server

MCP Server

A Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's artifact repository for Cline, Roo Code, Cody, Claude Desktop etc. The quickest way to use the Clojars MCP Server is to run it directly with npx: You can also install it globally: To install Clojars Dependency Server for Claude Desktop automatically via Smithery: 1. C

8.0Bigsy/Clojars-MCP-Server