← スキル一覧に戻る

sync-noridocs
by tilework-tech
sync-noridocsは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 101🍴 5📅 2026年1月23日
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
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です

