add-integration

Automate Python connector creation, registration, and frontend integration on the Blu platform.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/CidLucas/repo_platform --skill add-integration-cidlucas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-integration
Source: https://github.com/CidLucas/repo_platform/tree/main/.claude/skills/add-integration
Command: npx skills add https://github.com/CidLucas/repo_platform --skill add-integration-cidlucas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the process of adding a new data source connector to the Blu platform, reducing the complexity and time spent on implementing new integrations.

Core Features & Use Cases

  • Integration Workflow Automation: Automates the creation of Python connectors for various data sources, reducing manual coding effort.
  • Connector Registration: Registers new connectors in the ConnectorFactory for easy access and utilization.
  • Frontend Support: Ensures that the frontend dashboard supports new connectors with correct metadata and forms.

Quick Start

Run the 'add-integration' skill to start the process of adding a new connector to the Blu platform.

Frequently Asked Questions about add-integration

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

FAQPage Schema
How do I add a new data source connector to the Blu platform?

Adding a new data source connector to the Blu platform involves creating Python connectors, registering them in the ConnectorFactory, and updating the frontend dashboard with correct metadata and forms to support the new integration.

What is the process for integrating a new data source with Blu platform connectors?

Integrating a new data source with Blu platform connectors requires Python coding to handle connector creation, registration in the ConnectorFactory, and frontend integration to display correct metadata and forms on the dashboard.

Do I need Python coding skills to set up Blu platform integrations?

Yes, setting up Blu platform integrations requires Python coding skills and an understanding of Blu's internal architecture to develop and automate Python connectors for various data sources.

How does connector registration work in the Blu platform?

Connector registration in the Blu platform works by adding new Python connectors to the ConnectorFactory, ensuring easy access and utilization of the data source connectors across the system.

Can I automate frontend dashboard updates when adding a new Blu platform integration?

Yes, you can automate frontend dashboard updates when adding a new Blu platform integration, as the workflow ensures the dashboard supports new connectors with correct metadata and forms.

What are the limitations of automating Blu platform connector creation?

Automating Blu platform connector creation reduces manual coding effort but still requires Python coding knowledge and an understanding of Blu's internal architecture to develop the connectors properly.