feat(skills): package 2 Supabase skills - #503
Merged
Merged
Conversation
Packages 2 skills from supabase/agent-skills (MIT) into Dockyard, pinned to upstream commit 3e7fd16 (main as of 2026-04-19). - supabase — full product skill (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); RLS-by-default security checklist, migrations workflow, CLI and MCP troubleshooting - supabase-postgres-best-practices — Postgres performance and schema rules across 8 categories (query, connection, RLS, schema, locking, data, monitoring, advanced) MCP dependency: the `supabase` skill references the Supabase MCP server for optional `search_docs`, `execute_sql`, `get_advisors` tool calls, with fetch-URL and CLI fallbacks documented. The Supabase MCP server IS packaged in the toolhive catalog (registries/*/servers/supabase) and in dockyard (npx/supabase-mcp-server), so the dependency is satisfied. Security allowlists: - Both carry MANIFEST_MISSING_LICENSE consistent with other vendor packs (upstream MIT at repo root; per-skill SKILL.md does not use SPDX identifier in the format the scanner expects). All 2 skills pass `task validate-skill` and `task scan-skill`. Refs #488 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🛡️ Skill Security Scan Results✅ supabase
✅ supabase-postgres-best-practices
Summary: Scanned 2 skill(s), all passed security checks. ✅ |
rdimitrov
approved these changes
Apr 20, 2026
4 tasks
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.
Packages 2 skills from
supabase/agent-skills(MIT), pinned to3e7fd16.Skills added
supabase— full product skill (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); RLS-by-default security checklist, migrations workflow, CLI and MCP troubleshootingsupabase-postgres-best-practices— Postgres performance and schema rules across 8 categoriesMCP dependency
The
supabaseskill references the Supabase MCP server (optional tool calls with documented fetch-URL/CLI fallbacks). The Supabase MCP server is packaged in the toolhive catalog (registries/*/servers/supabase) and in dockyard (npx/supabase-mcp-server), so the dependency is satisfied per skill-criteria.md.Security allowlists
Both carry
MANIFEST_MISSING_LICENSE(INFO) — upstream MIT at repo root;supabase-postgres-best-practicesdoes havelicense: MITin frontmatter but the scanner's SPDX check is kept allowlisted for consistency.Test plan
task validate-skillon both — all VALIDtask scan-skillpassesCloses #488