gobby

Route Gobby skills and MCP server commands through a single entry point.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill gobby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gobby
Source: https://github.com/GobbyAI/gobby/tree/main/.gemini/skills/gobby
Command: npx skills add https://github.com/GobbyAI/gobby --skill gobby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a single entry point to route to Gobby skills or MCP servers, simplifying command routing and skill discovery across the platform.

Core Features & Use Cases

  • Unified entry point: /gobby routes to core skills or forwards to MCP servers.
  • Skill discovery: resolves by exact name or gobby- prefixed name.
  • Context propagation: passes remaining args and uses session context for tools needing it.

Quick Start

Use /gobby help to see available commands or /gobby tasks to load the tasks skill, or /gobby mcp context7 help to query an MCP server.

Frequently Asked Questions about gobby

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route commands to MCP servers and skills from a single CLI entry point?

You can route commands to MCP servers and skills from a single CLI entry point by using a unified router that resolves skill names and forwards arguments to the selected component while preserving session context.

How does context routing work when calling MCP commands through a unified router?

Context routing works by resolving the requested skill name and forwarding the remaining arguments to the appropriate MCP server, utilizing the preserved session context for secure tool calls.

Can I load a specific skill if I only know its prefixed alias instead of the exact name?

Yes, you can load a skill using its exact name or its prefixed alias, as the routing mechanism resolves both naming conventions to load the correct skill.

What is the best way to discover available commands when managing multiple MCP servers?

The best way to discover available commands is to use the help command, which lists available skills and shows how to query your connected MCP servers.

Do I need to manually pass session context when forwarding arguments to an MCP server?

No, you do not need to manually pass session context, as the routing mechanism automatically preserves and applies session context for secure tool calls.

Can I forward command arguments directly to a specific MCP server without writing custom routing logic?

Yes, you can forward arguments directly to a specific MCP server using the unified routing command, which handles the resolution and forwarding automatically.