snowflake-docs
Installation
SKILL.md
Snowflake Docs
Answer questions about Snowflake by searching the official documentation via the Cortex Knowledge Extension (CKE) Cortex Search service. If the CKE is not installed yet, install it automatically first.
When to Use
Load this skill for any Snowflake product, feature, or SQL question: syntax references, best practices, how-to guides, configuration, and troubleshooting.
Workflow
Step 1: Prerequisite check
Search the entire account for the CKE Cortex Search service:
SHOW CORTEX SEARCH SERVICES LIKE 'CKE_SNOWFLAKE_DOCS_SERVICE' IN ACCOUNT;
If it returns a result, note the database_name from the result row. Use this value as <CKE_DATABASE> and skip to Step 2.