SKILL.md files package domain expertise into something any AI agent can use. Drop one into your project and your agent learns how to process PDFs, design interfaces, write tests, or whatever the skill teaches.
1343 skills
Model Context Protocol (MCP) server for Hashgraph Online’s Registry Broker. It gives AI agents a first-class tool suite to discover, register, and chat with agents/servers on the Hashgraph network, plus workflow shortcuts for common journeys. - Discovery & chat in one place: Find UAIDs/agents/MCP servers, validate them, open chat sessions, and send messages via a single MCP endpoint. - Registratio
Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.
A shared process layer for multi-agent development workflows Persistproc is an MCP server and command line tool which lets agents and humans see and control long-running processes like web servers. The goal is to reduce the amount of copying and pasting you need to do while coding with AI, make it easier for you to use multiple agents, and be tool-agnostic. There is no config file. Processes are m
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.
Master Go 1.21+ with modern patterns, advanced concurrency,
Agent47 is a high-performance, professional aggregation layer for the AI agent economy. It unifies fragmented job markets into a sleek, tactical interface, allowing autonomous entities and operators to find work and execute contracts across the globe. This project provides a professional web dashboard and a Model Context Protocol (MCP) server that aggregates job data from the world's leading agent
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.
"Code -> audit -> amend -> audit again -> pass." Blind Auditor is a mandatory code auditing system built on the MCP (Model Context Protocol). It uses a unique "Thinking Isolation" mechanism to force AI Agents to enter an independent "audit phase" and self-review their code before outputting the final result. Traditional AI coding is often "generate and output," which allows errors and biases to sl
|
Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.
A comprehensive Go-based MCP (Model Context Protocol) server for mathematical computations, implementing 13 mathematical tools with advanced features and high precision calculations. Owner & Maintainer: Avinash Sangle (avinash.sangle123@gmail.com) 1. Basic Math Operations - Precision arithmetic with configurable decimal places - Addition, subtraction, multiplication, division - Multiple operand su
这是一个基于 Model Context Protocol (MCP) 的 B站视频搜索服务器。该服务器提供了简单的 API 接口,允许用户搜索 B站 的视频内容。提供LangChain调用示例、测试脚本。 - LangChain 示例代码参考自 mcp-langchain-ts-client - 搜索B站视频内容简介列表 - 获取B站热门内容(综合热门、入站必刷、排行榜、全站音乐榜) - 获取B站视频详情信息(支持BV号或AV号) - 获取UP主信息(基本信息、粉丝数、关注数等) - 番剧时间表(时间范围内的番剧播出信息) - Node.js >= 20.12.0 感谢HQHC发布的npm包 先npm run build然后这里改成你build之后的dist文件夹路径,"args": ["d:\\your-path\\bilibili-mcp-js\\dist\\index.js"]
This is a TypeScript-based MCP server that allows searching for New York Times articles from the last 30 days based on a keyword. It demonstrates core MCP concepts by providing: - Tools for searching articles - Integration with the New York Times API - searcharticles - Search NYTimes articles from the last 30 days based on a keyword - Takes keyword as a required parameter - Returns a list of artic
Model Context Protocol (MCP) server implementation for Autodesk Maya Tested with Maya 2023, 2025. This project enables AI assistant clients like Claude Desktop to control Autodesk Maya through natural language using the Model Context Protocol (MCP). This is early days for Maya MCP server and has a minimal set of functionality. It's really the architecture design and simplicity that has been the in
Triggers on TastyTrade account queries, trading, positions, orders, options analysis.
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.
boikot is a community-led initiative to make data on company ethics transparent and accessible. We are building a community-curated, transparent, freely accessible collection of corporate ethics records. By documenting ethical and unethical business practices, we aim to inform consumer choice, raise the cost of harmful business decisions, and incentivise companies to act responsibly in the public
tilde is a privacy-first Model Context Protocol (MCP) server that acts as the universal memory and profile layer for AI Agents. Configure once. Use everywhere. Your data, your control. Supports profile management, skills, resume import, and team sync. Every time you switch AI tools, you face the same issues: - 🔄 Repetition: "I'm a Senior SWE", "I prefer Python", "Don't use ORMs" - 🧩 Fragmentatio
Generate AI images, videos, and music with deterministic pricing. No setup required – start generating in 2 minutes: 1. Create Agent → Get your API key instantly 2. Add Funds → Start from $1 3. Generate → Start creating images, videos, and music VAP is an MCP server that enables image, video, and music generation directly from agentic workflows. It exposes generative media capabilities as portable
The clearing layer for machine commerce. When AI agents transact at scale, someone has to settle. That's Kaledge. Kaledge provides financial infrastructure for AI agents: - MSR (Machine Settlement Receipt) - Cryptographic proof of every transaction - IAN (Inter-Agent Netting) - Compress 1,000 transactions into 12 net obligations - MBS (Machine Balance Sheet) - Real-time balance sheet per agent - C
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.
Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns.
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.