create-data-collection

Register a new data collection in Stratio Governance from technical dictionary assets.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill create-data-collection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-data-collection
Source: https://github.com/Stratio/genai-agents/tree/main/shared-skills/create-data-collection
Command: npx skills add https://github.com/Stratio/genai-agents --skill create-data-collection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps data teams quickly register new technical domains by locating relevant tables and paths in the technical data dictionary and scaffolding a new data collection in Stratio Governance. It ensures alignment with existing metadata and prepares the container for subsequent semantic-layer work.

Core Features & Use Cases

  • Iterative dictionary search and selection of Table and Path assets to compose a new data collection.
  • Name and describe the collection using actual asset metadata, with pre-creation validation to avoid naming conflicts.
  • Warm the governance cache after creation so the collection is visible for the next steps like semantic-layer building.

Quick Start

Provide an initial seed or prompt to locate assets, then specify a collection name and description to create and register the data collection.

Frequently Asked Questions about create-data-collection

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

FAQPage Schema
How do I register a new technical domain in Stratio Governance?

To register a technical domain in Stratio Governance, you select Table and Path assets from the technical data dictionary, then provide a unique collection name using underscores and a short description to scaffold the data collection.

What is the best way to group tables and paths into a data collection?

The best way to group tables and paths is by iteratively searching the technical data dictionary, selecting the relevant assets, and naming the new data collection to align with your existing metadata before warming the governance cache.

Can I create a data collection without a naming convention?

No, creating a data collection requires a specific naming convention where the collection name uses underscores and contains no spaces, alongside a short description to ensure proper metadata registration.

Does the data collection creation process check for duplicate domain names?

Yes, the process validates uniqueness before creation by using list_domains to check existing technical domains, preventing naming conflicts when you register your new data collection.

Why warm the governance cache after creating a data collection?

Warming the governance cache after data collection creation ensures the newly registered technical domain is immediately visible and ready for subsequent semantic-layer building tasks.