data-importer
OfficialPopulate SQLite with Synnovator data.
AuthorH2OSLabs
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates importing Markdown data files that use YAML frontmatter from the .synnovator directory into a SQLite database via SQLAlchemy models. It enables test data population and migration of file-based content into relational storage.
Core Features & Use Cases
- Import .synnovator/*.md files (YAML frontmatter + Markdown body) into SQLite via SQLAlchemy models.
- Dependency-aware import order to ensure referential integrity during test data setup.
- Incremental imports to skip existing records and batch processing for performance.
- Use Case: initialize a dev/test database by importing sample data from .synnovator files and verify API endpoints with realistic data.
Quick Start
From project root, run: python scripts/cli.py import --source .synnovator --db data/synnovator.db --models backend/models
Dependency Matrix
Required Modules
PyYAMLSQLAlchemy
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: data-importer Download link: https://github.com/H2OSLabs/SynnovatorZero/archive/main.zip#data-importer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.