Skip to main content
ClaudeWave
Skill102 estrellas del repoactualizado today

New Skill Proposal

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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