Skip to content

Commit 0a6b91f

Browse files
committed
Add Snowflake Skills License and update licensing in README and skill frontmatter
1 parent 1c71611 commit 0a6b91f

5 files changed

Lines changed: 30 additions & 1 deletion

File tree

LICENSE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Snowflake Skills License
2+
3+
© 2026 Snowflake Inc. All rights reserved.
4+
5+
**LICENSE:** Use of these materials (including all code, prompts, assets, files, and other components of these skills (collectively, "Skills")) is governed by your agreement with Snowflake for the Service. If no separate agreement exists, use is governed by Snowflake's [Terms of Service](https://www.snowflake.com/en/legal/terms-of-service/).
6+
7+
Your applicable agreement is referred to as the "Agreement." "Service" is as defined in the Agreement.
8+
9+
**ADDITIONAL RESTRICTIONS:** Notwithstanding anything in the Agreement to the contrary, you may not:
10+
11+
- Extract from the Service or retain copies of the Skills outside use with the Service;
12+
- Reproduce or copy the Skills, except for temporary copies created automatically during authorized use of the Service;
13+
- Create derivative works based on the Skills;
14+
- Distribute, sublicense, or transfer the Skills to any third party;
15+
- Make, offer to sell, sell, or import any inventions embodied in the Skills; nor,
16+
- Reverse engineer, decompile, or disassemble the Skills.
17+
18+
The receipt, viewing, or possession of the Skills does not convey or imply any license or right beyond those expressly granted above.
19+
20+
Snowflake retains all rights, title, and interest in the Skills, including all copyrights, trademarks, patents, and all other applicable intellectual property rights.
21+
22+
THE SKILLS ARE PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SKILLS OR THE USE OR OTHER DEALINGS IN THE SKILLS.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,8 @@ To update later: `claude plugin update cortex-code`
162162

163163
## License
164164

165-
Apache 2.0 — see [LICENSE](LICENSE).
165+
Copyright (c) Snowflake Inc. All rights reserved.
166+
167+
The skills in this project are licensed under the [Snowflake Skills License](LICENSE.md).
168+
169+
All other content is licensed under the [Apache 2.0 license](LICENSE).

plugins/cortex-code/skills/cortex-router/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: cortex-router
33
description: Auto-routing skill loaded by the prompt filter hook. Routes Snowflake-related operations to Cortex Code CLI. Not for direct invocation — use $cortex-run instead.
4+
license: Proprietary. See LICENSE.md for complete terms
45
user-invocable: false
56
metadata:
67
author: Snowflake Integration Team

plugins/cortex-code/skills/cortex-run/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: cortex-run
33
description: ONLY load this skill when the user explicitly types $cortex-run or /cortex-run. NEVER load this skill from auto-routing hooks or keyword matching. For auto-routed prompts, use cortex-code:cortex-router instead.
4+
license: Proprietary. See LICENSE.md for complete terms
45
user-invocable: true
56
metadata:
67
author: Snowflake

plugins/cortex-code/skills/cortex-setup/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: cortex-setup
33
description: Install Snowflake CLI and Cortex Code CLI. Use when cortex is not installed, when the user asks to set up Cortex Code, or when routing fails because the CLI is missing. Triggers: setup cortex, install cortex, cortex not found, CLI not installed, set up snowflake.
4+
license: Proprietary. See LICENSE.md for complete terms
45
---
56

67
# Cortex Code Setup

0 commit comments

Comments
 (0)