faker
Use when writing Vague (.vague) files that need realistic test data using faker generators for names, emails, addresses, dates, and more
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when writing Vague (.vague) files that need realistic test data using faker generators for names, emails, addresses, dates, and more
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when writing Vague (.vague) files - a declarative language for generating realistic test data with superposition, constraints, and cross-references
Use when working with JSON Schema for validation, including draft-07, 2019-09, and 2020-12 specifications
Use when adding syntax highlighting for custom languages to Prism.js, used by Docusaurus and many documentation sites
Use when configuring Spectral for API linting, creating custom rulesets, and validating OpenAPI or AsyncAPI specifications
Use when developing TypeScript npm packages including tsconfig, package.json exports, dual CJS/ESM builds, and publishing
Use when writing or modifying Vitest tests to follow best practices for test structure, assertions, mocking, and coverage
| name | faker |
| description | Use when writing Vague (.vague) files that need realistic test data using faker generators for names, emails, addresses, dates, and more |
schema User {
id: uuid()
name: fullName()
email: email()
phone: phone()
city: city()
}
faker. prefix needed)faker.module.method() for less common generatorsuuid(), email(), phone(), firstName(), lastName(), fullName(), companyName(), city(), country(), countryCode(), zipCode(), streetAddress(), url(), avatar(), iban(), currencyCode(), pastDate(), futureDate(), recentDate(), sentence(), paragraph()
schema Employee {
title: faker.person.jobTitle()
bio: faker.lorem.sentences(3)
cardNumber: faker.finance.creditCardNumber()
}
For complete generator list: references/generators.md