data-standard

Apply Korean public data standard terminology and naming conventions to database artifacts.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology --skill data-standard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-standard
Source: https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology/tree/main/skills/data-standard
Command: npx skills add https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology --skill data-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that database tables, entity classes, and SQL code adhere to a consistent and standardized naming convention, improving code readability and maintainability.

Core Features & Use Cases

  • Standard Terminology Application: Automatically applies standard English abbreviations for database column names, table names, and variable names based on Korean public data standards.
  • Domain Rule Compliance: Enforces rules for suffixes, table prefixes, and data type mapping according to defined domains.
  • Forbidden Word Prevention: Prevents the use of prohibited words and suggests synonyms.
  • Use Case: When creating a new database table for customer information, this Skill will guide you to name columns like CSTMR_NM for customer name and REG_DT for registration datetime, ensuring consistency with the public data standard.

Quick Start

Use the data-standard skill to apply the public data standard terminology when writing database table definitions.

Frequently Asked Questions about data-standard

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

FAQPage Schema
How do I standardize database naming conventions for SQL DDL and JPA entities?

To standardize database naming conventions, this Skill applies public data terminology to SQL DDL, JPA entities, and migration files. It automatically enforces standard English abbreviations and domain rules for table and column names.

What are the standard English abbreviations for database column names based on Korean public data standards?

The standard English abbreviations for database column names include patterns like CSTMR_NM for customer name and REG_DT for registration datetime. These abbreviations align database artifacts with Korean public data terminology.

Can I use this to enforce data type mappings and table prefixes in ORM entities?

Yes, you can enforce data type mappings and table prefixes in ORM entities. The Skill applies domain rules to ORM entities, DTOs, and VOs, ensuring schema definitions comply with the specified data standardization.

How do I prevent forbidden words and find synonyms when writing database schema definitions?

To prevent forbidden words in database schema definitions, the Skill detects prohibited terms and suggests synonyms. This ensures code readability and maintainability while maintaining compliance with domain rules.

Does this support generating migration files that follow public data standard terminology?

Yes, it supports generating migration files that follow public data standard terminology. The Skill processes database artifacts including migration files to enforce consistent naming conventions and standard English abbreviations across your codebase.