AgentStack
SKILL verified MIT Self-run

Analyze Insights

skill-yahav10-claude-insights-analyze-insights · by yahav10

Analyze Claude Code /insight report and generate actionable files

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-yahav10-claude-insights-analyze-insights

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Analyze Insights? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

When to Use This Skill

  • When you have a Claude Code /insight report HTML file to analyze
  • After running /insight in Claude Code and saving the HTML report
  • When you want to generate skills, CLAUDE.md rules, hooks, and todos from your usage patterns

Steps

  1. Locate the report: Find the /insight HTML report file. Common locations:
  • ~/.claude/usage-data/report.html
  • A saved file from the browser after running /insight
  1. Run the analysis: Execute claude-insights (auto-detects the report, or pass a path):

``bash npx claude-insights analyze -o ./insights npx claude-insights analyze -o ./insights ``

  1. Review the output: Check the generated files in the output directory:
  • insights-todo.md — Prioritized task list
  • CLAUDE.md-additions.md — Rules to add to your CLAUDE.md
  • .claude/settings-insights.json — Hook configurations
  • .claude/skills/*/SKILL.md — Generated skills
  • insights-README.md — Placement guide
  1. Apply directly (alternative): Use --apply to merge directly into your project:

``bash npx claude-insights analyze --apply ``

  1. Verify: Check that the generated rules and skills make sense for your project.

Rules

  • Always review generated output before applying to your project
  • The --apply mode deduplicates rules — safe to run multiple times
  • Generated skills are based on YOUR friction patterns and are project-specific

Examples

# Auto-detect report and apply (simplest)
npx claude-insights analyze --apply

# Wait for report to appear, then apply
npx claude-insights analyze --wait --apply

# Standard analysis with explicit file
npx claude-insights analyze ~/report.html -o ./my-project

# With facet data enrichment
npx claude-insights analyze --apply --facets

# Watch for report changes
npx claude-insights watch ~/report.html -o ./my-project

# Team aggregation
npx claude-insights team report1.html report2.html -o ./team-output

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.