From 461ef4c43589c6ca68176c180fd04f2755c9f036 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Thu, 23 Apr 2026 13:43:01 -0700 Subject: feat: Add skill discovery, loading, and invocation (#3444) Adds a skills system that lets users define reusable LLM instructions as `SKILL.md` files with YAML frontmatter. --- crates/atuin-ai/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/atuin-ai/Cargo.toml') diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml index 167b625c..90e64b2a 100644 --- a/crates/atuin-ai/Cargo.toml +++ b/crates/atuin-ai/Cargo.toml @@ -63,6 +63,7 @@ shellexpand = { workspace = true } imara-diff = { workspace = true } xxhash-rust = { workspace = true } vt100 = { workspace = true } +yaml-rust2 = "0.11" tempfile = { workspace = true } chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.3.1