Back to list
tilework-tech

write-noridoc

by tilework-tech

System for managing collections of agent skills. Switch between skillsets seamlessly!

101🍴 5📅 Jan 23, 2026

SKILL.md


name: Write Noridoc description: Write or update documentation in the server-side noridocs system.

Write Noridoc

Writes documentation to the server-side noridocs system.

When to Use

Use this when:

  • Creating new server-side documentation
  • Updating existing noridoc content
  • Adding git repository links to docs

Use regular Write tool instead for:

  • Local file modifications
  • Files not managed by noridocs

Usage

node {{skills_dir}}/write-noridoc/script.js --filePath="@<repository>/path" --content="# Documentation" [--gitRepoUrl="https://github.com/..."]

Parameters

  • --filePath (required): Path in format @<repository>/<path> (e.g., @my-repo/server/src/persistence)
    • Use @<repository>/path for repository-scoped docs
    • Use @/path or plain paths for no-repository scope (backward compatible)
  • --content (required): Markdown content
  • --gitRepoUrl (optional): Link to git repository

Repository Detection

The repository is automatically extracted from the filePath by the server:

  • @my-repo/server/src/api → repository: my-repo
  • @/server/src/api → repository: no-repository
  • server/src/api → repository: no-repository

Repository names must be lowercase letters, numbers, and hyphens only.

Examples

Create repository-scoped noridoc

node {{skills_dir}}/write-noridoc/script.js \
  --filePath="@my-repo/server/src/api" \
  --content="# API Client

Provides access to Nori backend." \
  --gitRepoUrl="https://github.com/username/my-repo"

Create noridoc without repository scope

node {{skills_dir}}/write-noridoc/script.js \
  --filePath="@/server/src/api" \
  --content="# API Client"

Output

Returns confirmation with version number (creates new version automatically).

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