search▌
159 indexed skills · max 10 per page
mgrep-code-search
intellectronica/agent-skills · Productivity
mgrep is a semantic search tool that enables natural language queries across code, text, PDFs, and images. It is particularly effective for exploring larger or complex codebases where traditional pattern matching falls short.
alicloud-ai-search-dashvector
cinience/alicloud-skills · Cloud
Category: provider
weibo-hot-search
agentbay-ai/agentbay-skills · Productivity
在使用此技能之前,请确保已安装必要的依赖包:
algolia-search
sickn33/antigravity-awesome-skills · Backend
Expert patterns for Algolia search implementation, indexing strategies, and React InstantSearch integration. \n \n React InstantSearch with hooks (useSearchBox, useHits, useRefinementList, usePagination) for type-ahead search and faceted filtering in modern React applications \n Next.js SSR support via react-instantsearch-nextjs, compatible with both Pages Router and App Router, with URL synchronization and dynamic rendering configuration \n Three indexing strategies: full reindexing, full recor
grepai-search-basics
yoanbernabeu/grepai-skills · AI/ML
Semantic code search by meaning rather than exact text strings. \n \n Searches code by intent and concept similarity using embeddings, returning ranked results with relevance scores (0.0–1.0) \n Requires GrepAI initialization, an active index created via grepai watch , and a running embedding provider like Ollama \n Supports natural language queries describing behavior or intent; 3–7 word phrases work best, with results limited via --limit flag \n Interprets scores: 0.90+ excellent match, 0.80–0
github-search
parcadei/continuous-claude-v3 · Productivity
Search GitHub code, repositories, issues, and pull requests with flexible filtering. \n \n Four search types: code, repositories, issues, and pull requests, each with full GitHub search syntax support \n Optional filtering by repository owner and name to narrow results to specific projects \n Requires GitHub personal access token configured in mcp_config.json for authentication \n Command-line interface with straightforward parameters for integration into agent workflows \n
qdrant-vector-search
davila7/claude-code-templates · AI/ML
Rust-powered vector database for production RAG with hybrid search and distributed scaling. \n \n Supports dense, sparse, and multi-vector storage per point with four distance metrics (COSINE, EUCLID, DOT, MANHATTAN) and HNSW indexing for fast nearest-neighbor search \n Rich filtering during search across any payload field, with optional payload indexing for performance and support for complex boolean queries \n Quantization options (scalar, product, binary) and on-disk storage for memory effici
arxiv-search
yorkeccak/scientific-skills · Productivity
Natural language semantic search across arXiv's complete preprint archive in physics, math, and computer science. \n \n Accepts plain English queries without requiring complex search parameter syntax; powered by Valyu's semantic search API \n Returns full article text, abstracts, and embedded figures from matching papers with relevance scores \n Requires a free Valyu API key ($10 credits available) and Node.js 18+ \n Supports filtering by result count and integrates with jq for extracting titles
multi-search
nex-zmh/agent-websearch-skill · Productivity
Intelligent multi-engine search with automatic network detection and fallback prioritization. \n \n Supports four search engines with two priority modes: quality-first (Tavily > DuckDuckGo > Bing API > Bing scraper) or balanced/free-first (DuckDuckGo > Tavily > Bing API > Bing scraper) \n Includes automatic quota management for API-based engines, 5-minute network detection caching, and forced re-detection after network changes \n Provides web content fetching and batch enrichment of search resul
recipe-search-and-export-emails
googleworkspace/cli · AI/ML
Search Gmail messages by query and export results for offline review. \n \n Requires the gws-gmail skill as a prerequisite dependency \n Supports Gmail query syntax for filtering by sender, date, labels, and other message properties \n Exports search results to JSON format for further processing or archival \n Retrieves full message details including headers and body content for selected emails \n