Add preset-cli-skills plugin

This commit is contained in:
Bryan Thompson 2026-06-27 22:37:40 -05:00
parent 30a213f9b3
commit a08147c7be
No known key found for this signature in database
GPG Key ID: 1D66D91917EE02E6

View File

@ -2258,6 +2258,22 @@
"category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/pr-review-toolkit"
},
{
"name": "preset-cli-skills",
"description": "Preset CLI skills for explicit shell, scripting, and CI/CD workflows driven by the `sup` CLI (PyPI package `superset-sup`). Use only for CLI workflows; do not use for MCP-only work or as a substitute for direct API calls when the user wants HTTP/SDK code.",
"author": {
"name": "Preset"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/preset-io/agent-skills.git",
"path": "plugins/preset-cli-skills",
"ref": "master",
"sha": "f295567313d72a6f7d88be6b0962bc938878bc70"
},
"homepage": "https://www.preset.io"
},
{
"name": "prisma",
"description": "Prisma MCP integration for Postgres database management, schema migrations, SQL queries, and connection string management. Provision Prisma Postgres databases, run migrations, and interact with your data directly.",