mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
docs: add Claude Code plugin installation instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "supabase-plugins",
|
"name": "supabase-agent-skills",
|
||||||
"owner": {
|
"owner": {
|
||||||
"name": "Supabase"
|
"name": "Supabase"
|
||||||
},
|
},
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -5,6 +5,21 @@ and scripts that extend agent capabilities.
|
|||||||
|
|
||||||
Skills follow the [Agent Skills](https://agentskills.io/) format.
|
Skills follow the [Agent Skills](https://agentskills.io/) format.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx skills add supabase/agent-skills
|
||||||
|
```
|
||||||
|
|
||||||
|
### Claude Code Plugin
|
||||||
|
|
||||||
|
You can also install the skills in this repo as Claude Code plugins
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/plugin marketplace add supabase/agent-skills
|
||||||
|
/plugin install postgres-best-practices@supabase-agent-skills
|
||||||
|
```
|
||||||
|
|
||||||
## Available Skills
|
## Available Skills
|
||||||
|
|
||||||
### postgres-best-practices
|
### postgres-best-practices
|
||||||
@@ -31,12 +46,6 @@ across 8 categories, prioritized by impact.
|
|||||||
- Monitoring & Diagnostics (Low-Medium)
|
- Monitoring & Diagnostics (Low-Medium)
|
||||||
- Advanced Features (Low)
|
- Advanced Features (Low)
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npx skills add supabase/agent-skills
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Skills are automatically available once installed. The agent will use them when
|
Skills are automatically available once installed. The agent will use them when
|
||||||
|
|||||||
Reference in New Issue
Block a user