mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
rewrite marketplace.json
This commit is contained in:
@@ -11,26 +11,12 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "postgres-best-practices",
|
"name": "postgres-best-practices",
|
||||||
"source": "./skills/postgres-best-practices",
|
|
||||||
"description": "Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
|
"description": "Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
|
||||||
"version": "1.0.0",
|
"source": "./",
|
||||||
"author": {
|
"strict": false,
|
||||||
"name": "Supabase"
|
"skills": [
|
||||||
},
|
"./skills/postgres-best-practices"
|
||||||
"category": "database",
|
]
|
||||||
"keywords": [
|
|
||||||
"postgres",
|
|
||||||
"postgresql",
|
|
||||||
"database",
|
|
||||||
"sql",
|
|
||||||
"performance",
|
|
||||||
"optimization",
|
|
||||||
"supabase",
|
|
||||||
"rls",
|
|
||||||
"indexing"
|
|
||||||
],
|
|
||||||
"repository": "https://github.com/supabase/agent-skills",
|
|
||||||
"license": "MIT"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ Help me add proper indexes to this table
|
|||||||
|
|
||||||
Each skill contains:
|
Each skill contains:
|
||||||
|
|
||||||
- `.claude-plugin` - Exports the skills as a claude code plugin
|
|
||||||
- `SKILL.md` - Instructions for the agent
|
- `SKILL.md` - Instructions for the agent
|
||||||
- `AGENTS.md` - Compiled rules document (generated)
|
- `AGENTS.md` - Compiled rules document (generated)
|
||||||
- `rules/` - Individual rule files
|
- `rules/` - Individual rule files
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "postgres-best-practices",
|
|
||||||
"description": "Postgres performance optimization and best practices from Supabase. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"author": {
|
|
||||||
"name": "Supabase",
|
|
||||||
"email": "support@supabase.com"
|
|
||||||
},
|
|
||||||
"category": "database",
|
|
||||||
"keywords": [
|
|
||||||
"postgres",
|
|
||||||
"postgresql",
|
|
||||||
"database",
|
|
||||||
"sql",
|
|
||||||
"performance",
|
|
||||||
"optimization",
|
|
||||||
"supabase",
|
|
||||||
"rls",
|
|
||||||
"indexing"
|
|
||||||
],
|
|
||||||
"repository": "https://github.com/supabase/agent-skills",
|
|
||||||
"license": "MIT"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user