confluence-doc

Query a local SQLite database to retrieve Confluence documentation with FTS5 search.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/carbonscott/deploy-opencode --skill confluence-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confluence-doc
Source: https://github.com/carbonscott/deploy-opencode/tree/main/claude/skills/confluence-doc
Command: npx skills add https://github.com/carbonscott/deploy-opencode --skill confluence-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Simplify and accelerate finding relevant LCLS Confluence pages by querying a local SQLite database, replacing manual browsing with fast, targeted results.

Core Features & Use Cases

  • Content-aware search across Confluence pages using full-text indexing for rapid results.
  • Retrieve metadata such as title, author, breadcrumb, and confluence_url to provide context and navigation.
  • Use case: quickly fetch documentation on psana, ami, smalldata_tools, detectors, or data processing topics in a project workflow.

Quick Start

Execute an SQL query against the Confluence database at /sdf/group/lcls/ds/dm/apps/dev/data/confluence-doc/lcls-docs.db to retrieve top matching Confluence pages for your topic.

Frequently Asked Questions about confluence-doc

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

FAQPage Schema
How do I search LCLS Confluence documentation for psana and data acquisition topics?

Search LCLS Confluence documentation by querying a local SQLite database with FTS5 full-text indexing to instantly retrieve matching pages, contextual snippets, and metadata like titles and breadcrumbs for data acquisition topics.

What is the best way to find specific detector procedures in LCLS Confluence pages?

Finding specific detector procedures is best done by querying the local SQLite database, which uses FTS5 content search to return structured metadata and confluence_url links for rapid retrieval of relevant LCLS Confluence pages.

Can I retrieve confluence_url links and author metadata when searching LCLS docs?

Yes, searching LCLS docs returns structured metadata including title, author, breadcrumb, and confluence_url, providing direct navigation links and context for Confluence pages retrieved from the local SQLite database.

Does Confluence search work with SQLite FTS5 for smalldata_tools and analysis tools?

Yes, Confluence search works with SQLite FTS5 to index and retrieve LCLS documentation for analysis tools like smalldata_tools, offering fast targeted results instead of manual browsing during data work.

How do I query the LCLS Confluence database for experiment procedures?

Query the LCLS Confluence database by executing an SQL query against /sdf/group/lcls/ds/dm/apps/dev/data/confluence-doc/lcls-docs.db to retrieve top matching pages for experiment procedures and data processing topics.

What are the limitations of using a local SQLite database for Confluence documentation search?

The limitation of using a local SQLite database for Confluence documentation search is that results are restricted to the indexed pages within the local file, meaning recently updated Confluence pages may not appear until the database is refreshed.