db
One dashboard for all your AI assistants
Install / Use
npx skills add ClawForgeAI/clawforgeInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
Data & AnalyticsSupported Platforms
Skill content
View source on GitHubDatabase Operations
Run database operations for the ClawForge server package.
Available operations:
- generate: Generate a new migration from schema changes
- migrate: Apply pending migrations (dry-run first)
- seed: Seed the database with default admin user
- studio: Open Drizzle Studio visual browser
- status: Show current migration state
- dry-run: Preview pending migrations without applying
- rollback-plan: Show rollback SQL for the latest migration
Instructions
Ask the user which operation they want to run if not specified in: $ARGUMENTS
For generate:
- Check
server/src/db/schema.tsfor recent changes - Run
pnpm --filter @ClawForgeAI/clawforge-server db:generate - Review the generated SQL in
server/src/db/migrations/ - Report what tables/columns were affected
For migrate:
- First run dry-run to preview:
cd server && npx tsx --env-file=.env src/db/migrate.ts --dry-run - Show the user what will be applied
- Only apply if user confirms:
pnpm --filter @ClawForgeAI/clawforge-server db:migrate
For seed:
- Run
pnpm --filter @ClawForgeAI/clawforge-server db:seed - Confirm seed completed (default credentials: admin@clawforge.local / clawforge)
For studio:
- Run
pnpm --filter @ClawForgeAI/clawforge-server db:studio
For status:
- Run
cd server && npx tsx --env-file=.env src/db/migrate.ts --status
For dry-run:
- Run
cd server && npx tsx --env-file=.env src/db/migrate.ts --dry-run
For rollback-plan:
- Run
cd server && npx tsx --env-file=.env src/db/migrate.ts --rollback-plan - Review the generated rollback SQL and any warnings about manual steps
Related Skills
caveman
107.4k🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.5kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
84.8kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Understand-Anything
83.8kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Security Score
Audited on Sep 10, 2026
