Mock Generate
Quickly creates realistic mock data sets (text, numbers, dates) based on user prompts for testing and prototyping.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mock-generate npx -- -y @trustedskills/mock-generate
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mock-generate": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mock-generate"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The mock-generate skill allows you to generate mock data for various purposes, including testing and development. It can produce realistic-looking datasets based on specified schemas or patterns. This helps in creating test environments without relying on real production data and speeds up the prototyping process.
When to use it
- Testing applications: Generate sample user records, product listings, or transaction data for application testing.
- Populating development databases: Quickly create a database with realistic-looking data for developers to work with.
- Prototyping UI/UX designs: Populate mock interfaces with placeholder content to visualize and refine the user experience.
- Creating training datasets: Generate synthetic data for machine learning model training, especially when real data is scarce or sensitive.
Key capabilities
- Schema-based generation: Creates data based on provided schemas.
- Pattern definition: Allows users to define custom patterns for data generation.
- Data type support: Handles various data types like strings, numbers, dates, and booleans.
- Realistic data simulation: Aims to produce mock data that resembles real-world scenarios.
Example prompts
- "Generate 10 mock user records with a schema including name, email, and age."
- "Create a dataset of 5 product listings with random descriptions and prices."
- "Give me some sample transaction data for the last month, using this format: [date], [amount], [description]."
Tips & gotchas
The quality of generated mock data depends heavily on the accuracy and completeness of the provided schema or patterns. Ensure your schemas are well-defined to avoid generating unrealistic or unusable data.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.