cass

Featured

Mine past agent sessions for working prompts, decisions, and patterns (session archaeology). Triggers: "cass", "mine past agent sessions for", "cass skill".

AI & Automation 414 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# cass Session Search > **Core Insight:** Your repeated prompts are your best prompts. If you typed it 10+ times, it works. Mine your history. `cass` is an upstream (Dicklesworthstone) tool and is **self-describing** — do not re-learn its surface from this skill. Discover it live: ```bash cass capabilities --json # features/connectors/limits of the installed binary cass introspect --json # full schema of every command + response cass robot-docs guide|commands|examples|schemas|contracts # machine-targeted docs ``` This skill carries only the AgentOps operating doctrine: when to reach for cass, the discovery workflow, the recovery posture, and the anti-patterns we have actually hit. ## Constraints - Never run bare `cass` because it launches a blocking TUI; use a JSON, robot, or explicit file-output command. - Treat a stale index as searchable and refresh it with a bounded background command because stale is not broken and an unbounded rebuild can stall the lane. - Preserve source sessions and require explicit permission for destructive cleanup; recovery may rebuild only derived index state. ## When to Use - "What did I ask last time?" / "find that prompt that worked" — session archaeology - Prior-art check before inventing a new approach, plan, or prompt - Scope archaeology: "when did we decide NOT to do X?" - Post-context-loss recovery: what was searched for after a crash = what mattered ### Folded triggers (ag-s43tg wave 1): `casr` + `cass-memory` route...

Details

Author
boshu2
Repository
boshu2/agentops
Created
8 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

sessions

Search and ask questions about coding agent session history across Claude Code, Codex, and Cursor. Use when asking what was worked on, what was tried before, how a problem was investigated across sessions, what happened recently, or any question about past agent sessions. Also use when the user references prior sessions, previous attempts, or past investigations — even without saying 'sessions' explicitly.

22,905 Updated today
slopus
AI & Automation Listed

searching-sessions

Search and explore AI/Claude/Codex conversation history stored in cortex. **Trigger when:** the user asks to "search sessions", "find conversations", "what did I work on", "session history", "past conversations", "ask history", "when did I last use X", "show recent sessions", "list AI projects", "what tools have I used"; OR when **referencing past work** like "we've done this before", "we fixed something similar", "haven't we implemented this", "this was already working", "why did we do that again", "I thought we already solved this"; OR when **questioning past decisions** like "why did we implement it this way", "what was the reasoning for", "didn't we discuss this already", "this seems familiar"; OR when the user is **under the something was done before** or wants to find context about previous implementations, fixes, or decisions. Use for session search, conversation discovery, past work retrieval, implementation history, or decision archaeology.

2 Updated today
dinglebear-ai
AI & Automation Listed

agent-session-auditor

Use when the user asks to scan local Claude Code, Codex, Kiro, Kimi, Cursor, Grok, OpenCode, or other agent sessions for repeated prompts, fuzzy-similar requests, workflow patterns, or skill opportunities.

2 Updated 5 days ago
YosefHayim