claude-code-analyzer

Analyze Claude Code usage patterns and generate JSON and Markdown configuration artifacts.

169|5|Updated Feb 1, 2018
One-click install
npx skills add https://github.com/joelazar/dotfiles --skill claude-code-analyzer-joelazar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-analyzer
Source: https://github.com/joelazar/dotfiles/tree/main/dot_claude/skills/claude-code-analyzer
Command: npx skills add https://github.com/joelazar/dotfiles --skill claude-code-analyzer-joelazar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the guesswork and manual effort involved in optimizing your Claude Code workflow. It helps you understand your usage patterns, discover valuable community resources, and generate accurate configurations and project documentation, ensuring your AI assistant works efficiently and effectively.

Core Features & Use Cases

  • Usage Analysis: Automatically extracts patterns from your Claude Code history, identifying frequently used tools, model distribution, and auto-allowed tool effectiveness.
  • GitHub Discovery: Scans GitHub for community-contributed skills, agents, slash commands, and CLAUDE.md examples relevant to your project's tech stack.
  • Project Analysis: Detects your project's package manager, frameworks, testing setup, and CI/CD, then suggests tailored improvements for your CLAUDE.md documentation.
  • On-Demand Documentation: Fetches the latest official Claude Code documentation for agents, skills, slash commands, and settings, ensuring your configurations are always up-to-date.
  • Use Case: A developer wants to streamline their Claude Code interactions. This Skill analyzes their history, suggests adding frequently used tools to auto-allows, creates a slash command for repetitive tasks like running tests, and helps document their project for better AI context, all while leveraging community best practices.

Quick Start

Optimize my Claude Code setup. Analyze my usage patterns and project structure, then provide recommendations for auto-allowed tools, slash commands, and CLAUDE.md improvements.

Frequently Asked Questions about claude-code-analyzer

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

FAQPage Schema
How do I analyze my Claude Code usage patterns to optimize my workflow?

Usage analysis extracts patterns from your Claude Code history to identify frequently used tools, model distribution, and auto-allow effectiveness. The Skill automatically processes your history and generates recommendations for tools to auto-allow and slash commands for repetitive tasks, streamlining your interactions.

Can I discover community-contributed Claude Code skills and configurations for my project?

GitHub discovery scans for community-contributed skills, agents, slash commands, and CLAUDE.md examples relevant to your project's tech stack. Results surface proven configurations and best practices that match your TypeScript or Next.js setup.

How do I generate a CLAUDE.md file tailored to my project structure?

Project analysis detects your package manager, frameworks, testing setup, and CI/CD configuration, then generates CLAUDE.md sections with tailored recommendations. This ensures your AI assistant has accurate project context for better performance.

What's the best way to configure auto-allowed tools and slash commands for Claude Code?

Extract usage patterns to identify which tools you invoke most frequently, then add those to auto-allows to reduce confirmation delays. Create slash commands for repetitive tasks like running tests or linting, automating common workflows with programmatic JSON and Markdown outputs.

Does this Skill work with TypeScript and Next.js projects?

Yes, the Skill is optimized for TypeScript and Next.js projects. It detects your specific framework and tooling setup to generate relevant auto-allow configurations, slash commands, and documentation tailored to your tech stack.

What do I need to have installed before using this Skill?

The Skill requires jq as a dependency for processing JSON outputs. Your project must contain a package manager and framework configuration that the analysis can detect, such as package.json for Node-based projects.