document-paths

Update work/paths.md with new paths from the work/ directory.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ryanallen/product-studio --skill document-paths
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-paths
Source: https://github.com/ryanallen/product-studio/tree/main/.claude/skills/document-paths
Command: npx skills add https://github.com/ryanallen/product-studio --skill document-paths

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of keeping your project's file structure documentation up-to-date, preventing outdated or incomplete records of your work.

Core Features & Use Cases

  • Automated Path Documentation: Scans the work/ directory and adds any newly discovered paths to a central documentation file (work/paths.md).
  • Tree Structure Maintenance: Preserves and extends a visual tree structure within the documentation file using box-drawing characters.
  • Use Case: After creating several new sub-folders and files within your work/ directory for a new feature, run this Skill to automatically update work/paths.md so that the project's documentation reflects the current state of the file system.

Quick Start

Update the documentation file with any new paths found in the work directory.

Frequently Asked Questions about document-paths

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

FAQPage Schema
How do I automatically update a markdown file with my directory structure?

To automatically update a markdown file with your directory structure, this Skill scans the 'work/' directory and appends any missing paths to 'work/paths.md' while maintaining a box-drawing character tree structure.

What is the best way to keep file structure documentation up-to-date?

Keeping file structure documentation up-to-date involves comparing existing markdown entries against the actual file system and appending newly discovered paths. This Skill automates that process and triggers a save operation to commit changes.

Does this directory path documentation tool overwrite existing tree structures in markdown?

No, this directory path documentation tool does not overwrite existing entries. It compares the current file system against the markdown file and only appends missing paths to preserve the existing box-drawing character tree structure.

Can I use this to document code organization for sub-folders outside the work directory?

No, you cannot use this to document code organization outside the work directory. The Skill is specifically designed to scan the 'work/' directory and update the central documentation file located at 'work/paths.md'.

How do I sync new file paths to a markdown tree structure?

To sync new file paths to a markdown tree structure, run this Skill after creating new sub-folders or files. It identifies missing paths in the 'work/' directory and appends them to the documentation file using box-drawing characters.