mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
final final review
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,3 +2,5 @@ node_modules/
|
|||||||
dist/
|
dist/
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
.claude
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
# Supabase Agent Skills
|
# Supabase Agent Skills
|
||||||
|
|
||||||
Agent Skills to help developers using AI agents with Supabase. Agent Skills are folders of instructions, scripts, and resources that agents like Claude Code, Cursor, Github Copilot, etc... can discover and use to do things more accurately and efficiently.
|
Agent Skills to help developers using AI agents with Supabase. Agent Skills are
|
||||||
|
folders of instructions, scripts, and resources that agents like Claude Code,
|
||||||
|
Cursor, Github Copilot, etc... can discover and use to do things more accurately
|
||||||
|
and efficiently.
|
||||||
|
|
||||||
The skills in this repo follow the [Agent Skills](https://agentskills.io/) format.
|
The skills in this repo follow the [Agent Skills](https://agentskills.io/)
|
||||||
|
format.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -71,6 +75,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user