mock-data-generator

Generate realistic fixtures and factories for mock data creation.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill mock-data-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mock-data-generator
Source: https://github.com/cornmanwtf/ABANG-COLEK/tree/main/skills/codegen-scaffolding/mock-data-generator
Command: npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill mock-data-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of realistic mock data, essential for testing and development, saving significant time and effort in setting up development environments.

Core Features & Use Cases

  • Fixture Generation: Create sample data that mimics real-world scenarios.
  • Factory Creation: Define patterns for generating dynamic test data.
  • Use Case: Developers can use this skill to quickly generate a database of user profiles, product listings, or transaction records for testing new features without relying on live data.

Quick Start

Use the mock-data-generator skill to create 10 user fixtures with realistic names and email addresses.

Frequently Asked Questions about mock-data-generator

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

FAQPage Schema
How do I generate realistic mock data for unit testing?

To generate realistic mock data for unit testing, you can use this skill to automate the creation of sample data that mimics real-world scenarios. It dynamically produces user profiles, product listings, or transaction records for your development environment.

What is the best way to create dynamic test data factories?

Creating dynamic test data factories is best handled by defining generation patterns that automatically produce realistic fixtures. This approach replaces relying on live data with dynamic, automated test data creation for integration testing and environment setup.

Do I need specific credentials to generate fixtures for integration testing?

Yes, you need credentials for required environments to generate fixtures for integration testing. The skill also requires CLI and SDK tooling for your specific target stack to properly generate and apply the mock data.

Can I use this to set up a database with sample user profiles and product listings?

Yes, you can use this skill to quickly set up a database with sample user profiles, product listings, or transaction records. It generates realistic fixtures that allow you to test new features without relying on live data sources.

What are the limitations when generating mock data for environment setup?

A key limitation when generating mock data for environment setup is the strict requirement for CLI and SDK tooling for the target stack, alongside valid credentials for required environments. Without these, the fixture generation process cannot execute.