dict

Generates standardized dictionary filesGitHub Copilot and manages lifecycle for cloud and AI-powered applications.

14|5|Updated Jul 9, 2024
One-click install
npx skills add https://github.com/sail-sail/nest --skill dict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dict
Source: https://github.com/sail-sail/nest/tree/main/codegen/.github/skills/dict
Command: npx skills add https://github.com/sail-sail/nest --skill dict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and automates system and business dictionary configuration for database schemas, enabling consistent labeling and enum management across modules.

Core Features & Use Cases

  • Field declarations for system dictionaries and business dictionaries.
  • CSV-based import and detail wiring to initialize dictionaries across modules.
  • Use case: When modeling a new module, generate base_dict and detail entries with proper labels and tenant settings.

Quick Start

Create the SKILL.md with the required frontmatter, then generate and import the dictionary CSV files as shown.

Frequently Asked Questions about dict

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

FAQPage Schema
How do I automate database dictionary configuration for new modules?

Automate database dictionary configuration by declaring system and business dictionary fields, then generating base_dict and detail entries with proper labels and tenant settings for new modules.

Can I initialize database enums and dictionary structures using CSV files?

Yes, you can initialize database enums and dictionary structures using CSV-based import and detail wiring to populate base_dict entries across modules consistently.

What is the best way to standardize system and business dictionaries across database schemas?

Standardize system and business dictionaries across database schemas by enforcing explicit frontmatter metadata and a structured dictionary schema that includes CSV generation and deployment guidelines.

Do I need specific frontmatter metadata to manage dictionary schemas?

Yes, managing dictionary schemas requires explicit frontmatter metadata in the SKILL.md file to enforce structured configuration, CSV generation, and consistent labeling conventions.

How do I generate base_dict and detail entries with proper tenant settings?

Generate base_dict and detail entries with proper tenant settings by using field declarations for business dictionaries and importing the initialized CSV files during module modeling.

What are the limitations of using CSV-based initialization for database enums?

CSV-based initialization for database enums requires structured frontmatter metadata and strict adherence to deployment guidelines, limiting ad-hoc dictionary schema modifications without proper CSV generation.