Claude Code Plugins

Community-maintained marketplace

Feedback

Read documentation from the server-side noridocs system by file path.

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 Read Noridoc
description Read documentation from the server-side noridocs system by file path.

Read Noridoc

Reads documentation from the server-side noridocs system.

When to Use

Use this when:

  • Reading server-side documentation
  • Checking documentation version history
  • Viewing git repository links for docs

Use regular Read tool instead for:

  • Local file contents
  • Files not in noridocs system

Usage

node ~/.claude/skills/read-noridoc/script.js --filePath="@<repository>/path"

Parameters

  • --filePath (required): Path in format @<repository>/<path> (e.g., "@my-repo/server/src/persistence")
    • Use @<repository>/path for repository-scoped docs
    • Use @/path for docs in the no-repository scope (old format)

Examples

# Read repository-scoped noridoc
node ~/.claude/skills/read-noridoc/script.js --filePath="@my-repo/server/src/api"

# Read doc from no-repository scope
node ~/.claude/skills/read-noridoc/script.js --filePath="@/server/src/api"

Output

Returns documentation content with version number, last updated timestamp, and git repository link (if available).

Requirements

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