skills/cass/SKILL.md
Search across all agent conversation history (Claude Code, Codex, Cursor, Gemini, Aider, ChatGPT). This skill should be used when looking for previous solutions, checking if a problem was solved before, or searching agent history. Triggers on "search history", "have I solved this before", "previous conversations", or "agent history".
npx skillsauth add szoloth/skills cassInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search across all agent conversation histories to find previous solutions before solving problems from scratch.
Never run bare cass - it launches an interactive TUI. Always use --robot or --json flags.
# Check index health
cass health
# Search across all histories
cass search "authentication error" --robot --limit 5
# View specific result
cass view /path/to/session.jsonl -n 42 --json
# Expand context around a line
cass expand /path/to/session.jsonl -n 42 -C 3 --json
# Feature discovery
cass capabilities --json
cass robot-docs guide
| Flag | Purpose |
|------|---------|
| --robot / --json | Machine-readable output (required!) |
| --fields minimal | Reduce payload size |
| --limit N | Cap result count |
| --agent NAME | Filter by agent (claude, codex, cursor, etc.) |
| --days N | Limit to recent N days |
content-media
Fetch transcripts from YouTube videos for summarization and analysis.
documentation
This skill should be used when reviewing or editing written drafts to ensure they match Sam's personal style guide. It prioritizes voice preservation and anti-beige detection while catching structural gaps. Triggers on requests to review, edit, or improve written content.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
development
Web search and content extraction using Brave Search. Use when researching topics, finding documentation, extracting article content, or gathering information from the web. No browser required - works headlessly.