feature: development workflows references#39
Merged
Rodriguespn merged 8 commits intofeature/supabase-skillfrom Feb 16, 2026
Merged
feature: development workflows references#39Rodriguespn merged 8 commits intofeature/supabase-skillfrom
Rodriguespn merged 8 commits intofeature/supabase-skillfrom
Conversation
Collaborator
Author
|
@sweatybridge commented on closed PR
|
397502e to
d097278
Compare
3fa27bb to
c97bee8
Compare
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
e26e56a to
a690112
Compare
5bf5ee3 to
3e05038
Compare
a690112 to
92568c3
Compare
92fcd19 to
6bb9a7c
Compare
Fix unclosed code block in SKILL.md Supabase Documentation section. Update dev-mcp-setup.md to remove security rule about restricting MCP features and add validation-compliant examples. Regenerate AGENTS.md files with new build system structure (H1 title, Overview section). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Restructures SKILL.md to load development guidance first, updates dev-cli-reference, dev-cli-vs-mcp, dev-getting-started, dev-local-workflow, and dev-mcp-tools references with corrected workflows and tool roles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
92568c3 to
e44bc05
Compare
Rodriguespn
added a commit
that referenced
this pull request
Feb 20, 2026
* rebase and house keeping * wip: cli developement guides * update agents.md * fix developement workflows * fix: update SKILL.md, dev-mcp-setup, and rebuild AGENTS.md files Fix unclosed code block in SKILL.md Supabase Documentation section. Update dev-mcp-setup.md to remove security rule about restricting MCP features and add validation-compliant examples. Regenerate AGENTS.md files with new build system structure (H1 title, Overview section). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: update SKILL.md, development references, and rebuild AGENTS.md Restructures SKILL.md to load development guidance first, updates dev-cli-reference, dev-cli-vs-mcp, dev-getting-started, dev-local-workflow, and dev-mcp-tools references with corrected workflows and tool roles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * minor changes to mcp setup guide * update agents.md --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 7 development reference files that define how agents should interact with Supabase instances — which tools to use, correct workflows for local and remote development, and clear boundaries between CLI, psql, MCP, and the SDK. Restructures
SKILL.mdto load development guidance first.Development References (7 files)
dev-getting-started.mddev-local-workflow.mddb reset, psql debugging, type generationdev-remote-workflow.mddev-cli-vs-mcp.mddev-cli-reference.mddev-mcp-setup.mddev-mcp-tools.mdTool Role Model
The references establish three distinct tool roles:
npx supabase) — all schema changes, project management, and deploymentpsql(local) / MCP (remote) — agent database access for debugging and inspection onlySchema changes always go through CLI migrations.
psqland MCP are never used for DDL or in application code.SKILL.md Restructuring
descriptionfield updated to trigger on development workflow context