Evolution Timeline banner
levindixon levindixon

Evolution Timeline

Development community

Description

I have extracted prompts from my Claude Code conversation history. These prompts represent the types of requests I commonly make while coding. I want you to analyze these prompts and create an ASCII timeline showing how my prompting style has evolved over time. The extracted prompts are located in this directory as both json (extracted_prompts.json) and markdown (extracted_prompts.md). The information in both files is identical, just presented in different formats. Please analyze the prompts d

Installation

Installs to ~/.claude/skills/levindixon-claude-code-prompt-plunderer-evolution_timeline/SKILL.md

Terminal
mkdir -p ~/.claude/skills/levindixon-claude-code-prompt-plunderer-evolution_timeline && curl -fsSL https://raw.githubusercontent.com/levindixon/claude-code-prompt-plunderer/HEAD/prompts/evolution_timeline.md -o ~/.claude/skills/levindixon-claude-code-prompt-plunderer-evolution_timeline/SKILL.md

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

Full documentation available on GitHub

View Source Repository