Compare commits

...

4 Commits

Author SHA1 Message Date
Bryan Thompson
c98a4ba7c2 Add snowflake-cortex-code plugin 2026-05-01 13:29:39 -05:00
Tobin South
0742692199 Add crowdstrike-falcon-foundry plugin (#1648) 2026-04-29 09:18:27 -07:00
blois
e73e9a6257 Merge pull request #1636 from anthropics/pete/remove-transcript-examples-from-agents
Replace transcript-style agent examples with prose trigger descriptions
2026-04-28 16:04:44 -07:00
Bryan Thompson
5b643ee82a Update vanta-mcp-plugin plugin (#1637) 2026-04-28 21:35:16 +01:00

View File

@@ -560,6 +560,19 @@
"community-managed"
]
},
{
"name": "crowdstrike-falcon-foundry",
"description": "CrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, API integration, security patterns, and debugging workflows.",
"author": {
"name": "CrowdStrike"
},
"category": "security",
"source": {
"source": "url",
"url": "https://github.com/CrowdStrike/foundry-skills.git"
},
"homepage": "https://github.com/CrowdStrike/foundry-skills"
},
{
"name": "csharp-lsp",
"description": "C# language server for code intelligence",
@@ -1749,6 +1762,22 @@
},
"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",
"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.",
@@ -1963,8 +1992,7 @@
"category": "security",
"source": {
"source": "url",
"url": "https://github.com/VantaInc/vanta-mcp-plugin.git",
"sha": "46e5bebf0484f08fc4a3c4054437cf5ec06298c9"
"url": "https://github.com/VantaInc/vanta-mcp-plugin.git"
},
"homepage": "https://help.vanta.com/en/articles/14094979-connecting-to-vanta-mcp#h_887ce3f337"
},