Sub-skill of semantic-search-setup: Example Usage.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill example-usage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example Usage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-example-usage-bcec2b7b)More formats (shields.io, HTML) on the badges page.
---
name: semantic-search-setup-example-usage
description: 'Sub-skill of semantic-search-setup: Example Usage.'
version: 1.1.0
category: data
type: reference
scripts_exempt: true
---
# Example Usage
## Example Usage
```bash
# Generate embeddings
python embed.py --db knowledge.db --batch 100
# Run as background service
./embed-service.sh start
# Check progress
./embed-service.sh status
# Search
python search.py "fatigue analysis requirements"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!