スキル一覧に戻る
tilework-tech

read-noridoc

by tilework-tech

read-noridocは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

101🍴 5📅 2026年1月23日
GitHubで見るManusで実行

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 {{skills_dir}}/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 {{skills_dir}}/read-noridoc/script.js --filePath="@my-repo/server/src/api"

# Read doc from no-repository scope
node {{skills_dir}}/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

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です