knowledge-search

Query indexed external code repositories and documentation for API signatures and implementations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blueraai/bluera-knowledge --skill knowledge-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-search
Source: https://github.com/blueraai/bluera-knowledge/tree/main/skills/knowledge-search
Command: npx skills add https://github.com/blueraai/bluera-knowledge --skill knowledge-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides AI agents with instant, authoritative access to the source code and documentation of project dependencies, enabling them to answer complex questions about external libraries and frameworks.

Core Features & Use Cases

  • Dependency Code Search: Index and search the actual source code of project dependencies.
  • Documentation Crawling & Search: Crawl, index, and semantically search external documentation sites.
  • API Signature & Implementation Details: Quickly find information on function parameters, return types, and internal logic.
  • Version-Specific Behavior: Understand how libraries behave across different versions.
  • Use Case: When asked "How does React's useEffect hook handle cleanup internally?", the agent uses this Skill to search the React source code for the implementation details.

Quick Start

Use the knowledge-search skill to find the implementation details for the axios.create() function.

Frequently Asked Questions about knowledge-search

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

FAQPage Schema
How do I search external code and documentation for third-party library implementations?

To search external code and documentation, you can retrieve information from indexed external repositories and docs. This allows you to find library implementations, API signatures, and error handling details for third-party packages.

Can I find API signatures and version-specific behaviors for project dependencies?

Yes, you can find API signatures and version-specific behaviors for project dependencies. The tool queries indexed external code repositories to understand how libraries behave across different versions and extract precise function parameters.

What is the best way to look up internal implementation details for a framework like React?

The best way to look up implementation details is using semantic search for concepts or direct file access for precise code lookups. You can query the indexed source code to find internal logic, such as how a React hook handles cleanup.

Does code search support both semantic concept queries and direct file access?

Yes, code search supports both semantic search for concepts and direct file access using Grep and Read. This facilitates understanding of library implementations by allowing precise code lookups alongside conceptual queries.

How do I crawl and index external documentation sites for API reference?

You can crawl, index, and semantically search external documentation sites for API reference. This provides AI agents with authoritative access to source code and documentation, enabling them to answer complex questions about external libraries.