docs-workflow

Initialize, update, and audit CLAUDE.md, README.md, and docs/ files.

54|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill docs-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-workflow
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/docs-workflow
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill docs-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation, maintenance, and auditing of project documentation, ensuring consistency and up-to-date information across CLAUDE.md, README.md, and other documentation files.

Core Features & Use Cases

  • Documentation Initialization: Scaffolds essential documentation files for new projects based on detected project types (Cloudflare, Next.js, generic).
  • Automated Maintenance: Audits existing documentation for staleness, broken links, outdated versions, and sync issues with the codebase.
  • Use Case: When starting a new Next.js project, use /docs-init to automatically generate a CLAUDE.md with relevant templates, a README.md, and a docs/ directory structure, saving significant setup time.

Quick Start

Use the docs-workflow skill to initialize documentation for a new project.

Frequently Asked Questions about docs-workflow

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

FAQPage Schema
How do I automate documentation initialization for a Next.js or Cloudflare Workers project?

Automating documentation initialization scaffolds essential files like CLAUDE.md, README.md, and a docs/ directory based on detected project types. It uses project type detection for Cloudflare Workers and Next.js to generate relevant templates, saving significant manual setup time.

How do I audit existing project documentation for staleness and broken links?

Auditing existing documentation checks for staleness, broken links, outdated versions, and sync issues with the codebase. It requires file system access and git integration to perform comprehensive checks across your README.md and other documentation files.

What is the best way to maintain CLAUDE.md files across a codebase?

Maintaining CLAUDE.md files is best handled through smart maintenance commands that audit and update documentation. This ensures consistency and up-to-date information by syncing the documentation lifecycle directly with codebase changes.

Does the documentation workflow require git integration to audit files?

Yes, documentation auditing requires git integration and file system access to perform comprehensive checks. These dependencies are necessary to accurately detect sync issues, outdated versions, and broken links within the project files.

Can I use this documentation workflow for generic projects outside of Next.js and Cloudflare?

Yes, the workflow supports generic projects alongside specific detection for Cloudflare Workers and Next.js. It scaffolds and audits documentation structures regardless of the specific framework being used.