From d4668e24d052c39f33cbf84868a9e3b2ed4cfea0 Mon Sep 17 00:00:00 2001 From: Alizain Feerasta Date: Sat, 10 Jan 2026 16:21:17 -0500 Subject: [PATCH] docs: add sk installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5718922..ab3408c 100644 --- a/README.md +++ b/README.md @@ -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.