← Back to list

sync-noridocs
by tilework-tech
System for managing collections of agent skills. Switch between skillsets seamlessly!
⭐ 101🍴 5📅 Jan 23, 2026
SKILL.md
name: Sync Noridocs description: Sync all local docs.md files to server-side noridocs system.
Sync Noridocs
Finds all Git-tracked docs.md files in the codebase and syncs them to the server-side noridocs system.
When to Use
Use this when:
- You want to sync all local documentation to the server
- You've made changes to multiple docs.md files
- You want to ensure server-side docs are up to date with local files
Use write-noridoc instead for:
- Updating a single specific noridoc
- Creating new documentation that doesn't exist locally
Usage
node {{skills_dir}}/nori-sync-docs/script.js [--delay=500] [--gitRepoUrl="https://github.com/..."]
Parameters
--delay(optional): Milliseconds to wait between API calls (default: 500)--gitRepoUrl(optional): Git repository URL to associate with all docs (auto-detected fromgit remote get-url originif not provided)
Examples
# Sync all docs with default settings
node {{skills_dir}}/nori-sync-docs/script.js
# Sync with custom delay to avoid rate limits
node {{skills_dir}}/nori-sync-docs/script.js --delay=1000
# Sync with git repository URL
node {{skills_dir}}/nori-sync-docs/script.js --gitRepoUrl="https://github.com/username/repo"
Output
Shows progress as each file is synced, with a summary at the end:
- Number of files found
- Number successfully synced
- Number failed (with error details)
Requirements
- Paid Nori subscription
- Configured credentials in
~/nori-config.json - Local docs.md files with valid
Path:headers
Notes
- Uses
git ls-filesto find only Git-tracked docs.md files - Automatically excludes untracked and gitignored files
- Auto-detects Git remote URL from
originremote if not explicitly provided - Only syncs files with valid
Path:field in the header - Repository is extracted from the
Path:field by the server - Rate limiting prevents Firebase errors on large syncs
- Continues processing even if individual files fail
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

