Agent Plugins Marketplace
All plugins

coco-blueprints

v0.1.0

Snowflake Blueprint Manager bundled with Snowflake Cortex Code (CoCo).

Agent Plugins1 Skill

By Snowflake Inc.License: LicenseRef-CoCo-Bundled-Plugin-Permission0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/clssck/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/coco-blueprints/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/coco-blueprints/
├── plugin.json
└── skills/pipeline-plan-generator/SKILL.md

Included Skills1

pipeline-plan-generatorskills/pipeline-plan-generator/SKILL.md

This skill should be used when a Pipeline Planner answers file exists and the user wants to generate an implementation plan. Triggers: generate plan from answers, run plan generator, investigate sources, create implementation plan, pipeline plan generator, I have my answers file ready.

Plugin manifests1

plugins/coco-blueprints/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "coco-blueprints",
  "version": "0.1.0",
  "description": "Snowflake Blueprint Manager bundled with Snowflake Cortex Code (CoCo).",
  "author": {
    "name": "Snowflake Inc."
  },
  "homepage": "https://github.com/Snowflake-Labs/blueprint-manager",
  "repository": "https://github.com/clssck/agent-plugins",
  "license": "LicenseRef-CoCo-Bundled-Plugin-Permission",
  "keywords": [
    "coco",
    "snowflake",
    "blueprints",
    "platform"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[coco-blueprints on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coco-blueprints)