doc-manager

Manage Markdown project documents in the /docs directory with UPPER_SNAKE_CASE naming.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/landim32/VoxMeet --skill doc-manager-landim32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-manager
Source: https://github.com/landim32/VoxMeet/tree/main/.claude/skills/doc-manager
Command: npx skills add https://github.com/landim32/VoxMeet --skill doc-manager-landim32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of project documentation by providing a centralized and organized way to create, update, list, and search Markdown files.

Core Features & Use Cases

  • Document Creation: Easily create new Markdown documents with a standardized header.
  • Document Updates: Modify existing documents and automatically update the last modified date.
  • Document Listing: View a clear list of all project documents with their titles and update dates.
  • Document Deletion: Safely remove documents after confirmation.
  • Content Search: Quickly find information across all project documents.
  • Use Case: A new team member needs to understand the project's deployment process. They can use the list operation to find the relevant document and then search for specific keywords within it.

Quick Start

Use the doc-manager skill to create a new document about coding standards.

Frequently Asked Questions about doc-manager

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

FAQPage Schema
How do I organize and manage project documents in Markdown format?

To manage project documents in Markdown format, use a centralized system that supports creating, updating, listing, deleting, and searching files within a dedicated directory like `/docs` to streamline project organization.

What is the best way to search for specific content across all project documentation?

The best way to search project documentation is using a content search feature that scans all Markdown files within the `/docs` directory to quickly find specific keywords and retrieve relevant information.

How do I enforce a consistent naming convention and structure for Markdown documentation?

You can enforce a consistent naming convention and structure for Markdown documentation by applying UPPER_SNAKE_CASE naming rules and standardizing file headers to maintain uniform project documents.

Can I automatically update the last modified date when editing Markdown files?

Yes, you can automatically update the last modified date when editing Markdown files by using a document management system that tracks file updates and modifies the header metadata upon saving.

Does managing documentation this way require any specific dependencies or components?

No, managing documentation this way does not require specific dependencies or components, as it relies on standard file system operations and text processing to handle the Markdown document lifecycle.

How do I list all existing Markdown documents to see their titles and update dates?

To list all existing Markdown documents and view their titles and update dates, use a document listing operation that scans the `/docs` directory and displays a clear overview of current files.