manage-docs

Detect missing or broken documentation and generate fixes from CLAUDE.md profiles.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe-archive --skill manage-docs-aifuun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-docs
Source: https://github.com/aifuun/u-safe-archive/tree/main/.claude/skills/manage-docs
Command: npx skills add https://github.com/aifuun/u-safe-archive --skill manage-docs-aifuun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates detection and remediation of missing or inconsistent project documentation, preventing drift and reducing manual auditing effort.

Core Features & Use Cases

  • Profile-aware detection: Infers project profile from CLAUDE.md (e.g., tauri, react, nextjs-aws) to determine required documentation.
  • Structure validation: Checks for missing documents, scans Markdown for broken internal links, and reports detailed findings.
  • Interactive remediation: Prompts the user to generate missing docs from templates and to attempt automatic or guided fixes for broken links.
  • Use Case: Run against a Tauri desktop repo to ensure architecture, build, and backend docs exist, fix internal link breakage, and scaffold any missing pages.

Quick Start

Run /manage-docs to auto-detect the project profile, report missing or broken documentation, and interactively generate or fix items.

Frequently Asked Questions about manage-docs

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

FAQPage Schema
How do I detect missing documentation in a code repository?

Profile-aware detection infers your project profile from CLAUDE.md and reports missing documents required for that specific stack. This prevents documentation drift in code repositories without manual auditing.

How do I find and fix broken internal links in markdown documentation?

Structure validation scans Markdown files for broken internal links and reports detailed findings. It then interactively prompts you to attempt automatic or guided fixes for the broken links using safe fallbacks.

What is profile-aware documentation generation for desktop and web stacks?

Profile-aware documentation generation identifies your project profile, such as tauri or nextjs-aws, to determine required documents. It then interactively scaffolds missing pages from templates specific to that stack.

Does documentation validation work with Tauri desktop repositories?

Yes, documentation validation works with Tauri desktop repositories by detecting the tauri profile from CLAUDE.md. It checks for required architecture and backend docs, fixes link breakage, and scaffolds missing pages.

How do I scaffold missing project documents from templates?

Interactive remediation prompts you to generate missing project documents from templates after structure validation completes. It applies safe fallbacks to ensure documentation generation does not break existing workflows.

What is the best way to prevent documentation drift in code repositories?

Automating detection and remediation of missing or inconsistent project documentation prevents drift and reduces manual auditing effort. Profile-aware templates and link validation ensure docs match repository structure.