Commit Graph

5 Commits

Author SHA1 Message Date
Pedro Rodrigues
f323d3b601 Add Biome formatter/linter and restore CI workflow (#6)
- Install Biome as the project formatter and linter
- Configure Biome with recommended settings
- Add format, lint, and check scripts to package.json
- Restore CI workflow from git history (commit 0a543e1)
- Extend CI with new Biome job for format and lint checks
- Apply Biome formatting to all TypeScript files
- Fix linting issues (use node: protocol, template literals, forEach pattern)

CI now runs on:
- All pushes to main branch
- All pull requests

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 08:28:49 +00:00
Pedro Rodrigues
a28867c5ff rewrite marketplace.json 2026-01-21 19:35:24 +00:00
Pedro Rodrigues
c63a5fa509 second reviewe 2026-01-21 16:32:52 +00:00
Pedro Rodrigues
6c42207a93 docs: add Claude Code plugin installation instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:59:54 +00:00
Pedro Rodrigues
34b421243c Add marketplace json (#5)
* feat: add marketplace.json for Claude Code plugin distribution

Add .claude-plugin/marketplace.json to enable distribution of the
postgres-best-practices skill as a Claude Code plugin.

Users can install via:
  /plugin marketplace add supabase/agent-skills
  /plugin install postgres-best-practices@supabase-postgres

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: add plugin.json manifest for postgres-best-practices skill

Add .claude-plugin/plugin.json inside the skill directory to properly
define this as a Claude Code plugin. This is required by the marketplace
specification - each plugin must have its own plugin.json manifest.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: update marketplace name and description for broader scope

- Rename marketplace from supabase-postgres to supabase-plugins
- Update description to reflect this as the official Supabase agent skills repo

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* minor fixes

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:54:32 +00:00