faker-vi-recipes

Generate Vietnamese seed data with locale-aware formatting using Faker VI.

32|13|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/nghiahsgs/taw-kit --skill faker-vi-recipes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: faker-vi-recipes
Source: https://github.com/nghiahsgs/taw-kit/tree/main/skills/faker-vi-recipes
Command: npx skills add https://github.com/nghiahsgs/taw-kit --skill faker-vi-recipes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates realistic Vietnamese seed data for development and testing, helping avoid real PII and speeding up seed workflows for apps and databases.

Core Features & Use Cases

  • Vietnamese name generation with locale-specific pools (last/middle/first name logic)
  • Vietnamese addresses and phone numbers with region-aware formatting
  • VND amounts and currency formatting suitable for storefronts
  • Product categories and fake product data for catalogs
  • Safe seed recipes suitable for development, staging, and demo datasets
  • Trigger phrases (EN + VN) to activate seeded data generation: "faker vi", "seed tieng viet", "data gia vn"

Quick Start

Generate a batch of 100 Vietnamese seed records for users and products.

Frequently Asked Questions about faker-vi-recipes

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

FAQPage Schema
How do I generate realistic Vietnamese seed data for testing environments?

You generate realistic Vietnamese seed data by using locale-aware Faker VI pools in a Node.js runtime to create user profiles, addresses, and phone numbers with region-specific formatting for test environments.

Can I generate VND currency amounts and Vietnamese product catalogs with Faker?

Yes, you can generate VND currency amounts and fake product catalogs by applying custom Vietnamese data pools to produce storefront-ready datasets for development and staging.

Does Faker VI require the @faker-js/faker library and Node.js to run?

Yes, generating Vietnamese seed data requires the @faker-js/faker library and a Node.js runtime to execute the seedable configuration and produce deterministic test datasets.

How do I ensure deterministic results when generating Vietnamese test datasets?

You ensure deterministic results by using a seedable configuration within the Faker VI setup, which guarantees that the generated Vietnamese names and addresses remain consistent across runs.

What is the best way to avoid real PII in Vietnamese development databases?

The best way to avoid real PII is to populate development databases with generated Vietnamese user profiles that use safe @test domains and locale-specific name logic for secure testing.

What are the limitations of using custom Vietnamese data pools for seed generation?

The limitations of custom Vietnamese data pools include reliance on a small VN data pool for locale-specific generation, meaning highly specialized or niche regional data might not be fully represented in the output.