naming-tagging-standards

Enforce naming conventions, comment formats, and governed tags across data assets.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill naming-tagging-standards-prashsub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naming-tagging-standards
Source: https://github.com/prashsub/vibe_coding_lakehouse_starter_repo/tree/main/data_product_accelerator/skills/common/naming-tagging-standards
Command: npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill naming-tagging-standards-prashsub

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enforces consistent naming conventions, comment formats, and tagging standards across all data assets, ensuring clarity, discoverability, and effective governance.

Core Features & Use Cases

  • Enforces Naming Conventions: Ensures snake_case, correct prefixes (dim_, fact_), and approved abbreviations.
  • Standardizes Comments: Implements dual-purpose comment formats for tables and columns, providing both business and technical context.
  • Config-Aware Tagging: Scans for customer tagging standards in any format, derives smart defaults, and applies PII classification tags.
  • Use Case: Automatically apply team, cost_center, and PII tags to all new tables and jobs, ensuring compliance and cost allocation accuracy.

Quick Start

Ensure all new tables and columns adhere to the defined naming, comment, and tagging standards.

Frequently Asked Questions about naming-tagging-standards

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

FAQPage Schema
How do I enforce naming conventions and tagging standards in Databricks?

Enforcing naming conventions and tagging standards in Databricks involves applying snake_case rules, approved prefixes like dim_ and fact_, and config-aware tags. This ensures enterprise-wide consistency for data governance and discoverability across all project assets.

How do I automatically classify PII columns in Databricks?

To automatically classify PII columns in Databricks, use Databricks Data Classification system governed tags. PII is always inferred directly from column names combined with any customer declarations, ensuring accurate compliance tagging without manual intervention.

What's the best way to apply cost_center and team tags to new tables?

The best way to apply cost_center and team tags to new tables is using config-aware tagging standards. The system scans context for customer tagging standards in formats like YAML, CSV, or JSON, and derives smart defaults to ensure accurate cost allocation.

Can I use custom YAML or CSV files to define data governance tagging rules?

Yes, you can use custom YAML, CSV, Markdown, JSON, or TXT files to define data governance tagging rules. The system scans your context directory for these formats and derives meaningful smart defaults automatically when no standards are supplied.

How do I standardize comments for tables and columns for better data governance?

Standardize comments for tables and columns by implementing dual-purpose comment formats that provide both business and technical context. This applies to tables, columns, table-valued functions, and metric views, ensuring clarity and effective governance.

What happens if I don't supply customer tagging standards for my data assets?

If you don't supply customer tagging standards for your data assets, the system derives meaningful smart defaults automatically. It scans the context directory for any existing formats and ensures tag consistency across all project assets using inferred rules.