fix(marketplace): correct skills path to match folder name (#31)

This commit is contained in:
Pamela Chia
2026-01-29 23:35:54 +08:00
committed by GitHub
parent c29e9dd8e0
commit 5e27342d4a

View File

@@ -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"]
}
]
}