← Back to list

list-noridocs
by tilework-tech
System for managing collections of agent skills. Switch between skillsets seamlessly!
⭐ 101🍴 5📅 Jan 23, 2026
SKILL.md
name: List Noridocs description: List all server-side noridocs, optionally filtered by repository and/or path prefix.
List Noridocs
Lists all noridocs, optionally filtered by repository and/or path prefix.
When to Use
Use this when:
- Exploring available server-side documentation
- Finding docs in a specific repository
- Finding docs in a specific directory/module
- Checking what documentation exists
Usage
node {{skills_dir}}/list-noridocs/script.js [--repository="repo-name"] [--pathPrefix="@/server"] [--limit=100]
Parameters
--repository(optional): Filter by repository name (e.g., "my-repo", "no-repository")--pathPrefix(optional): Filter by prefix like "@/server" or "@my-repo/server"--limit(optional): Maximum results (default: 100)
Examples
# List all noridocs
node {{skills_dir}}/list-noridocs/script.js
# List noridocs in my-repo repository
node {{skills_dir}}/list-noridocs/script.js --repository="my-repo"
# List noridocs under server directory (any repository)
node {{skills_dir}}/list-noridocs/script.js --pathPrefix="@/server"
# Combine repository and path filtering
node {{skills_dir}}/list-noridocs/script.js --repository="my-repo" --pathPrefix="@my-repo/server"
# List with custom limit
node {{skills_dir}}/list-noridocs/script.js --repository="my-repo" --limit=50
Repository Filtering
- Use
--repositoryto filter by repository scope - Repository names match those in the
@<repository>/pathformat - Use
"no-repository"to find docs without a repository scope (old@/format) - Server-side filtering is more efficient than client-side path filtering
Output
Returns list of noridoc paths with last updated timestamps.
Requirements
- Paid Nori subscription
- Configured credentials in
~/nori-config.json
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

