GitHub AI Agent Skills
AI agent skills for GitHub. Actions workflows, PR automation, issue management, and repository best practices.
644 listings
Finding Duplicate Functions
Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.
IDE Index MCP Server
A JetBrains IDE plugin that exposes an MCP (Model Context Protocol) server, enabling AI coding assistants like Claude, Codex, Cursor, and Windsurf to leverage the IDE's powerful indexing and refactoring capabilities. Fully tested: IntelliJ IDEA, PyCharm, WebStorm, GoLand, RustRover, Android Studio, PhpStorm May work (untested): RubyMine, CLion, DataGrip IDE Index MCP Server provides AI coding assi
Features
Google News MCP Server A Model Context Protocol (MCP) server implementation that provides Google News search capabilities via SerpAPI integration. Automatically categorizes news results and supports multiple languages and regions. Comprehensive search capabilities including query-based search, topic search, publication filtering and story coverage. Supports multiple languages and regions through c
Podcast Generation
Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.
Javascript Mastery
Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional programming. Use when explaining JS concepts, debugging JavaScript issues, or teaching JavaScript fundamentals.
Stocky
- π Multi-Provider Search - Search across Pexels and Unsplash simultaneously - π Rich Metadata - Get comprehensive image details including dimensions, photographer info, and licensing - π Pagination Support - Browse through large result sets with ease - π‘οΈ Graceful Error Handling - Robust error handling for API failures - β‘ Async Performance - Lightning-fast concurrent API calls - π― Provider
Chess.com MCP Server
A [Model Context Protocol][mcp] (MCP) server for Chess.com's Published Data API. This provides access to Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information. [mcp]: https://modelcontextprotocol.io/introduction/introduction - [x] Access player profiles, stats, and game records - [x] Sea
Empathy Framework
AI-powered developer workflows with cost optimization and pattern learning. Run code review, debugging, testing, and release workflows from your terminal or Claude Code. Smart tier routing saves 34-86% on LLM costs. -brightgreen) Empathy Framework is evolving to focus exclusively on Anthropic/Claude to unlock features impossible with multi-provider abstraction: - π¦ Prompt Caching: 90% cost reduct
Apple Notes MCP Server
mcp-name: io.github.henilcalagiya/mcp-apple-notes Apple Notes MCP Server provides seamless integration of Apple Notes with any MCP-compatible client. It enables full note automation β including creating, reading, updating, and deleting notes β through a simple and secure AppleScript API layer. Full CRUD support for Apple Notes (Create, Read, Update, Delete) Works with Continue.dev, Claude Desktop,
Code Review AI AI Review
You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C
Linkedin Marketing
Plan, draft, audit, and publish LinkedIn posts and comments. Use when the user wants to write a viral LinkedIn post, draft a comment or reply on any LinkedIn post URL, audit a draft against 2026 algorithm heuristics, remove AI tells, extract hook formulas from viral posts, or plan a week of content. Powered by the Publora API for publishing. User provides post/comment URLs, skill drafts content, user approves, then publishes.
Monte Carlo toolkit
Generate SQL validation notebooks for dbt changes. Pass a GitHub PR URL or local dbt repo path.
18 skills Β· 2 commands Β· 4 MCPs
YFinance Trader MCP Tool for Claude Desktop
An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library, specifically adapted for Claude Desktop. For a detailed guide on setting up and using this tool, check out our Medium tutorial: Tutorial: Using Claude Desktop with YFinance Trader MCP Tool to Access Real-Time Stock Market Data - Real-time stock quotes - Company information and
CodeFire
Persistent memory for AI coding agents A cross-platform companion app for Claude Code, Gemini CLI, Codex CLI, and OpenCode Website Β· Getting Started Β· Discord Β· Community Β· Download Your AI coding agent forgets everything between sessions. CodeFire fixes that. It auto-discovers your projects, tracks tasks and sessions, monitors live coding activity, and exposes project data back to your AI via MCP
Firecrawl MCP Server
A Model Context Protocol (MCP) server implementation that integrates with Firecrawl for web scraping capabilities. - Web scraping, crawling, and discovery - Search and content extraction - Deep research and batch scraping - Cloud browser sessions with agent-browser automation - Automatic retries and rate limiting - Cloud and self-hosted support - SSE support Configuring Cursor π₯οΈ Note: Requires C
Brand Style
Screenpipe brand style guide. Reference this when designing UI components, writing copy, or making visual decisions.
JavaLens: AI-First Code Analysis for Java
An MCP server providing 56 semantic analysis tools for Java, built directly on Eclipse JDT for compiler-accurate code understanding. JavaLens exists because AI systems need compiler-accurate insights that reading source files cannot provide. When an AI uses grep or Read to find usages of a method, it cannot distinguish: - A method call from a method with the same name in an unrelated class - A fie
ArXiv MCP Server
The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way. π€ Contribute β’ π Report Bug - π Paper Search: Query arXiv papers with filters for date ranges and categories - π Paper Access: Download and read paper content - π Paper Li
Go Playwright
Expert capability for robust, stealthy, and efficient browser automation using Playwright Go.
Claude Code TTS Plugin
A Text-to-Speech MCP server plugin for Claude Code that converts text to speech using OpenAI's TTS API. Get audio feedback from Claude as you work! - Deterministic Auto-Speak: Every Claude response is automatically spoken (via Stop hook) - 6 High-Quality Voices: alloy, echo, fable, onyx, nova, shimmer - Worker Pool Architecture: Non-blocking queue with concurrent processing - Mutex-Protected Playb
Model Context Protocol Server for Apache OpenDALβ’
A Model Context Protocol (MCP) server implementation that provides access to various storage services via Apache OpenDALβ’. - Seamless access to multiple storage services including S3, Azure Blob Storage, Google Cloud Storage, and more - List files and directories from storage services - Read file contents with automatic text/binary detection - Environment variable based configuration Add the follo
MaxMSP-MCP Server
This project uses the Model Context Protocol (MCP) to let LLMs directly understand and generate Max patches. Video link. Acknowledgement: the patch being explained is downloaded from here. Text comments in the original file are deleted. Check out the full video where you can listen to the synthesised sounds. The LLM agent has access to the official documentation of each object, as well as objects
Chainlist MCP Server
An MCP server that gives AI agents fast access to verified EVM chain information, including RPC URLs, chain IDs, explorers, and native tokens β sourced from Chainlist.org. - Efficient Data Fetching: Caches Chainlist API data to minimize requests. - Flexible Search: Case-insensitive keyword matching using regex for getChainsByKeyword. - Structured Output: Markdown responses with tabulated rpc and e
Autoresearch ML
Edit code β commit β run benchmark β measure metric β keep improvement or revert β repeat forever. Works for any optimization target: LLM training loss, test speed, bundle size, build time, Lighthouse scores, and more. Inspired by Karpathy's autoresearch, pi-autoresearch, and litesearch. This plugin provides two skills that work together. Autoresearch is the core engine (works for any metric), and