chore: remove getting-started-locally references from SKILL.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Pedro Rodrigues
2026-01-30 14:16:39 +00:00
parent 05cc2b1a1a
commit b6359f72f8
2 changed files with 2 additions and 12 deletions

View File

@@ -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*

View File

@@ -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.