Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agent/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Modular knowledge domains that agents can load on-demand. based on task context.

| Skill | Description |
| ----------------- | --------------------------- |
| `database-design` | Schema design, optimization |
| `database-design` | Schema design, architecture selection, ORM optimization, and migration procedures |
| `prisma-expert` | Prisma ORM, migrations |

### TypeScript/JavaScript
Expand Down Expand Up @@ -217,7 +217,7 @@ skill-name/

---

## Scripts (2)
## Scripts (2)
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heading has an extra space after ## (likely left over from removing the replacement character ). Consider changing ## Scripts (2) to a properly formatted heading (e.g., ## Scripts (2) or restore the intended emoji) so the section title renders/reads correctly.

Suggested change
## Scripts (2)
## Scripts (2)

Copilot uses AI. Check for mistakes.

Master validation scripts that orchestrate skill-level scripts.

Expand Down
2 changes: 1 addition & 1 deletion .agent/skills/database-design/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: database-design
description: Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
description: Expert guidance on database design, architecture selection (SQL/NoSQL/Serverless), ORM optimization (Prisma, Drizzle), schema normalization, indexing strategies, and safe migration procedures.
allowed-tools: Read, Write, Edit, Glob, Grep
---

Expand Down
Loading