tdc-docs

Generate consistent documentation artifacts from repository structure and templates.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Alex-65/tdcweb --skill tdc-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdc-docs
Source: https://github.com/Alex-65/tdcweb/tree/main/.claude/skills/tdc-docs
Command: npx skills add https://github.com/Alex-65/tdcweb --skill tdc-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Dreamer's Cave documentation often falls out of date across README, CHANGELOG, API docs, and component references. This skill provides a structured approach to create and maintain comprehensive project documentation within the docs/ directory.

Core Features & Use Cases

  • Documentation scaffolding: Provides a standardized template and workflow for updating README, CHANGELOG, API docs, and component references.
  • Consistency enforcement: Encourages uniform formatting, terminology, and versioned notes across backend and frontend docs.
  • Use Case: When a new API endpoint or feature is released, this skill can generate updated API docs, changelog entries, and component references in a single operation.

Quick Start

Say "update docs for the new login endpoint" and the skill will draft the API docs, changelog entry, and component references in the docs/.

Frequently Asked Questions about tdc-docs

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

FAQPage Schema
How do I keep API documentation and changelog entries up to date across a project?

To keep API documentation and changelogs up to date, use a structured documentation workflow that parses the repository structure and generates consistent artifacts for README, CHANGELOG, and API endpoint docs in a single operation.

What is the best way to generate markdown README and component reference docs for new features?

The best way to generate markdown README and component references is applying standardized templates that enforce uniform formatting and versioned notes across backend and frontend documentation directories.

Can I update API endpoint documentation and changelog entries at the same time?

Yes, you can update API endpoint documentation and changelog entries simultaneously by triggering a documentation update workflow that drafts both artifacts together within the project's docs directory.

Does this documentation scaffolding approach work for both frontend and backend component guides?

Yes, this documentation scaffolding approach works for both frontend and backend component guides by applying uniform terminology and consistent formatting across all project content.

What templates do I need to provide for generating consistent markdown documentation artifacts?

You need to provide clear templates and tooling capable of parsing the repository structure so the system can generate consistent markdown documentation artifacts across your project.