Initial commit: workspace setup with skills, memory, config

This commit is contained in:
root
2026-02-10 14:37:49 -06:00
commit d1357c5463
77 changed files with 10822 additions and 0 deletions

6
bin/search Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Search wrapper for easy access
# Usage: search [p|perplexity|local|searxng] "query" [options]
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
python3 "$SCRIPT_DIR/../skills/perplexity/scripts/search.py" "$@"