dull-bird/deeporbit · Archived

do.rag-index

Build, refresh, inspect, or repair DeepOrbit's machine-local search indexes. Use when notes were synced or moved, retrieval is stale, the user asks to rebuild RAG, or DeepOrbit reports an index problem.

First seen Apr 26, 2026

Installation

$ npx skills add dull-bird/deeporbit --skill do.rag-index

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dull-bird/deeporbit · top by installs.

npx skills add dull-bird/deeporbit

Browse all from dull-bird/deeporbit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 817 B
  • docs SUMMARY.md 222 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Maintain the Local Index

Run one of:

deeporbit --vault "<vault>" index status
deeporbit --vault "<vault>" index ensure
deeporbit --vault "<vault>" index ensure --semantic

The lexical SQLite index is always available and stored outside the vault in the OS cache directory. --semantic updates optional ChromaDB and may download an embedding model on first use.

Never commit or synchronize an index. Git and Obsidian Sync carry Markdown and deeporbit.json; each device safely rebuilds its own cache. Report added, updated, deleted, and unchanged counts.