catgo-master-router

Route CatGo requests to sub-skills for calculation, structure, and analysis workflows.

181|20|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Hello-QM/catgo-LRG --skill catgo-master-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catgo-master-router
Source: https://github.com/Hello-QM/catgo-LRG/tree/main/server/catgo/workflow
Command: npx skills add https://github.com/Hello-QM/catgo-LRG --skill catgo-master-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route CatGo agent requests to the correct specialized sub-skills (vasp, cp2k, ORCA, structure, analysis) to enable seamless, end-to-end orchestration across multiple software backends.

Core Features & Use Cases

  • Routing table-based dispatch directs tasks to the appropriate sub-skill modules (vasp, cp2k, ORCA, structure, analysis, campaign).
  • MCP interface compatibility: enables external agents to create and manage workflows via a single gateway and forward outputs with references to downstream tasks.
  • Use Case: an agent submits a VASP geometry optimization request, which the router forwards to catgo-workflow_geo_opt, then links outputs to Gibbs energy analysis.

Quick Start

Tell me the software and task you want to run, and I will route it to the appropriate sub-skill.

Frequently Asked Questions about catgo-master-router

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

FAQPage Schema
How does workflow routing connect VASP, CP2K, and ORCA calculation tasks?

A single MCP gateway routes agent requests by matching the requested software and task type to specialized sub-skills like VASP, CP2K, or ORCA. This allows external agents to create and manage workflows without needing multiple direct connections.

How do I route a geometry optimization output to Gibbs energy analysis automatically?

You route a geometry optimization output to Gibbs energy analysis by submitting the request to the router, which forwards it to the optimization sub-skill and then links the output with references to the downstream analysis sub-skill automatically.

Can I use an external agent to manage calculation workflows through a single gateway?

Yes, you can use an external agent to manage calculation workflows through a single MCP-compatible gateway. The router enables external agents to create workflows, forward outputs with references, and orchestrate downstream tasks centrally.

What is the best way to orchestrate structure-building and analysis workflows across different software backends?

The best way to orchestrate structure-building and analysis workflows across multiple backends is using a routing table-based dispatch. It directs tasks to the appropriate sub-skill modules, enabling end-to-end orchestration across calculation and analysis tasks.

What sub-skill modules are available for routing calculation and analysis requests?

The available sub-skill modules for routing calculation and analysis requests include vasp, cp2k, ORCA, structure, analysis, and campaign. The router dispatches user requests to these specialized modules based on the requested software and task type.