From 527f31bbec91dd7bf53ac64ed369b0915589b326 Mon Sep 17 00:00:00 2001 From: Evan Frawley-Tsang Date: Tue, 18 Aug 2026 23:38:17 -0700 Subject: [PATCH 1/6] docs: update the Sift agent skill for the new MCP tools --- .../sift_cli/assets/skills/sift/SKILL.md | 98 +++++++++++++++---- 1 file changed, 81 insertions(+), 17 deletions(-) diff --git a/rust/crates/sift_cli/assets/skills/sift/SKILL.md b/rust/crates/sift_cli/assets/skills/sift/SKILL.md index de9eab083..b7fa14042 100644 --- a/rust/crates/sift_cli/assets/skills/sift/SKILL.md +++ b/rust/crates/sift_cli/assets/skills/sift/SKILL.md @@ -2,18 +2,21 @@ name: sift description: >- Use when working with Sift: ingesting or importing time-series data, - querying assets/runs/channels/users, exporting data, decimating or running - SQL over data, opening a view in the Sift Explore web app, writing code that - integrates with Sift, installing, updating, or diagnosing the Sift agent - integration, or looking up how Sift works in its product and API - documentation. Covers the Sift MCP server (started by `sift-cli mcp`), the - `sift-cli` itself, the Sift REST API over cURL, the Sift Python library - (`sift_client`), and the Sift Rust streaming library (`sift_stream`). + querying assets/runs/channels/users, managing calculated channels, rules, + user-defined functions, campaigns, tags, and metadata, exporting data, + decimating or running SQL over data, opening a view in the Sift Explore web + app, writing code that integrates with Sift, installing, updating, or + diagnosing the Sift agent integration, or looking up how Sift works in its + product and API documentation. Covers the Sift MCP server (started by + `sift-cli mcp`), the `sift-cli` itself, the Sift REST API over cURL, the Sift + Python library (`sift_client`), and the Sift Rust streaming library + (`sift_stream`). Triggers include phrases like "import this file into Sift", "stream data to Sift", "list assets/runs/channels", "runs I created", "runs a teammate created", "export a run", "query Sift", "graph", "plot", "visualize", "open in Explore", "write code to integrate with Sift", "how does X work in Sift", - "what does this endpoint do", or "look up the Sift API reference". + "what does this endpoint do", "list calculated channels", "preview a rule", + "review a campaign", "what tags exist", or "look up the Sift API reference". ---