ctx
Extract a small, high-signal context packet around ripgrep matches (bounded by hits/files/output budget) for fast LLM consumption.
UncategorizedView skill →
def
Locate symbol definitions quickly (precise for Python via AST; conservative candidates for other languages) and print a bounded context packet.
UncategorizedView skill →
repo_facts
Summarize an arbitrary code repo (git or non-git) into a small, high-signal facts packet: languages, build/test tooling clues, notable paths, and size stats.
UncategorizedView skill →
sym
List Python symbols (classes/functions) quickly via AST to discover real identifiers before using `def`/`ctx`.
UncategorizedView skill →