Skip to main content
ClaudeWave
Skill113 repo starsupdated 12d ago

New Skill Proposal

This is a template for proposing new Claude Code skills to the data-engineering-skills repository. Use it when you want to suggest a structured workflow that Claude should follow for specific data engineering tasks, such as dbt transformations, Snowflake operations, or Airflow orchestration. The template guides contributors to define the skill's purpose, activation triggers, step-by-step procedures, common pitfalls to avoid, and concrete examples before implementation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/AltimateAI/data-engineering-skills /tmp/new-skill-proposal && cp -r /tmp/new-skill-proposal/.github/ISSUE_TEMPLATE/new_ ~/.claude/skills/new-skill-proposal
Then start a new Claude Code session; the skill loads automatically.

new_skill.md

## Skill Name

What should this skill be called?

## Category

- [ ] dbt
- [ ] Snowflake
- [ ] Airflow
- [ ] Other: ___

## Purpose

What workflow does this skill encode?

## Trigger Conditions

When should this skill activate? List keywords or patterns:

- ...
- ...

## Workflow Steps

What steps should Claude follow?

1. ...
2. ...
3. ...

## Common Mistakes to Prevent

What errors does this workflow help avoid?

- ...
- ...

## Example Task

**Task:** "..."

**Expected behavior with skill:**
...

## Willingness to Contribute

- [ ] I'd like to implement this skill myself
- [ ] I'd like help implementing this
- [ ] I'm just suggesting the idea