Skip to content

Add ontology-stack-builder skill#6

Merged
sfc-gh-kmuir merged 1 commit into
Snowflake-Labs:mainfrom
sfc-gh-tjia:add-ontology-stack-builder
May 6, 2026
Merged

Add ontology-stack-builder skill#6
sfc-gh-kmuir merged 1 commit into
Snowflake-Labs:mainfrom
sfc-gh-tjia:add-ontology-stack-builder

Conversation

@sfc-gh-tjia
Copy link
Copy Markdown
Contributor

Summary

  • Adds the ontology-stack-builder Cortex Code skill to the community skills catalog
  • Generates the full Ontology-on-Snowflake stack (metadata tables, abstract views, semantic models, Cortex Agent) from any relational schema through a 7-phase gated workflow
  • Supports both Knowledge Graph path (KG_NODE/KG_EDGE) and Direct Table path
  • Includes OWL/RDF import and schema-first discovery starting points
  • Migrated from Snowflake-Solutions/cortex-code-skills production

Contents

  • SKILL.md — Full skill definition with Labs-format YAML frontmatter
  • LICENSE — Apache 2.0 (per-skill license)
  • README.md — Usage documentation and architecture overview
  • scripts/ — Python scripts for schema introspection, SQL generation, OWL parsing, visualization
  • references/ — SQL/YAML templates for generated artifacts
  • pyproject.toml — Python dependency management

Test plan

  • Verify SKILL.md frontmatter conforms to Labs template schema
  • Verify LICENSE is present and correct (Apache 2.0)
  • Verify no skill_evidence.yaml is included
  • Verify no specs/ directory is included
  • Install skill locally and confirm it loads in Cortex Code

@sfc-gh-tjia sfc-gh-tjia force-pushed the add-ontology-stack-builder branch 2 times, most recently from 96ff3a6 to 70c8d94 Compare May 6, 2026 01:44
Cortex Code skill that generates the full Ontology-on-Snowflake stack from any
relational schema through a 7-phase gated workflow. Builds metadata tables,
abstract views, semantic models, and a Cortex Agent in a single session.

Migrated from Snowflake-Solutions/cortex-code-skills production.
@sfc-gh-tjia sfc-gh-tjia force-pushed the add-ontology-stack-builder branch from 70c8d94 to 633b734 Compare May 6, 2026 01:51
@sfc-gh-kmuir sfc-gh-kmuir merged commit 1b83006 into Snowflake-Labs:main May 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants