test-data-generator

Installation
SKILL.md

Test Data Generator

Generate test data, fixtures, and mocks for testing.

Quick Start

Create a simple fixture:

const mockUser = {
  id: 1,
  name: 'Test User',
  email: 'test@example.com'
}

Instructions

Factory Functions

Installs
11
GitHub Stars
29
First Seen
Feb 4, 2026
test-data-generator — armanzeroeight/fastagent-plugins