Interactive session analysis, deep drill-down into Claude Code conversation history, and workflow improvement generation
npx claudepluginhub nthplusio/functional-claude --plugin session-insightsDeep session analysis with interactive selection, parallel agent analysis, and workflow improvement generation. Use for comprehensive review of Claude Code conversation history.
Quick dashboard of Claude Code usage statistics — sessions, projects, tokens, tools, and activity patterns. Lightweight alternative to /session-review.
Deep-dive analysis agent for Claude Code session data. Analyzes batches of sessions for specific dimensions (insights, improvements, or patterns). Launched by /session-review command. <example> Context: User is running /session-review and Phase 3 needs parallel analysis user: "Analyze these sessions for insights and learnings" assistant: "I'll use the session-analyst agent to analyze the assigned sessions." <commentary> Parallel analysis phase of session-review. Each agent instance focuses on one dimension. </commentary> </example> <example> Context: User wants to understand patterns in their session history user: "What patterns do you see in my recent sessions?" assistant: "I'll use the session-analyst agent to analyze your sessions for workflow patterns." <commentary> Pattern analysis request. Agent will run extract-session.js on sessions and synthesize findings. </commentary> </example>
Generates concrete workflow improvements from session analysis findings. Produces CLAUDE.md additions, custom command suggestions, skill recommendations, and hook suggestions. Launched by /session-review Phase 6. <example> Context: Session review analysis is complete and user wants improvements user: "Generate workflow improvements based on the analysis" assistant: "I'll use the workflow-improver agent to generate concrete improvements." <commentary> Post-analysis improvement generation. Agent reads current project config and generates actionable artifacts. </commentary> </example> <example> Context: User wants to improve their development workflow user: "Turn these session insights into CLAUDE.md improvements" assistant: "I'll use the workflow-improver agent to generate CLAUDE.md additions based on the analysis." <commentary> Targeted improvement request. Agent will focus on CLAUDE.md additions from patterns found. </commentary> </example>
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation