Daft daft-docs-navigation
Navigate Daft documentation. Invoke when user asks general questions about APIs, concepts, or examples, or wants to search the docs.
install
source · Clone the upstream repo
git clone https://github.com/Eventual-Inc/Daft
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Eventual-Inc/Daft "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/daft-docs-navigation" ~/.claude/skills/eventual-inc-daft-daft-docs-navigation && rm -rf "$T"
manifest:
.claude/skills/daft-docs-navigation/SKILL.mdsource content
Daft Docs Navigation
Navigate Daft's documentation for APIs, concepts, and examples.
Documentation Structure
- Live Site:
(Primary source, searchable).https://docs.daft.ai - Source Repo:
directory in the repository.docs/- If
is missing or empty, clone the repo:docs/git clone https://github.com/Eventual-Inc/Daft.git
- If
Key Locations in docs/
docs/- API Reference:
(e.g.,api/
for reading/writing).api/io.md - Optimization:
(e.g.,optimization/
).optimization/partitioning.md - Distributed:
(e.g.,distributed/
).distributed/ray.md - UDFs:
(e.g.,custom-code/
,func.md
).cls.md - Connectors:
(e.g., S3, Lance).connectors/ - Table of Contents:
.docs/SUMMARY.md
Usage
Search for API Usage:
grep_search(pattern='from_glob', path='docs/')
Browse Topics:
read(file_path='docs/SUMMARY.md')