jason-corpus-search

Installation
SKILL.md

Searching Jason's source corpus

Jason's writing — A Smart Bear articles and the Hidden Multipliers book — is indexed by a semantic-search CLI in a separate repo. This skill is the thin shim that lets you query it and then work with the hits as ordinary files on disk.

The corpus lives in exactly two directories:

  • /Users/jcohen/Obsidian/Longform/Projects/Articles/Content/ — A Smart Bear articles
  • /Users/jcohen/Obsidian/Longform/Projects/Hidden Multipliers/Content/ — the book

You can Grep or Glob either directory directly when an exact-string sweep is what you want (e.g. "find every place Jason uses the phrase 'profit whale'"). Use the semantic wrapper below when you want meaning-based recall.

Installs
1
GitHub Stars
41
First Seen
Jul 22, 2026
jason-corpus-search — asmartbear/asb-skills