final final review

This commit is contained in:
Pedro Rodrigues
2026-01-21 17:10:04 +00:00
parent 22326104d3
commit 95dd3c3eb7
2 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ node_modules/
dist/ dist/
*.log *.log
.DS_Store .DS_Store
.claude

View File

@@ -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