Loading...
Loading...
Retrieves implementation knowledge, code examples, and documentation references. Use to inform technical decision-making when the user requires specific library usage, framework patterns, or syntax details. Trigger on requests to 'search docs', 'find code examples', or 'check implementation details'.
npx skill4agent add irahardianto/monarch knowledge-searchingrag_get_available_sources()rag_search_knowledge_base(query="vector functions", source_id="src_abc123")# Search knowledge base (2-5 keywords only!)
rag_search_knowledge_base(query="authentication JWT", match_count=5)
# Find code examples
rag_search_code_examples(query="React hooks", match_count=3)"authentication JWT""vector functions""React hooks""Go context timeout""SQL row level security""How do I implement JWT authentication in Go?""What are the best practices for vector similarity search?""Show me examples of React hooks for state management"