askill
cass-search

cass-searchSafety 95Repository

Coding Agent Session Search (CASS) for semantic search over past agent sessions. Use when looking for how something was solved before, finding past solutions, or searching conversation history. Keywords: search, history, session, past, solved, conversation, semantic

0 stars
1.2k downloads
Updated 3/15/2026

Package Files

Loading files...
SKILL.md

CASS - Coding Agent Session Search

Search across all past agent sessions (Claude, Codex, OpenCode, Gemini).

Quick Reference

CommandUse Case
cass search "query"One-off search
cass tuiInteractive TUI
cass statsShow indexed sessions
cass statusHealth check
cass capabilitiesAPI discovery

Search Past Sessions

# Find how authentication was implemented
cass search "authentication oauth"

# Find how a specific error was fixed
cass search "GLIBC not found"

# JSON output for scripting
cass search "database migration" --json

Agent Integration

# Pre-flight health check
cass health  # Exit 0 = healthy, 1 = unhealthy

# Discover available features
cass capabilities

# API schema for automation
cass introspect

Index Sessions

Run periodically to index new sessions:

cass index

Verify Installation

# Check installed
which cass && cass stats

# Check health
cass status

When to Use

  • "I solved this before" → cass search "topic"
  • "How did we fix X?" → cass search "error message"
  • "What approach did we use for Y?" → cass search "feature name"

Limitations

  • epyc6: Requires GLIBC 2.39 (Debian 12 has 2.36)
  • Index lag: New sessions need cass index to be searchable

Last Updated: 2026-01-14 Repository: https://github.com/Dicklesworthstone/coding_agent_session_search

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

83/100Analyzed 3/16/2026

Well-structured skill for CASS (Coding Agent Session Search) with clear command references, practical examples, and a helpful 'When to Use' section. Covers search, indexing, and verification with appropriate limitations noted. Includes valid GitHub link and relevant tags. Minor gaps in error handling examples, but overall high quality and reusable."

95
85
75
70
85

Metadata

Licenseunknown
Version-
Updated3/15/2026
Publisherstars-end

Tags

apidatabasegithubllm