Agent skill · Data & Analytics

vector-search-alternatives

SQLiteプロジェクト向けのベクトル検索代替戦略スキル。 SQLite VSS、外部ベクトルDB、RAGパイプラインの実装を提供します。 Anchors: - The Pragmatic Programmer(Andrew Hunt)/ 適用: 実践的ソリューション選定 / 目的: 適材適所の技術選択 - Designing Data-Intensive Applications(Martin Kleppmann)/ 適用: データシステム設計 / 目的: スケーラブルなアーキテクチャ - Building LLM Apps(各種論文)/ 適用: RAGパターン / 目的: 効果的な情報検索 Trigger: Use when implementing vector search, building RAG systems, setting up SQLite VSS, or integrating external vector databases like Pinecone or Weaviate.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill vector-search-alternatives --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Bash-Glob-Grep
Path: skills/ai-ml/vector-search-alternatives/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vector Search Alternatives ## 概要 SQLiteベースプロジェクト向けのベクトル検索実装代替戦略スキル。pgvectorが使えない環境で、SQLite VSS拡張、外部ベクトルDB、RAGパイプラインなど複数のアプローチを提供します。4つの専門エージェントによる包括的な実装支援を行います。 ## エージェント構成 | エージェント | 役割 | 主な機能 | | ---------------------- | ------------------ | ---------------------------------- | | solution-selector | ソリューション選定 | 要件分析、候補評価、推奨提案 | | sqlite-vss-implementer | SQLite VSS実装 | スキーマ設計、インデックス最適化 | | external-db-integrator | 外部ベクトルDB連携 | Pinecone/Weaviate/Qdrant統合 | | rag-architect | RAGシステム設計 | パイプライン設計、チャンキング戦略 | ## ワークフロー ### Phase 1: ソリューション選定 **目的**: プロジェクト要件に最適なベクトル検索アプローチを決定 **アクション**: 1. `solution-selector` で要件を分析 2. データ規模・パフォーマンス要件を評価 3. 推奨ソリューションを決定 ### Phase 2: 実装 **目的**: 選定したソリューションを実装 **アクション**: 1. SQLite VSS → `sqlite-vss-implementer` を使用 2. 外部ベクトルDB → `external-db-integrator` を使用 3. RAGパイプライン → `rag-architect` を使用 ### Phase 3: 検証と最適化 **目的**: 実装の検証とパフォーマンス最適化 **アクション**: 1. `scripts/benchmark-vector-search.mjs` でベンチマーク 2. `scripts/validate-skill.mjs` で構造検証 3. `scripts/log_usage.mjs` で使用記録 ## Task仕様ナビ | タスク | 担当エージェント | 参照リソース | | ------------------- | ---------------------- | --------------------- | | ソリューション比較 | solution-selector | `vector-basics.md` | | SQLite VSS実装 | sqlit

What's inside
Steps it walks through
  1. 概要
  2. エージェント構成
  3. ワークフロー
  4. Phase 1: ソリューション選定
  5. Phase 2: 実装
  6. Phase 3: 検証と最適化
  7. Task仕様ナビ
  8. ベストプラクティス
  9. すべきこと
  10. 避けるべきこと
  11. リソース参照
  12. エージェント
  13. リファレンス
  14. アセット
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the vector-search-alternatives skill do?

SQLiteプロジェクト向けのベクトル検索代替戦略スキル。 SQLite VSS、外部ベクトルDB、RAGパイプラインの実装を提供します。 Anchors: - The Pragmatic Programmer(Andrew Hunt)/ 適用: 実践的ソリューション選定 / 目的: 適材適所の技術選択 - Designing Data-Intensive Applications(Martin Kleppmann)/ 適用: データシステム設計 / 目的: スケーラブルなアーキテクチャ - Building LLM Apps(各種論文)/ 適用: RAGパターン / 目的: 効果的な情報検索 Trigger: Use when implementing vector search, building RAG systems, setting up SQLite VSS, or integrating external vector databases like Pinecone or Weaviate.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill vector-search-alternatives --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going