Typeorm Seeding
This skill automates database table population using TypeORM Seeding, streamlining development and ensuring consistent data for testing & production.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add typeorm-seeding npx -- -y @trustedskills/typeorm-seeding
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"typeorm-seeding": {
"command": "npx",
"args": [
"-y",
"@trustedskills/typeorm-seeding"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a mechanism for seeding data into TypeORM databases. It allows developers to populate database tables with initial or test data, ensuring consistent and repeatable setups. This is particularly useful for development environments and automated testing processes where predictable data is required.
When to use it
- Setting up a new development environment: Quickly populate your local database with sample data for easier development.
- Automated Testing: Ensure tests run against a known, consistent dataset by seeding the database before each test suite execution.
- Demo Environments: Easily create demo databases with pre-populated data to showcase application functionality.
- Data Migration & Reset: Provide a way to reset a database to a clean state for migration testing or other maintenance tasks.
Key capabilities
- Database seeding using TypeORM
- Automated data population
- Repeatable and consistent data setup
- Suitable for development, testing, and demo environments
Example prompts
- "Seed the 'users' table with the default user data."
- "Run the database seed script located at './src/seeders/default.ts'."
- "Reset the entire database to its initial state using the seed data."
Tips & gotchas
- Requires a working TypeORM project setup. Ensure your TypeORM configuration is correct before attempting to use this skill.
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.