podverse-documentation-conventions

Enforce full-path-with-hyphens naming for Markdown documentation files.

6|5|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/podverse/podverse --skill podverse-documentation-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: podverse-documentation-conventions
Source: https://github.com/podverse/podverse/tree/main/.cursor/skills/documentation-conventions
Command: npx skills add https://github.com/podverse/podverse --skill podverse-documentation-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation at Podverse often suffers from inconsistent file naming, ambiguity about which files belong to which docs, and difficulty locating the correct Markdown docs across the monorepo. This skill defines a set of naming conventions that enforce unique, full-path-based file names to reduce confusion and improve discoverability.

Core Features & Use Cases

  • Enforces one documentation file per directory by naming files after their full path (e.g., APPS-API.md for apps/api).
  • Ensures consistent, predictable navigation and search results across root docs and directory-specific docs.
  • Supports migration and onboarding tasks by providing a clear, scalable naming scheme for new documentation.

Quick Start

Follow the directory-wide naming conventions when creating or renaming documentation files.

Frequently Asked Questions about podverse-documentation-conventions

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

FAQPage Schema
How do I standardize markdown documentation naming across a monorepo?

Markdown documentation naming conventions enforce one file per directory by naming files after their full path from root, such as APPS-API.md for apps/api. This approach reduces ambiguity and improves discoverability across repository root docs and directory-specific docs.

What is the full-path-with-hyphens convention for repository docs?

The full-path-with-hyphens convention requires naming each markdown documentation file after its full directory path from the repository root, such as APPS-API.md for apps/api. This enforces one documentation file per designated directory location.

Why does documentation file naming cause ambiguity in a monorepo?

Documentation file naming causes ambiguity in a monorepo when files lack consistent, path-based naming, making it difficult to locate correct markdown docs and determine directory ownership. Full-path-based naming conventions reduce this confusion by ensuring unique, predictable file names.

Can I use full-path naming conventions for directory-specific docs?

Yes, you can apply full-path naming conventions to directory-specific docs across the monorepo. The convention applies to both repository root docs and nested directory docs, ensuring each markdown file is uniquely named after its full path from root for scalable onboarding.

What's the best way to migrate existing markdown docs to a consistent naming scheme?

The best way to migrate existing markdown docs to a consistent naming scheme is to rename each file using the full-path-with-hyphens convention based on its directory location. This provides a clear, scalable naming scheme that supports migration and onboarding tasks.

Are there limitations to using one markdown file per directory for documentation?

A limitation of using one markdown file per directory is that all content for that location must exist within a single markdown file. This constraint reduces ambiguity and improves search predictability but requires consolidating multiple documents into one file per directory.