feat(skills): add clawddocs skill v1.2.2

This commit is contained in:
zap
2026-03-06 00:40:01 +00:00
parent 3c898aafd1
commit 21f8c374e8
11 changed files with 339 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Search docs by keyword
if [ -z "$1" ]; then
echo "Usage: search.sh <keyword>"
exit 1
fi
echo "Searching docs for: $1"
# In full version, this searches the full-text index