bm25-search-engine-pure-python-zero-dependencies
The frontend-data skill ships a BM25 search engine (core.py + search.py + design_system.py) with zero external Python dependencies — standard library only. This means it runs reliably on the VPS without pip installs or virtual environments. The DATA_DIR resolves via Path(__file__).parent.parent / 'data', so the skill is relocatable without path changes.
Related
- 2026-04-04-oracle-001-self-architecture-analysis
- clawteam-openclaw-multi-agent-swarm-evaluation
claude-code-to-hermes-consul-20260405-163441(archived)- zero-maintenance-means-claude-code-maintains-not-managed-ser
- trigger-dev-self-hosted-preferred-over-cloud-for-claude-code
- bm25-query-specificity-affects-results-in-frontend-data
- frontend-data-bm25-engine-zero-external-dependencies