listing-objects

List catalog objects and return structured JSON with references and definitions.

3|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/accelerate-data/migration-utility --skill listing-objects
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: listing-objects
Source: https://github.com/accelerate-data/migration-utility/tree/main/skills/listing-objects
Command: npx skills add https://github.com/accelerate-data/migration-utility --skill listing-objects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only catalog viewer that surfaces the current state of the migration catalog, enabling quick inspection of objects, types, and their references without running migrations.

Core Features & Use Cases

  • List objects by type (sources, seeds, procedures, views, or functions) and see key metadata.
  • Show detailed state for a single object, including parameters, refs, and analysis when available.
  • Explore cross-object references to support impact analysis and debugging during migrations.

Quick Start

Inspect the catalog by listing all objects or querying a specific object to retrieve its current state.

Frequently Asked Questions about listing-objects

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

FAQPage Schema
How do I list dbt catalog objects and their current state?▼

To list dbt catalog objects, you query by type such as sources, seeds, procedures, or views to retrieve key metadata and their current state. It returns structured JSON outputs for objects, references, and definitions to support downstream tooling.

What is the best way to view catalog references for migration analysis?▼

Viewing catalog references for migration analysis is done by exploring cross-object references to support impact analysis and debugging. It surfaces dependencies between catalog objects without running migrations.

Can I inspect a single dbt object's parameters and refs without running a migration?▼

Yes, you can inspect a single dbt object without running a migration. It shows detailed state for the object, including parameters, refs, and analysis when available, providing a complete snapshot.

Does this catalog viewer support ad-hoc debugging sessions?▼

The catalog viewer supports ad-hoc debugging sessions by applying read-only inspection to the current catalog state. It enables quick examination of objects, types, and references to isolate issues.

What catalog object types can I retrieve metadata for?▼

You can retrieve metadata for catalog object types including sources, seeds, procedures, views, and functions. Listing objects by type surfaces key metadata for each category.