Add Snowflake skills: 25 best-practice rules, 4 domain skills, build harness#1
Open
jamescha-earley wants to merge 1 commit intoSnowflake-Labs:mainfrom
Open
Add Snowflake skills: 25 best-practice rules, 4 domain skills, build harness#1jamescha-earley wants to merge 1 commit intoSnowflake-Labs:mainfrom
jamescha-earley wants to merge 1 commit intoSnowflake-Labs:mainfrom
Conversation
…harness New skills: - snowflake-best-practices: 25 rules covering warehouse sizing, clustering, query optimization, data loading, semi-structured data, types, and cost management — each with incorrect/correct SQL examples - dynamic-tables: pipeline patterns, incremental refresh, troubleshooting - cortex-ai-functions: AI_COMPLETE, AI_EXTRACT, AI_CLASSIFY, embeddings - snowpark-python: DataFrames, UDFs, stored procedures, deployment - snowflake-postgres: Snowflake Postgres instance management and pg_lake Build tooling (packages/snowflake-best-practices-build): - parser.py, validate.py, build.py: parse, validate, compile rules to AGENTS.md - validate_sql.py: SQL syntax checking for rule examples - verify_docs.py: documentation reference freshness tracking - verified_facts.json: timestamp manifest for doc verification CI/CD: - validate-pr.yml: rule validation, AGENTS.md drift check, doc verification - validate-rules.sh: rule file structure validation script All 25 rules verified against current Snowflake documentation (March 2025). .... Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dynamic-tables,cortex-ai-functions,snowpark-python,snowflake-postgres— complete SKILL.md files following the agentskills.io standardpackages/snowflake-best-practices-build): parser, validator, AGENTS.md compiler, SQL syntax checker, and documentation reference freshness trackerRule categories (25 total)
Test plan
npx skills add Snowflake-Labs/agent-skillsdiscovers all 6 skills (5 new + existing)validate.pystructural checksbuild.pyregenerates AGENTS.md without driftverify_docs.pyconfirms all doc references resolve.... Generated with Cortex Code