Search Library

This skill provides full-text search across library markdown content.

Usage

python scripts/search-library.py --query "relational dynamics"
python scripts/search-library.py --query git --path study --limit 5
python scripts/search-library.py --query skill --scope frontmatter --kind skill

Options

  • --query: Search query string (required)
  • --scope: Where to search (all, content, frontmatter, title)
  • --path: Limit search to a subdirectory
  • --kind: Filter by document kind from frontmatter
  • --limit: Maximum results to return
  • --context-lines: Lines of context around matches