docs-manager

Manage bugs, tasks, docs, and reports in the .agents workflow with templates and index sync.

34|11|Updated Jan 19, 2025
One-click install
npx skills add https://github.com/QuilibriumNetwork/quorum-desktop --skill docs-manager-quilibriumnetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-manager
Source: https://github.com/QuilibriumNetwork/quorum-desktop/tree/main/.claude/skills/docs-manager
Command: npx skills add https://github.com/QuilibriumNetwork/quorum-desktop --skill docs-manager-quilibriumnetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gray-matter, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automatically manages bugs, tasks, documentation, and reports inside the .agents folder following project conventions and established workflow patterns. This reduces manual overhead and helps prevent drift between artifacts and their templates.

Core Features & Use Cases

  • Centralized frontmatter and templates: ensures consistency across bugs, tasks, docs, and reports.
  • Automated index synchronization: keeps INDEX.md and internal references up-to-date after changes.
  • Cross-referencing and workflow coordination: links related items and coordinates with agents-folder-manager for infrastructure changes.

Quick Start

Use this skill to organize a new feature's documentation by generating standard frontmatter, placing files in the correct folders, and updating the project index automatically.

Frequently Asked Questions about docs-manager

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

FAQPage Schema
How do I automate documentation workflow and keep project docs organized?

Automating documentation workflow involves coordinating templates, folders, and frontmatter to keep project docs organized. This skill manages bugs, tasks, and reports within the .agents workflow, applying consistent structures across the directory to prevent manual overhead.

How do I automatically synchronize INDEX.md when documentation files change?

To synchronize INDEX.md when documentation files change, use index-scanning scripts like update-index.py and yarn scan-docs. This ensures automatic index synchronization and updates internal cross-references whenever artifacts are created or modified.

What is the best way to manage frontmatter for bugs and tasks in a documentation ecosystem?

Managing frontmatter for bugs and tasks is best handled by centralizing template adherence and frontmatter generation. This ensures consistency across bugs, tasks, docs, and reports by automatically applying standard formats based on established project conventions.

Can I use gray-matter to parse frontmatter when managing documentation agents?

Yes, you can use gray-matter to parse frontmatter when managing documentation agents. The skill relies on gray-matter to process frontmatter generation and template adherence, maintaining a consistent, searchable documentation ecosystem within the .agents folder structure.

How do I organize a new feature's documentation using folder-based status conventions?

Organizing new feature documentation uses folder-based status conventions by generating standard frontmatter, placing files in correct folders, and updating the project index automatically. This coordinates templates and folders to maintain a searchable documentation ecosystem.

Why does my documentation index drift from the actual files in the .agents folder?

Documentation index drift occurs when manual changes bypass workflow coordination. To prevent this, automatic index synchronization links related items and coordinates with agents-folder-manager for infrastructure changes, ensuring INDEX.md and internal references stay up-to-date.