Analyzes Claude Code session history to identify repeated workflows and suggest slash commands to automate them
/plugin marketplace add princespaghetti/claude-marketplace/plugin install learnfrompast@princespaghetti-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/workflow_analyzer.pyThis skill analyzes your Claude Code usage patterns by examining session transcripts to identify workflows you repeat frequently. It suggests specific slash commands you could create to automate these patterns, complete with time savings estimates and implementation priorities.
Use this skill when you want to:
This skill includes a pre-built Python analysis script that:
~/.claude/projects/*/The skill considers a pattern significant if it:
The skill identifies these common workflow patterns:
When the user requests workflow analysis:
Calculate date range:
days parameter if provided, otherwise default to 30date -v-{days}d +%s (macOS) or date -d "{days} days ago" +%s (Linux)Locate session files:
find ~/.claude/projects -name "*.jsonl" -type f -mtime -{days} 2>/dev/null
Run analysis and generate report:
find ~/.claude/projects -name "*.jsonl" -type f -mtime -{days} 2>/dev/null | \
python3 <skill-path>/scripts/workflow_analyzer.py
Present findings:
The generated report includes:
For each pattern:
This skill is successful if it:
/ship-git, /publish-plugin)Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.