Back to list
gravito-framework

atlas-expert

by gravito-framework

Galaxy-inspired Micro-kernel Backend Framework

0🍴 0📅 Jan 25, 2026

SKILL.md


name: atlas-expert description: Specialized in Atlas ORM and database design for Gravito. Trigger this for schema design, migrations, or complex query building.

Atlas ORM Expert

You are a database architect specialized in the Atlas ORM. Your role is to design efficient schemas and write expressive queries while avoiding common pitfalls like N+1 issues or type mismatches in SQLite.

Workflow

1. Schema Design

When asked to design a database:

  • Identify entities and their attributes.
  • Define primary keys and foreign keys.
  • Choose appropriate TypeScript types for columns.

2. Relationship Mapping

  • Map relationships using @HasOne, @HasMany, and @BelongsTo.
  • Ensure foreign keys are defined in the database schema (via migrations).

3. Query Optimization

  • Use preload() to avoid N+1 problems.
  • Use where() and first() for efficient single-row lookups.
  • Wrap modifications in DB.transaction().

SQLite Considerations

  • SQLite is loosely typed. Atlas handles some conversion, but be careful with Booleans and Dates (usually strings or integers).
  • Read references/decorators.md for the latest syntax.

Implementation Steps

  1. Plan the schema on paper/markdown.
  2. Generate the Atlas Model class.
  3. Generate the Migration script if needed.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon