doc-manager

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

1|Updated Sep 9, 2025
One-click install
npx skills add https://github.com/emaginebr/zTools --skill doc-manager-emaginebr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-manager
Source: https://github.com/emaginebr/zTools/tree/main/.claude/skills/doc-manager
Command: npx skills add https://github.com/emaginebr/zTools --skill doc-manager-emaginebr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of project documentation by providing a consistent way to create, update, list, and search Markdown files, ensuring all project knowledge is organized and accessible.

Core Features & Use Cases

  • Document Creation & Updates: Easily generate new Markdown documents or modify existing ones with a standardized header.
  • Organized Storage: All documents are automatically saved in the /docs directory using a clear UPPER_SNAKE_CASE naming convention.
  • Searchability: Quickly find information across all project documents.
  • Use Case: A new developer joins the team and needs to understand the project's architecture. They can use the list command to see available documents and then search for "deployment" to find the relevant guide.

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 project documentation in Markdown files?

You can organize project documentation by saving Markdown files into a dedicated `/docs` directory. The files are managed using a standardized structure with YAML frontmatter for metadata and an UPPER_SNAKE_CASE naming convention to ensure consistency.

How do I search for specific text across all my project Markdown documents?

You can search across all project Markdown documents by using the built-in search functionality. This allows you to quickly find specific information, such as searching for "deployment" to locate relevant guides within the centralized `/docs` directory.

What is the best way to manage Markdown file creation and updates for a knowledge base?

The best way to manage Markdown file creation and updates is to use a standardized structure with YAML frontmatter. This ensures all new documents and modifications maintain consistent metadata and formatting across the knowledge base.

Do I need a specific file naming convention for project document management?

Yes, project documents require an UPPER_SNAKE_CASE naming convention. This standardized naming approach ensures all files in the `/docs` directory are uniformly formatted and easily identifiable.

Can I list all available project documents to help a new developer understand the architecture?

Yes, you can list all available project documents. A new developer can use the list command to view all files in the `/docs` directory, helping them quickly understand the project's architecture and locate relevant knowledge.

Does project document management require external dependencies?

No, project document management does not require external dependencies. It relies entirely on standard file system operations and text processing to handle the document lifecycle within the `/docs` directory.