Skip to content
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide
```

Or install the skills with [sk](https://github.com/803/skills-supply) on any coding agent:

```bash
sk pkg add claude-plugin pg@timescale/pg-aiguide
sk sync
```

This plugin uses the skills available in the `skills` directory as well as our
publicly available MCP server endpoint hosted by TigerData for searching PostgreSQL documentation.

Expand Down