mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
chore: remove getting-started-locally references from SKILL.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -62,9 +62,6 @@ Reference files are named `{prefix}-{topic}.md` (e.g., `query-missing-indexes.md
|
|||||||
- `references/db-security-functions.md`
|
- `references/db-security-functions.md`
|
||||||
- `references/db-security-service-role.md`
|
- `references/db-security-service-role.md`
|
||||||
|
|
||||||
**Getting Started** (`getting-`):
|
|
||||||
- `references/getting-started-locally.md`
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*19 reference files across 11 categories*
|
*18 reference files across 11 categories*
|
||||||
@@ -31,13 +31,6 @@ curl -H "Accept: text/markdown" https://supabase.com/docs/<path>
|
|||||||
|
|
||||||
Reference the appropriate resource file based on the user's needs:
|
Reference the appropriate resource file based on the user's needs:
|
||||||
|
|
||||||
### Core Guides
|
|
||||||
|
|
||||||
| Area | Resource | When to Use |
|
|
||||||
| ----------------- | --------------------------------------- | -------------------------------------------------------- |
|
|
||||||
| Local Development | `references/getting-started-locally.md` | Local CLI workflow with npx, Docker setup |
|
|
||||||
|
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
| Area | Resource | When to Use |
|
| Area | Resource | When to Use |
|
||||||
@@ -49,4 +42,4 @@ Reference the appropriate resource file based on the user's needs:
|
|||||||
| Performance | `references/db-perf-*.md` | Indexes (BRIN, GIN), query optimization |
|
| Performance | `references/db-perf-*.md` | Indexes (BRIN, GIN), query optimization |
|
||||||
| Security | `references/db-security-*.md` | Service role key, security_definer functions |
|
| Security | `references/db-security-*.md` | Service role key, security_definer functions |
|
||||||
|
|
||||||
**CLI Usage:** Always use `npx supabase` instead of `supabase` for version consistency across team members. See `references/getting-started-locally.md` for the local development workflow.
|
**CLI Usage:** Always use `npx supabase` instead of `supabase` for version consistency across team members.
|
||||||
|
|||||||
Reference in New Issue
Block a user