Documentation

How to keep docs accurate as code changes: drift detection, freshness checks, and the case for writing things down.12 posts

May 29, 2026/6 min read

A stale AGENTS.md is worse than no AGENTS.md

Cloudflare built an internal platform to keep AGENTS.md files fresh across thousands of repos. Here are the methods to keep yours current, and how we do it at Dosu.

May 14, 2026/23 min read

How Fresh Are Your Docs? Score Documentation Freshness in CI

A 0-100 freshness signal that catches documentation drift in CI on every PR. Three deterministic checks plus a Claude Code semantic layer for the gray zone.

Documentationautomation
Taylor DolezalHead of OSS
Mar 25, 2026/22 min read

A Claude Code Skill for Auto-Generating Project Docs

Generate your project's entire documentation layer from source code with a single Claude Code skill. Build /doc-it and run it against a real FastAPI project.

Documentationautomation
Taylor DolezalHead of OSS
Mar 6, 2026/25 min read

How to Catch Documentation Drift with Claude Code and GitHub Actions

Let's craft a GitHub Actions workflow with Claude Code that helps to catch stale docs as you iterate on your code.

Documentationautomation
Taylor DolezalHead of OSS
Aug 28, 2025/6 min read

Always Up to Date: Using AI to Generate and Maintain Documentation

Keep docs in sync automatically. Dosu generates, updates, and self-documents PRs so your documentation stays accurate with every code change.

Aug 12, 2025/5 min read

The Code Understanding Paradox: When AI Makes Writing Code Fast but Understanding It Slow

I've been thinking about Sonar CEO Tariq Shaukat's recent blog post Solving the Engineering Productivity Paradox from a Dosu angle.

Devin SteinFounder and CEO