Write Noridoc

Create or update server-side noridocs with optional Git repository links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of writing and updating server-side documentation, ensuring your team's knowledge base is always current without manual effort. It eliminates the overhead of maintaining separate documentation files.

Core Features & Use Cases

  • Server-Side Documentation: Create and update documentation directly in the Nori server-side system.
  • Version Control: Automatically manages documentation versions, preserving history and changes.
  • Git Integration: Link documentation to specific Git repositories for contextual knowledge.
  • Use Case: After implementing a new API endpoint, use this skill to automatically write or update its documentation in the central knowledge base, ensuring all team members have access to the latest information.

Quick Start

Write a new noridoc for @my-repo/server/src/auth with content "# Authentication Module: Handles user login and session management."

Frequently Asked Questions about Write Noridoc

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

FAQPage Schema
How do I automate documentation updates in a server-side knowledge base?

Automate documentation updates by using this Skill to write or update noridocs directly in the Nori server-side system. It accepts file paths and content via CLI, validates inputs, manages versions automatically, and links to Git repositories when provided, eliminating manual documentation maintenance.

Can I create and update documentation with Git repository context?

Yes. This Skill creates new noridocs or updates existing content while supporting optional Git repository links derived from your file path. Documentation is versioned automatically, preserving change history and providing contextual knowledge tied to specific repositories.

What's required before using server-side documentation automation?

You need a paid Nori subscription with configured credentials, a valid file path to specify the documentation location, and content to write or update. The Skill derives the repository context from your file path and handles API communication with the Nori server.

How does version control work with automated documentation?

Version control is built in: the Skill automatically manages documentation versions as you create or update noridocs, preserving history and tracking all changes. Each update maintains a versioned record in the server-side system without requiring manual version management.

Can I use this for both repository-scoped and standalone documentation?

Yes. This Skill supports both repository-scoped documentation linked to Git repositories and no-repository documentation. It applies the same creation and update logic to both cases, validating content and file paths regardless of repository context.

What happens if documentation already exists at the specified location?

The Skill updates existing content rather than overwriting it. It reads the current noridoc, applies your new content, and maintains version history automatically. This ensures no data loss and preserves the audit trail of documentation changes.