From 95dd3c3eb7946288d72995893ba49c0749b3a210 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Wed, 21 Jan 2026 17:10:04 +0000 Subject: [PATCH] final final review --- .gitignore | 2 ++ README.md | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd6e803..0b9e140 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules/ dist/ *.log .DS_Store + +.claude diff --git a/README.md b/README.md index a5c7302..fd962b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # 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 @@ -71,6 +75,7 @@ Help me add proper indexes to this table Each skill contains: +- `.claude-plugin` - Exports the skills as a claude code plugin - `SKILL.md` - Instructions for the agent - `AGENTS.md` - Compiled rules document (generated) - `rules/` - Individual rule files