Cortex Skills
  • Skills Directory
  • Categories
  • Docs
Add SkillBrowse Skills
  1. Home
  2. Skills Directory
  3. Embeddings
  4. skill-development
IntermediateEmbeddingsfeatured

skill-development

Create, document, or audit skills for Cortex Code.
Jump to Installation

Compatible with

Cortex

About this skill

Skill Development

Setup

Load SKILL_BEST_PRACTICES.md first.

Intent Detection

IntentTriggersLoad
CREATE"create skill", "new skill", "build skill"create-from-scratch/SKILL.md
SUMMARIZE"summarize session", "capture workflow", "turn into skill"summarize-session/SKILL.md
AUDIT"audit skill", "review skill", "improve skill"audit-skill/SKILL.md

Workflow

Load SKILL_BEST_PRACTICES.md
       ↓
Detect Intent → Route to sub-skill

Capabilities

  • Create: Build new skill with frontmatter, workflow, tools, checkpoints
  • Summarize: Extract session work into reusable, parameterized skill
  • Audit: Review skill against best practices, provide fixes

Strong Skill Domains

Cortex Code has native tooling and deep integration for these domains—prioritize building skills here:

Snowflake & Cortex

  • SQL execution: Direct query execution with intelligent statement parsing, automatic retry, and connection pooling
  • Cortex Analyst: Semantic model validation, natural language to SQL via REST API integration
  • Semantic views: Creation, debugging, optimization workflows with YAML schema checking
  • Object discovery: Semantic search for tables, views, schemas via Snowscope API
  • Artifact management: Create notebooks and files directly in Snowflake workspaces

dbt & Data Engineering

  • dbt workflows: Model creation, testing, documentation, lineage analysis (fdbt provides fast native parsing)
  • Data validation: Data diff tool for comparing query results
  • Pipeline orchestration: ETL/ELT patterns, schema migrations, data quality checks

SQL & Data Modeling

  • Complex SQL: Stored procedures, dollar-delimited blocks, nested queries with proper escaping
  • Schema design: Dimensional modeling, normalization patterns
  • Dynamic SQL generation: Parameterized queries, templated transformations

Output

Skills following standard structure:

---
name: skill-name
description: "Purpose + triggers"
---
# Title
## Workflow
## Stopping Points
## Output

Installation

Install using the Cortex CLI:

bash
$cortex skill install skill_development

Requires Cortex CLI v2.0+. Install guide →

Repository Sources

Loading repository files...

SKILL.md Preview

SKILL.md
---
name: skill-development
description: "Create, document, or audit skills for Cortex Code. Use when: creating new skills, capturing session work as skills, reviewing skills. Triggers: create skill, build skill, new skill, summarize session, capture workflow, audit skill, review skill."
---

# Skill Development

## Setup

**Load** `SKILL_BEST_PRACTICES.md` first.

## Intent Detection

| Intent | Triggers | Load |
|--------|----------|------|
| CREATE | "create skill", "new skill", "build skill" | `create-from-scratch/SKILL.md` |
| SUMMARIZE | "summarize session", "capture workflow", "turn into skill" | `summarize-session/SKILL.md` |
| AUDIT | "audit skill", "review skill", "improve skill" | `audit-skill/SKILL.md` |

## Workflow

```
Load SKILL_BEST_PRACTICES.md
       ↓
Detect Intent → Route to sub-skill
```

## Capabilities

- **Create**: Build new skill with frontmatter, workflow, tools, checkpoints
- **Summarize**: Extract session work into reusable, parameterized skill
- **Audit**: Review skill against best practices, provide fixes

## Strong Skill Domains

Cortex Code has **native tooling and deep integration** for these domains—prioritize building skills here:

### Snowflake & Cortex
- **SQL execution**: Direct query execution with intelligent statement parsing, automatic retry, and connection pooling
- **Cortex Analyst**: Semantic model validation, natural language to SQL via REST API integration
- **Semantic views**: Creation, debugging, optimization workflows with YAML schema checking
- **Object discovery**: Semantic search for tables, views, schemas via Snowscope API
- **Artifact management**: Create notebooks and files directly in Snowflake workspaces

### dbt & Data Engineering
- **dbt workflows**: Model creation, testing, documentation, lineage analysis (`fdbt` provides fast native parsing)
- **Data validation**: Data diff tool for comparing query results
- **Pipeline orchestration**: ETL/ELT patterns, schema migrations, data quality checks

### SQL & Data Modeling
- **Complex SQL**: Stored procedures, dollar-delimited blocks, nested queries with proper escaping
- **Schema design**: Dimensional modeling, normalization patterns
- **Dynamic SQL generation**: Parameterized queries, templated transformations

## Output

Skills following standard structure:
```markdown
---
name: skill-name
description: "Purpose + triggers"
---
# Title
## Workflow
## Stopping Points
## Output
```

Tags

#skill_development

Related Skills

Browse all
v1.0.0

organization-management

cortex-community
Snowflake organization management — accounts, org users, org insights, org spending, org security, globalorgadmin. ORGANIZATION_USAGE views, cross-account analytics, org-wide metrics. Use when the user asks about: 30 day summary of my organization, 30-day summary, 30 day summary, accounts in my organization, list accounts, how many accounts, account editions, account regions, account inventory, organization users, organization user groups, executive summary of my org, org overview, org spending, org cost, org security posture, org reliability, org auth posture, org hub, org usage views, trust center, MFA readiness, login failures, warehouse credits, storage trends, edition distribution, who has globalorgadmin, what is globalorgadmin, globalorgadmin role, orgadmin role, organization administrator, org admin, enable orgadmin, disable orgadmin, org admin permissions, account admins, ORGANIZATION_USAGE, org-level, cross-account, org-wide.
#organization-management
Cortex
5015.0k
2 hours ago
v1.0.0

developing-with-streamlit

cortex-community
[REQUIRED] Use for ALL Streamlit tasks: creating, editing, debugging, beautifying, styling, theming, optimizing, or deploying Streamlit applications. Also required for building custom components (inline or packaged), using st.components.v2, or any HTML/JS/CSS component work. Triggers: streamlit, st., dashboard, app.py, beautify, style, CSS, color, background, theme, button, widget styling, custom component, st.components, packaged component, pyproject.toml, asset_dir, CCv2, HTML/JS component.
#developing-with-streamlit
Cortex
4824.3k
2 hours ago
v1.0.0

build-react-app

cortex-community
Build React/Next.js apps with Snowflake data. Use when: building dashboards, creating data apps, making analytics tools.
#build-react-app
Cortex
3751.5k
2 hours ago
v1.0.0

snowpark-python

cortex-community
[REQUIRED] Use for ALL requests related to deploying Snowpark Python scripts. Always load this skill first before handling any Snowpark Python deployment requests. Snowpark Python is Snowflake's Python API for data ingestion, transformation, user defined functions (UDF, UDAF, UDTF) and Python stored procedures (SP) deployment. Triggers: Snowpark, Python, UDF, Stored Procedure, snow snowpark CLI, Deploy.
#snowpark
Cortex
1893.7k
2 hours ago

Details

Stars208
Installs3.9k
Authorcortex-community
Versionv1.0.0
Updated2 hours ago
LicenseMIT
View Repository
quick install
$ cortex skill install skill_development