Gobby.ai
Official@gobbyai · United States of America
Offers structured task orchestration, persistent memory management, and repository synchronization for distributed development environments.
Agent Skills by Gobby.ai
Showing 26 vetted skills indexed across 1 GitHub repositories.
g
Route /g commands to the /gobby router for skill loading and MCP routing.
gobby
Route Gobby skills and MCP server commands through a single entry point.
discovering-tools
Discover MCP servers and tools with just-in-time schema loading.
metrics
Retrieve and present MCP tool usage metrics and performance data in tables.
clones
Manage isolated git clones with MCP commands for parallel development.
expand
Decompose user tasks into atomic subtasks by analyzing the codebase.
ref
Create structured refactoring tasks with chore labels and priority 3.
tasks
Automate task creation, updates, and tracking via the gobby-tasks MCP server.
memory
Manage persistent memories across sessions via the gobby-memory MCP server.
merge
Automate Git merge conflict resolution across worktrees and branches.
feat
Create feature tasks in the Gobby tasks system via call_tool API.
claiming-tasks
Create or claim session tasks to enable Edit, Write, or NotebookEdit tools.
plan
Elicit feature requirements and draft a plan document with phases and dependencies.
doctor
Run functional checks, security audits, and cleanup for Gobby CLI and MCP tools.
workflows
Manage step-based workflows in Gobby via the gobby-workflows MCP server.
agents
Spawn, monitor, and terminate autonomous agents via the gobby-agents MCP server.
usage
Query gobby-metrics MCP server for token usage and budget reports.
bug
Create a bug task with title and optional description via gobby-tasks create_task API.
committing-changes
Enforce task-referencing commit messages and close tasks via gobby-tasks.
sessions
Manage Gobby agent sessions across CLIs with status tracking and handoffs.
epic
Create epic tasks with subtasks for agile planning.
worktrees
Manage git worktrees for parallel development across multiple projects.
nit
Create chore tasks with nitpick labels and priority 4.
chore
Create maintenance chores from natural inputs with standard task formatting.
Frequently Asked Questions About Gobby.ai
FAQPage SchemaWhat specific development tasks does Gobby.ai enable?▼
Gobby.ai enables structured task creation, Git worktree management, and persistent memory storage. It facilitates codebase decomposition into atomic subtasks, enforces task-linked commit messages, and provides performance metrics for development sessions through integrated server-side routing.
Which personas benefit most from these capabilities?▼
Software engineers and technical leads managing complex, multi-branch projects benefit from these capabilities. It is designed for developers who require rigorous task tracking, parallel environment management, and persistent context retention across distributed coding sessions.
What are the prerequisites for implementing Gobby.ai?▼
Implementation requires a compatible environment capable of hosting MCP servers. Users must have Git installed for worktree management and access to the Gobby routing layer to interface with the task, memory, and metrics servers.