mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
fix: use stop-and-ask phrasing for dashboard actions
The model cannot access the Supabase Dashboard directly, so instruct it to ask the user to perform dashboard actions instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,7 @@ git commit -m "Add profiles table migration"
|
||||
|
||||
## Workflow
|
||||
|
||||
1. Make changes in Supabase Dashboard (create tables, add columns, etc.)
|
||||
1. Stop and ask the user to make the desired schema changes in the Supabase Dashboard (create tables, add columns, etc.)
|
||||
2. Generate migration from diff:
|
||||
|
||||
```bash
|
||||
|
||||
@@ -81,7 +81,7 @@ const channel = supabase.channel('room:123', {
|
||||
| Pro (no spend cap) | 1,000 |
|
||||
| Team/Enterprise | 1,000+ |
|
||||
|
||||
Limits are configurable per project. Pro (no spend cap), Team, and Enterprise users can adjust limits in the Supabase Dashboard under Realtime Settings.
|
||||
Limits are configurable per project. For Pro (no spend cap), Team, and Enterprise users, stop and ask the user to adjust these limits in the Supabase Dashboard under Realtime Settings.
|
||||
|
||||
## Related
|
||||
|
||||
|
||||
Reference in New Issue
Block a user