dull-bird/deeporbit · Archived

do.search

Perform fast lexical, filename, property, or phrase search across a DeepOrbit vault. Use for exact names, identifiers, tags, error text, regex-like lookup intent, or when semantic retrieval is unnecessary or unavailable.

First seen Apr 26, 2026

Installation

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

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 672 B
  • docs SUMMARY.md 237 B

History

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

SKILL.md

Search the Vault

Run:

deeporbit --vault "<vault>" rag "<query>" --limit 20

This uses the zero-dependency local SQLite FTS index and automatically reconciles synced, changed, renamed, and deleted Markdown files. If SQLite FTS is unavailable, the core falls back to direct case-insensitive scanning.

Return vault-relative paths, note titles, and short snippets. Do not modify notes during search.