Seed Database

SkillDatabases & data

Seed the local development database with fixture data (org, user, models, subscription). Use when you need test data or login credentials.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Seed Database skill

What this skill tells your AI

The instructions your AI receives, as published by ayunis-core/ayunis-core in .claude/skills/seed-database/SKILL.md and read by ahel’s review.

Populate the local dev database with minimal fixture data for development and testing.

Commands

Run from ayunis-core-backend/:

CommandDescription
pnpm run seed:minimal:tsUpsert fixture data (idempotent — skips existing rows)
pnpm run seed:clean:tsTruncate all tables first, then seed

The :ts variants run from source; the non-:ts variants run from dist/ (requires a build).

What Gets Seeded

Defined in src/db/fixtures/minimal.fixture.ts:

EntityKey values
OrgDemo Org
Useradmin@demo.local / admin — Admin + Super Admin, email verified
Language modeleu.anthropic.claude-sonnet-4-6 (Bedrock) — streaming, tools, vision
Embedding modeltext-embedding-3-large (OpenAI) — 1536 dimensions
Subscription5 seats, €10/seat, monthly renewal
Permitted modelsLanguage model (default), embedding model

Default Login Credentials

Email:    admin@demo.local
Password: admin

Prerequisites

The database must be running. Check with:

./dev status

If infrastructure isn't up, see the dev-environment skill.

Signals

GitHub stars
33
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
seed-database
Source
github.com/ayunis-core/ayunis-core