Add snowflake-cortex-code plugin (#1671)

This commit is contained in:
Bryan Thompson 2026-05-01 14:42:50 -05:00 committed by GitHub
parent 69fc2571cd
commit 8f221ca1e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1808,6 +1808,22 @@
}, },
"homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main" "homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main"
}, },
{
"name": "snowflake-cortex-code",
"description": "Automatically route Snowflake prompts from Claude Code to Cortex Code for execution. Provides slash commands for code review and task delegation, plus skills for routing, run, and setup.",
"author": {
"name": "Snowflake"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/Snowflake-Labs/snowflake-ai-kit.git",
"path": "plugins/cortex-code",
"ref": "main",
"sha": "28192345cae4a758a909f5e510e24fea10666400"
},
"homepage": "https://docs.snowflake.com/en/user-guide/cortex-code"
},
{ {
"name": "sonarqube", "name": "sonarqube",
"description": "Automatically enforce SonarQube code quality and security in the agent coding loop — 7,000+ rules, secrets scanning, agentic analysis, and quality gates across 40+ languages. PostToolUse hooks run analysis after every file edit. Pre-tool secrets scanning prevents 450+ patterns from reaching the LLM. Slash commands give on-demand access to quality gate status, coverage, duplication, and dependency risks. Includes SonarQube CLI, MCP Server, skills, hooks, and slash commands.", "description": "Automatically enforce SonarQube code quality and security in the agent coding loop — 7,000+ rules, secrets scanning, agentic analysis, and quality gates across 40+ languages. PostToolUse hooks run analysis after every file edit. Pre-tool secrets scanning prevents 450+ patterns from reaching the LLM. Slash commands give on-demand access to quality gate status, coverage, duplication, and dependency risks. Includes SonarQube CLI, MCP Server, skills, hooks, and slash commands.",