Docsdrift banner
padak padak

Docsdrift

Security community

Description

--- name: docsdrift description: Use this agent when you need to audit and detect discrepancies between code changes and documentation. This agent should be run after commits are made to identify where documentation may have fallen out of sync with the actual codebase implementation. It's particularly useful for maintaining documentation accuracy in actively developed projects.\n\nExamples:\n- <example>\n Context: The user wants to check if recent code changes have been properly documented.\n

Installation

Installs to ~/.claude/agents/padak-claude_code_template-docsdrift.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/padak/claude_code_template/HEAD/.claude/agents/docsdrift.md -o ~/.claude/agents/padak-claude_code_template-docsdrift.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository