Sync Noridocs

Sync Git-tracked docs.md files to the Noridocs server.

149|10|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/tilework-tech/nori-profiles --skill sync-noridocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sync Noridocs
Source: https://github.com/tilework-tech/nori-profiles/tree/main/src/installer/features/profiles/config/_mixins/_docs-paid/skills/paid-sync-noridocs
Command: npx skills add https://github.com/tilework-tech/nori-profiles --skill sync-noridocs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires minimist, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the synchronization of all local docs.md files to your server-side noridocs system, eliminating manual uploads and ensuring your central knowledge base is always up-to-date with your codebase.

Core Features & Use Cases

  • Bulk Synchronization: Finds and syncs all Git-tracked docs.md files in your project.
  • Git-Aware: Automatically detects Git-tracked files and repository URLs for accurate linking.
  • Rate Limiting: Manages API calls to prevent errors during large synchronization tasks.
  • Use Case: After a major refactor affecting multiple modules, use this skill to sync all updated docs.md files to the server with a single command, ensuring your team's documentation reflects the latest code.

Quick Start

Sync all local docs.md files to the remote noridocs server.

Frequently Asked Questions about Sync Noridocs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync local docs.md files to my Noridocs server?

Sync local docs.md files by running this Skill in a Git repository containing tracked docs.md files with Path: headers. It auto-detects your Git origin URL, extracts the Path field from each file, and pushes all documentation to your server in a single operation, reporting per-file results.

Can I bulk update multiple documentation files at once?

Yes, bulk synchronization finds and syncs all Git-tracked docs.md files in your project simultaneously. The Skill processes only files with Path: headers, applies rate limiting to prevent API errors, and tolerates individual file failures while reporting overall results.

What files does this Skill sync and how does it find them?

This Skill syncs Git-tracked docs.md files using git ls-files to locate them automatically. It extracts the Path: field from each file to determine the server destination, enabling accurate bulk syncing across multiple modules without manual file specification.

Do I need to configure anything before syncing documentation?

No manual Git configuration is required—the Skill auto-detects your repository origin URL. It supports optional parameters for configurable API call delays and custom gitRepoUrl override if needed, keeping setup minimal for standard Git repositories.

What happens if a documentation file fails to sync?

The Skill tolerates individual file failures and continues processing remaining docs.md files. It reports per-file status and overall synchronization results, allowing you to identify and retry failed files without blocking the entire bulk update operation.

Is this suitable for projects with multiple docs.md files across different modules?

Yes, this Skill is designed for Git repositories containing multiple docs.md files across different modules. It's ideal after major refactors—use it to sync all updated documentation to the server with one command, ensuring your knowledge base stays consistent with code changes.