Code History banner
dgriffith dgriffith

Code History

Development community

Description

--- name: code-history description: Quick analysis of code evolution and key patterns pattern: /code-history(?:\s+(.+))? --- Using @agent-code-historian analyze the code history and evolution patterns. You must create a concise, executive-level historical analysis report WITHOUT making any changes. ## Input Parsing The user invoked: /code-history {optional_scope} Valid scopes: - **No argument**: Analyze the entire project's history - **File/directory path**: Track evolution of specific file o

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-code-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-code-history && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/code-history.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-code-history/SKILL.md

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

Full documentation available on GitHub

View Source Repository