CtrlK
BlogDocsLog inGet started
Tessl Logo

datachain

github.com/datachain-ai/datachain

SkillAddedReview
datachain-knowledge

src/datachain/skill/knowledge/SKILL.md

Use whenever datasets, cloud storage buckets, or data pipelines are mentioned — creating, saving, querying, listing, exploring, deleting, or processing data in S3, GCS, Azure Blob, or local storage. Also use when running any script that may create datasets as a side effect. Maintains a knowledge base at dc-knowledge/ (JSON + markdown). ALWAYS use this skill when the user creates a dataset, saves pipeline output, runs a data script, or references any storage bucket.

74

datachain-jobs

src/datachain/skill/jobs/SKILL.md

Use when asked about Studio job analytics — compute hours, user spend, failure rates, cost estimation, cluster usage. Generates and maintains dc-knowledge/jobs/index.md.

75

datachain-core

src/datachain/skill/core/SKILL.md

Use ONLY for abstract DataChain SDK questions — API usage, method signatures, or code patterns — when no specific dataset or bucket is referenced. If the request mentions creating, saving, listing, exploring datasets or buckets, use datachain-knowledge instead.

68