mg-connector

Manage connector module lifecycles within the ModelGuide platform.

106|4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/modelguide/modelguide --skill mg-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mg-connector
Source: https://github.com/modelguide/modelguide/tree/main/.claude/skills/mg-connector
Command: npx skills add https://github.com/modelguide/modelguide --skill mg-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, http, database, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The mg-connector skill addresses the need for creating, extending, and maintaining connector modules in the ModelGuide platform, enabling integration with external services for AI agents.

Core Features & Use Cases

  • Connector Development Guide: Provides a comprehensive guide for developing connectors, including architecture overview, module structure, and system flow.
  • Creating a New Connector: Assists in the initial steps of connector creation, including requirements gathering, creating the module structure, and implementing tool handlers.
  • Adding Tools to Existing Connectors: Enables adding new tools to existing connectors by modifying manifest files, adding handlers, and tests.

Quick Start

Create a new connector in the ModelGuide platform using the mg-connector skill to start with a new connector.

Frequently Asked Questions about mg-connector

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

FAQPage Schema
How do I create a new connector module for external service integration?

To create a new connector module for external service integration, you need to gather requirements, generate the module structure, implement tool handlers, and write tests. This skill automates creating the connector structure and implementing handlers for the ModelGuide platform.

How do I add new tools to an existing connector?

To add new tools to an existing connector, you modify the manifest files, add the necessary tool handlers, and implement corresponding tests. This skill assists in extending existing connector modules by automating these modifications and additions.

What is the process for managing the connector lifecycle in ModelGuide?

Managing the connector lifecycle in ModelGuide involves developing connectors from scratch, extending existing modules, and maintaining them over time. This skill supports the full lifecycle by automating structure creation, handler implementation, and testing.

Do I need TypeScript and HTTP experience to maintain ModelGuide connectors?

Yes, you need experience with TypeScript, HTTP, and databases to maintain ModelGuide connectors effectively. This skill is designed for developers and administrators who handle connector maintenance and external service integration.

Can I use this skill to generate tests for connector handlers?

Yes, you can use this skill to generate tests for connector handlers. It automates the process of implementing tests alongside creating new connector structures and adding handlers to existing connector modules.