— 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
✓ PassedNo 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 claimAbout
When to Use This Skill
- When you have a Claude Code /insight report HTML file to analyze
- After running
/insightin Claude Code and saving the HTML report - When you want to generate skills, CLAUDE.md rules, hooks, and todos from your usage patterns
Steps
- 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
- 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 ``
- Review the output: Check the generated files in the output directory:
insights-todo.md— Prioritized task listCLAUDE.md-additions.md— Rules to add to your CLAUDE.md.claude/settings-insights.json— Hook configurations.claude/skills/*/SKILL.md— Generated skillsinsights-README.md— Placement guide
- Apply directly (alternative): Use
--applyto merge directly into your project:
``bash npx claude-insights analyze --apply ``
- Verify: Check that the generated rules and skills make sense for your project.
Rules
- Always review generated output before applying to your project
- The
--applymode 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.
- Author: yahav10
- Source: yahav10/claude-insights
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.