project-query-docs-index

Query offline SQLite FTS5 indexes for BM25-ranked skill, rule, and doc results.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill project-query-docs-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-query-docs-index
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/project-query-docs-index_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill project-query-docs-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability enables fast offline discovery of skills, rules, and documentation by querying three local SQLite/FTS5 indexes, eliminating the need for internet access. The offline index set covers the workspace clone, the central skill repository, and local technical docs so teams can quickly locate relevant artifacts. It uses BM25-based ranking to surface the most relevant items for immediate reading and activation.

Core Features & Use Cases

  • Offline-first search across three indexes to discover SKILL.md files, rules, and docs relevant to a topic.
  • BM25-ranked results prioritise top matches for quick reading and activation.
  • Use case: a user asks for documentation on a topic and the system returns the best matching SKILL.md and related entries.

Quick Start

Query the offline index to locate the top matching skill, rule, or doc and open its SKILL.md.

Frequently Asked Questions about project-query-docs-index

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search documentation offline using SQLite FTS5?

Offline documentation search is performed by querying three local SQLite FTS5 indexes covering the workspace clone, global skills store, and local docs, which returns BM25-ranked results without internet access.

What is BM25 ranking and how does it work for offline search?

BM25 ranking scores document relevance using term frequency and inverse document frequency, and this skill applies it to offline SQLite FTS5 indexes to surface the most relevant skills, rules, and docs for quick discovery.

Can I use query operators and scope filters with offline SQLite FTS5 search?

Yes, offline SQLite FTS5 search supports query operators and scope filters across the workspace, global skills, and local docs indexes to refine BM25-ranked results for precise document discovery.

Does offline BM25 search require any external services or web access?

No, offline BM25 search requires no external services or web access, querying three local SQLite FTS5 indexes entirely offline-first to locate skills, rules, and docs without internet connectivity.

What is the best way to locate SKILL.md files across a workspace and global repository offline?

The best way to locate SKILL.md files offline is by querying the workspace clone and global skills store SQLite FTS5 indexes, which returns BM25-ranked top matches for immediate reading and activation of relevant skills.

What are the limitations of offline SQLite FTS5 search for documentation discovery?

Limitations of offline SQLite FTS5 search include dependency on local index freshness and confinement to the workspace, global skills, and local docs indexes, meaning new content requires manual index updates before discovery.