doc-writer

Generate Markdown documentation for Faiston NEXO from feature specifications and code changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LPDigital-Agent/galderma-demo-trackwise --skill doc-writer-lpdigital-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-writer
Source: https://github.com/LPDigital-Agent/galderma-demo-trackwise/tree/main/.claude/skills/doc-writer
Command: npx skills add https://github.com/LPDigital-Agent/galderma-demo-trackwise --skill doc-writer-lpdigital-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and standardizes the creation of documentation for Faiston NEXO projects. It reduces manual drafting time, ensures consistency across READMEs, API docs, and code comments, and keeps all content organized under the docs/ directory.

Core Features & Use Cases

  • Automated Documentation Scaffolding: generate README, API references, and architecture notes from feature specs and code changes.
  • Documentation Consistency: enforce a uniform structure and style across the docs/ folder.
  • Use Case: When a feature is added, run the Skill to produce a complete docs/ skeleton with section templates, sample code blocks, and links to related docs.

Quick Start

Provide the features, endpoints, or code changes you want documented, and the Skill will output Markdown documents in the docs/ folder, including README, API docs, and code comment templates.

Frequently Asked Questions about doc-writer

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

FAQPage Schema
How do I generate Markdown documentation from feature specifications?

To generate Markdown documentation, provide feature briefs or code changes to produce structured docs/ skeletons with README sections, API references, and code-comment templates. This standardizes content organization and reduces manual drafting time.

What is the best way to scaffold a docs folder for a new API?

Scaffolding a docs folder requires submitting your API endpoints or feature specs to generate Markdown files with clear structure, relative links, and sample code blocks. This ensures documentation consistency across architecture guides and developer handbooks.

Can I use this to create code comment templates for my project?

Yes, you can generate code comment templates by providing your code changes and feature briefs. The output includes Markdown sections with standardized comment formats suitable for immediate integration into your developer documentation.

Does this documentation generator work for architecture guides and developer handbooks?

Yes, the documentation generator applies to architecture guides and developer handbooks by transforming feature specifications into structured Markdown. It outputs organized sections with relative links across the docs directory for comprehensive project coverage.

What format do I need to provide for automated documentation scaffolding?

Automated documentation scaffolding accepts feature specifications, endpoint descriptions, or code changes as input. It processes these to output Markdown documents including READMEs, API docs, and code comment templates within the docs folder.

Why use a standardized Markdown structure for project documentation?

A standardized Markdown structure enforces uniform style across the docs folder, reducing manual drafting time and ensuring consistency between READMEs, API references, and code comments for Faiston NEXO projects.