generate-connector-code

Generate Rust connector code following UCS architecture from a high-level design.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/maverox/claude-plugins --skill generate-connector-code
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-connector-code
Source: https://github.com/maverox/claude-plugins/tree/main/plugins/connector-integration-suite/skills/generate-connector-code
Command: npx skills add https://github.com/maverox/claude-plugins --skill generate-connector-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Generate production-grade Rust connector code following UCS architecture from a high-level design. It supports both initial generation and fix-mode workflows, including a quick scaffolding option to bootstrap boilerplate and update integration files.

Core Features & Use Cases

  • Auto-activates for requests like: "Implement [connector] connector" and "Generate connector code for [connector]"
  • Scaffolding mode that bootstraps boilerplate, detects flows, and updates all integration files
  • Provides structured guidance and templates to streamline full connector development

Quick Start

Scaffold a new connector by providing its name and base URL.

Frequently Asked Questions about generate-connector-code

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

FAQPage Schema
How do I generate Rust connector code from a high-level design?▼

You generate Rust connector code by providing a high-level spec and implementation plan to trigger automated scaffolding, which produces ready-to-run connectors following UCS architecture.

What is scaffolding for Rust connectors and how does it work?▼

Scaffolding for Rust connectors bootstraps boilerplate code, detects flows, and updates integration files automatically. It relies on a macro-based framework and automated validation to produce ready-to-run output.

Does this connector generation tool support fixing existing code or only initial creation?▼

Connector generation supports both initial creation and fix-mode workflows. You can scaffold a new connector from scratch or apply fixes to existing code, both utilizing the same macro-based framework and validation.

How do I scaffold a new Rust connector and update integration files?▼

You scaffold a new Rust connector by providing its name and base URL. The scaffolding mode automatically bootstraps the boilerplate, detects flows, and updates all necessary integration files.

Do I need a spec and implementation plan to auto-generate production-grade Rust connectors?▼

Yes, you need to provide a spec and implementation plan. The generation process relies on these inputs to apply its macro-based framework and automated validation to produce production-grade Rust connectors.

What are the limitations of using macros to generate Rust connector code?▼

Generating Rust connector code with macros is limited to the UCS architecture and requires a provided spec and implementation plan. It focuses on scaffolding and fixing connectors rather than general-purpose code generation.