install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/issue-template-altimateai-data-engineering-ski-937255f9" ~/.claude/skills/majiayu000-claude-skill-registry-new-skill-proposal && rm -rf "$T"
manifest:
skills/data/issue-template-altimateai-data-engineering-ski-937255f9/SKILL.mdsource content
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?
- ...
- ...
- ...
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