A collection of AI agents for various tasks. Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown. An MCP (Model Context Protocol) server that delivers AI agent instructions on demand from this repository's collection of 42+ specialized agents. The server exposes 3 MCP tools: List all availabl
Add this skill
npx mdskills install valado/pantheon-mcpMCP server providing access to 42+ agent definitions with clean tool design and clear setup
A collection of AI agents for various tasks.
Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown.

An MCP (Model Context Protocol) server that delivers AI agent instructions on demand from this repository's collection of 42+ specialized agents.
{
"mcpServers": {
"pantheon-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "pantheon-mcp"],
"env": {}
}
}
}
The server exposes 3 MCP tools:
list_agentsList all available agents, optionally filtered by category.
{
"name": "list_agents",
"arguments": {
"category": "tech" // optional: business, growth, product, tech
}
}
get_agentGet detailed information about a specific agent by name.
{
"name": "get_agent",
"arguments": {
"name": "react-frontend-dev"
}
}
search_agentsSearch agents by keywords in name, description, or instructions.
{
"name": "search_agents",
"arguments": {
"keywords": "react",
"category": "tech" // optional filter
}
}
To install globally:
npm install -g pantheon-mcp
npx pantheon-mcp
npm install
npm run build
npm run dev
Built with ❤️ and AI
Install via CLI
npx mdskills install valado/pantheon-mcpAgents 🤖 is a free, open-source AI agent skill. A collection of AI agents for various tasks. Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown. An MCP (Model Context Protocol) server that delivers AI agent instructions on demand from this repository's collection of 42+ specialized agents. The server exposes 3 MCP tools: List all availabl
Install Agents 🤖 with a single command:
npx mdskills install valado/pantheon-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Agents 🤖 works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.