From test-data-generator
Generates realistic test data (users, products, orders, custom schemas) for populating databases, simulating behavior, or creating fixtures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/test-data-generator:test-data-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to generate realistic and diverse test data, streamlining software testing and development workflows. It leverages the test-data-generator plugin to produce data sets tailored to your specific needs, from user profiles to complex business transactions.
This skill empowers Claude to generate realistic and diverse test data, streamlining software testing and development workflows. It leverages the test-data-generator plugin to produce data sets tailored to your specific needs, from user profiles to complex business transactions.
This skill activates when you need to:
User request: "Generate 500 test users with realistic names, emails, and addresses."
The skill will:
User request: "Create product test data including name, description, price, and category for 100 different products."
The skill will:
This skill can be integrated with other plugins, such as database management tools, to directly populate databases with the generated test data. It can also be used in conjunction with API testing tools to generate realistic request payloads.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin test-data-generator