Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.1.1](https://github.com/supabase/agent-skills/compare/v0.1.0...v0.1.1) (2026-05-06)


### Features

* Add initial PostgreSQL best practices rules ([#1](https://github.com/supabase/agent-skills/issues/1)) ([a1b0257](https://github.com/supabase/agent-skills/commit/a1b0257ec2133a30345fbde9e9865f40248e19f6))
* add instructions to check changelog ([#74](https://github.com/supabase/agent-skills/issues/74)) ([4bb13d8](https://github.com/supabase/agent-skills/commit/4bb13d858d19f1f848505a66f46fc9603fdcde95))
* add release-please tarball workflow ([#69](https://github.com/supabase/agent-skills/issues/69)) ([3e7fd16](https://github.com/supabase/agent-skills/commit/3e7fd16bf8cab06d3c24dc775a331e6effcba29a))
* add schema-constraints reference for safe migration patterns ([#30](https://github.com/supabase/agent-skills/issues/30)) ([9b236f3](https://github.com/supabase/agent-skills/commit/9b236f3ebd65d76a2c570f19931353da9c858d5a))
* add subdirectory support for reference files ([#18](https://github.com/supabase/agent-skills/issues/18)) ([5da9a5e](https://github.com/supabase/agent-skills/commit/5da9a5ee3797d8ce3532392af2230e05a257fff7))
* automate release flow with GitHub App, per-skill versions, and supabase-plugin dispatch ([#75](https://github.com/supabase/agent-skills/issues/75)) ([27838be](https://github.com/supabase/agent-skills/commit/27838beedccb3906b3eba157851265db5c8db549))
* instructions on exposing tables to the data api ([#71](https://github.com/supabase/agent-skills/issues/71)) ([f15a5a4](https://github.com/supabase/agent-skills/commit/f15a5a40779072a530c9e53c3f14ec4131118ea6))
* using Supabase agent skills ([#12](https://github.com/supabase/agent-skills/issues/12)) ([7c2e389](https://github.com/supabase/agent-skills/commit/7c2e3894fddfde8eb6c77d2a8921904543b9be7a))


### Bug Fixes

* add how to write a skill to agent.md ([#16](https://github.com/supabase/agent-skills/issues/16)) ([e5417d1](https://github.com/supabase/agent-skills/commit/e5417d1a90dc26a2541fe0f6fc8131263e83570b))
* add MIT license file ([#35](https://github.com/supabase/agent-skills/issues/35)) ([dfd956d](https://github.com/supabase/agent-skills/commit/dfd956df581f1715cd0b6d031700472c847d21b3))
* bump supabase skill to v0.1.1 and fix Data API broken link ([#72](https://github.com/supabase/agent-skills/issues/72)) ([5a6542e](https://github.com/supabase/agent-skills/commit/5a6542e08fc026d90c9a6a0f5a67749e9ceb9946))
* correct broken reference link in postgres best practices skill ([#58](https://github.com/supabase/agent-skills/issues/58)) ([f4e2277](https://github.com/supabase/agent-skills/commit/f4e22777fd8573537297b568c16e5a45a25927da))
* **marketplace:** correct skills path to match folder name ([#31](https://github.com/supabase/agent-skills/issues/31)) ([5e27342](https://github.com/supabase/agent-skills/commit/5e27342d4aab6f94dd666e01755d8e2650e460b6))
* require reference files at root of references/ directory ([#32](https://github.com/supabase/agent-skills/issues/32)) ([22e4669](https://github.com/supabase/agent-skills/commit/22e466937a34fe4f2c7d2d199599c7a76cbcf51f))
* test in temp dir to prevent repo pollution ([#65](https://github.com/supabase/agent-skills/issues/65)) ([42ffdee](https://github.com/supabase/agent-skills/commit/42ffdeee42ad70617fdbcaecb3d894ef6ad69e7b))
* update Data API doc link and bump supabase skill to v0.1.1 ([#73](https://github.com/supabase/agent-skills/issues/73)) ([e5f7a7c](https://github.com/supabase/agent-skills/commit/e5f7a7cfd697765848ffd6a4505f3c02e1ee17ee))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supabase-agent-skills",
"version": "0.0.0",
"version": "0.1.1",
"packageManager": "pnpm@10.33.0",
"author": "Supabase",
"license": "MIT",
Expand Down