workflow-analyzer

Analyze Claude Code session transcripts to detect repeated workflows and suggest slash commands.

Updated Nov 12, 2025
One-click install
npx skills add https://github.com/princespaghetti/claude-marketplace --skill workflow-analyzer-princespaghetti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-analyzer
Source: https://github.com/princespaghetti/claude-marketplace/tree/main/learnfrompast/skills/workflow-analyzer
Command: npx skills add https://github.com/princespaghetti/claude-marketplace --skill workflow-analyzer-princespaghetti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill analyzes Claude Code session transcripts to identify workflows you repeat frequently. It suggests specific slash commands to automate these patterns, saving time and reducing manual repetition.

Core Features & Use Cases

  • Pattern detection: Scans session transcripts to identify recurring workflows (e.g., git operations, docs updates, test cycles).
  • Automation recommendations: Proposes concrete slash commands to automate detected patterns.
  • ROI & prioritization: Provides time-savings estimates and implementation priorities to plan automation.

Quick Start

Ask Claude to "analyze my workflows" or "find automation opportunities in my Claude Code usage"

Frequently Asked Questions about workflow-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify repeated workflows in my Claude Code sessions?

Workflow analysis scans your Claude Code session transcripts to detect recurring patterns like git operations, documentation updates, and test cycles. The Skill parses JSONL session files from your local projects directory and generates a structured report identifying your most-repeated commands with time-savings estimates.

What automation opportunities can slash commands unlock in my workflow?

Slash commands automate detected patterns from your session history—git commits, versioning, documentation tasks, and test-fix cycles. The Skill recommends specific commands tailored to your actual usage, prioritized by ROI and implementation effort to maximize time savings.

Can I use workflow analysis with my existing Claude Code projects?

Yes. The Skill analyzes session transcripts stored in ~/.claude/projects without requiring setup or configuration. It works with any project where you have session history, identifying patterns across your existing workflows automatically.

How accurate are the time-savings estimates for automation?

Estimates derive from pattern frequency detected in your actual session data—how often you repeat each workflow and which commands appear together. The Skill prioritizes recommendations by implementation complexity and estimated ROI so you automate high-impact patterns first.

What happens if my session history doesn't show clear patterns?

The Skill requires sufficient session data to detect meaningful patterns. If your history is limited or workflows are inconsistent, the analysis may report fewer recommendations. Running more sessions through Claude Code builds a richer dataset for pattern detection.