From 5e27342d4aab6f94dd666e01755d8e2650e460b6 Mon Sep 17 00:00:00 2001 From: Pamela Chia Date: Thu, 29 Jan 2026 23:35:54 +0800 Subject: [PATCH] fix(marketplace): correct skills path to match folder name (#31) --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 739389c..4593091 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -14,7 +14,7 @@ "description": "Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.", "source": "./", "strict": false, - "skills": ["./skills/postgres-best-practices"] + "skills": ["./skills/supabase-postgres-best-practices"] } ] }