knowledge-searching

Installation
SKILL.md

Knowledge Searching

Overview

Retrieves implementation knowledge to inform decision-making across the software development lifecycle.

Use this skill when you need:

  • Implementation details for specific libraries/frameworks
  • Code examples for patterns or features
  • Documentation references libraries/frameworks usage

Announce at start: "I'm using the knowledge-research skill to gather implementation details."

Core Functions

Searching Specific Documentation:

  1. Get sourcesrag_get_available_sources() - Returns list with id, title, url
  2. Find source ID → Match to documentation (e.g., "Supabase docs" → "src_abc123")
  3. Searchrag_search_knowledge_base(query="vector functions", source_id="src_abc123")
Related skills
Installs
2
GitHub Stars
7
First Seen
Feb 24, 2026