generate-bundle-json

Generate a Hydrolix bundle.json template from user-provided metadata.

2|1|Updated May 6, 2025
One-click install
npx skills add https://github.com/hydrolix/integration-deployment-templates --skill generate-bundle-json
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-bundle-json
Source: https://github.com/hydrolix/integration-deployment-templates/tree/main/.claude/skills/generate-bundle-json
Command: npx skills add https://github.com/hydrolix/integration-deployment-templates --skill generate-bundle-json

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly generate a complete bundle.json template for Hydrolix integration bundles, reducing setup time and ensuring consistent structure.

Core Features & Use Cases

  • Template generation: Produce a ready-to-use bundle.json with proper base_url, metadata, tables, and UI sections based on user inputs.
  • Guided inputs: Collects source name, bundle name, table name, maintainer email, dashboards count, summaries count, and optional shared functions to tailor the template.
  • Use Case: When starting a new Hydrolix integration, use this Skill to scaffold a correct bundle.json before wiring validations and dashboards.

Quick Start

To generate a bundle.json, provide:

  • Source name
  • Bundle name
  • Table name
  • Maintainer email
  • Number of dashboards
  • Number of summary tables
  • Shared functions (optional)

Then run the Skill to produce a complete bundle.json saved in the appropriate directory.

Frequently Asked Questions about generate-bundle-json

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

FAQPage Schema
How do I generate a Hydrolix bundle.json template for a new integration?

To generate a Hydrolix bundle.json template, provide the source name, bundle name, table name, maintainer email, dashboard count, and summary count. The Skill scaffolds a complete bundle.json with base_url, metadata, tables, and UI sections.

What is a bundle.json file used for in Hydrolix integration bundles?

A bundle.json file defines the structure for Hydrolix integration bundles, specifying base_url, dashboard paths, dependencies, metadata, tables, and UI structure. It serves as the foundational template for wiring validations and dashboards.

What metadata do I need to create a Hydrolix bundle.json?

Creating a Hydrolix bundle.json requires source name, bundle name, table name, maintainer email, number of dashboards, number of summary tables, and optional shared functions to tailor the generated template structure.

Can I include shared functions when generating a bundle.json scaffold?

Yes, you can include optional shared functions when generating a bundle.json scaffold. The Skill collects these alongside source, bundle, and table names to produce a tailored template ready for integration wiring.

Does the generated bundle.json include sections for dashboards and summaries?

Yes, the generated bundle.json includes UI sections for dashboards and summaries. You specify the number of dashboards and summary tables during input, and the template incorporates these into the final structure.

Why use a template generator for Hydrolix integration bundles instead of writing manually?

Using a template generator for Hydrolix integration bundles reduces setup time and ensures consistent structure across base_url, metadata, tables, and UI sections, preventing configuration errors before wiring validations and dashboards.