List Noridocs

List server-side noridocs with repository, pathPrefix, and limit filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides quick and efficient access to your team's server-side documentation, allowing you to easily discover and filter existing noridocs without navigating complex file structures.

Core Features & Use Cases

  • Search & Filter: List all noridocs, or filter by repository name and/or path prefix.
  • Knowledge Discovery: Quickly explore available documentation to understand project context or specific modules.
  • Efficiency: Server-side filtering ensures fast results, even with large documentation bases.
  • Use Case: Find all documentation related to the "payment-gateway" service within the "ecommerce-backend" repository to quickly onboard a new developer or debug an issue.

Quick Start

List all noridocs in the 'my-repo' repository under the '@/server' path prefix.

Frequently Asked Questions about List Noridocs

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

FAQPage Schema
How do I list and filter server-side documentation across my repositories?▼

List Noridocs enumerates all server-side documentation in your repositories with optional filtering by repository name and path prefix. Use the --repository flag to target a specific repo, --pathPrefix to narrow results to a directory, and --limit to constrain output for faster discovery of relevant docs.

Can I filter documentation by repository and path prefix at the same time?▼

Yes, List Noridocs supports combined filtering. Pass both --repository and --pathPrefix arguments together to narrow results to a specific repository and directory path, enabling precise discovery of documentation for particular modules or services.

What do I need before I can use List Noridocs to search documentation?▼

List Noridocs requires a paid Nori subscription to retrieve server-side documentation via API. You'll also need valid --repository and optional --pathPrefix parameters to filter results effectively.

How does List Noridocs handle large documentation bases?▼

List Noridocs applies pathPrefix filtering on the server side before returning results, ensuring fast performance even with extensive documentation. The --limit parameter further constrains output to focus on the most relevant entries.

What information does List Noridocs return for each documentation entry?▼

List Noridocs returns each noridoc's URL and last-updated timestamp, giving you immediate access to documentation location and recency without navigating complex file structures.

Do I need knowledge of command-line arguments to filter documentation?▼

List Noridocs uses straightforward argument parsing for --repository, --pathPrefix, and --limit flags. No advanced CLI knowledge is required; standard flag syntax handles all filtering and result constraints.