Claude Code Plugins

Community-maintained marketplace

Feedback

Search the Nori knowledge base for relevant context, solutions, and documentation.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Recall
description Search the Nori knowledge base for relevant context, solutions, and documentation.

Recall

Searches the shared knowledge base for relevant context.

When to Use

Search for:

  • Previous solutions and debugging sessions
  • User-provided docs and project context
  • Code patterns and architectural decisions
  • Bug reports and conventions

Skip searching when:

  • You need current file contents (use Read tool)
  • Information is in recent conversation history
  • Searching for generic programming knowledge

Usage

node ~/.claude/skills/recall/script.js --query="Your search query" --limit=10

Parameters

  • --query (required): Describe what you're trying to do or problem you're solving
  • --limit (optional): Maximum results (default: 10)

Example

node ~/.claude/skills/recall/script.js --query="implementing authentication endpoints" --limit=5

Output

Returns matching artifacts with relevance scores and search source breakdown (keyword, fuzzy, vector).

Requirements

  • Paid Nori subscription
  • Configured credentials in ~/nori-config.json