Help us improve
Share bugs, ideas, or general feedback.
From mem-oracle
Searches indexed documentation using the provided query via local API and displays top 5 results with titles, snippets, source URLs, and relevance scores.
npx claudepluginhub jagjeevanak/mem-oracle --plugin mem-oracleHow this command is triggered — by the user, by Claude, or both
Slash command
/mem-oracle:docs-search <search query>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Search through indexed documentation for relevant information. Run this command to search for: $ARGUMENTS Present results with: - Title and section heading - Relevant content snippet - Source URL for reference - Relevance score
/docs-searchSearches cached documentation by regex pattern and pulls surrounding context for top matches. Optionally restricts to one library.
/context7Searches technical documentation using Context7 for the given query, providing explanations, best practices, solutions, or multi-perspective research.
/context7Searches MCP's Context7 technical documentation database using provided keywords, queries, or detailed investigation requests on topics like React hooks, Rust ownership, or Next.js features.
/context7Searches technical documentation using Context7 for the provided query, delivering explanations, best practices, error solutions, and structured insights.
/docsLooks up current documentation for a library or topic via Context7, returning a summarized answer with relevant code snippets.
Share bugs, ideas, or general feedback.
Search through indexed documentation for relevant information.
Run this command to search for: $ARGUMENTS
curl -s -X POST http://127.0.0.1:7432/retrieve \
-H "Content-Type: application/json" \
-d '{"query": "$ARGUMENTS", "topK": 5}'
Present results with: