mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
- Install Biome as the project formatter and linter
- Configure Biome with recommended settings
- Add format, lint, and check scripts to package.json
- Restore CI workflow from git history (commit 0a543e1)
- Extend CI with new Biome job for format and lint checks
- Apply Biome formatting to all TypeScript files
- Fix linting issues (use node: protocol, template literals, forEach pattern)
CI now runs on:
- All pushes to main branch
- All pull requests
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
14 lines
818 B
JSON
14 lines
818 B
JSON
{
|
|
"version": "1.0.0",
|
|
"organization": "Supabase",
|
|
"date": "January 2026",
|
|
"abstract": "Comprehensive Postgres performance optimization guide for developers using Supabase and Postgres. Contains performance rules across 8 categories, prioritized by impact from critical (query performance, connection management) to incremental (advanced features). Each rule includes detailed explanations, incorrect vs. correct SQL examples, query plan analysis, and specific performance metrics to guide automated optimization and code generation.",
|
|
"references": [
|
|
"https://www.postgresql.org/docs/current/",
|
|
"https://supabase.com/docs",
|
|
"https://wiki.postgresql.org/wiki/Performance_Optimization",
|
|
"https://supabase.com/docs/guides/database/overview",
|
|
"https://supabase.com/docs/guides/auth/row-level-security"
|
|
]
|
|
}
|