
Insights To Automations
- Updated April 17, 2026
- MaryamZi/claude-plugins
insights-to-automations is a Claude Code skill in the Automation & Workflows category. Turn Claude Code Insights reports into skills, agents, hooks, and CLAUDE.md rules based on actual usage patterns
Key points
- insights-to-automations
- Automation & Workflows
- AI-coding skill
Insights To Automations by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add MaryamZi/claude-plugins/plugin install insights-to-automations@cc-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 17, 2026 |
|---|---|
| Repository | MaryamZi/claude-plugins ↗ |
What it does
Turn Claude Code Insights reports into skills, agents, hooks, and CLAUDE.md rules based on actual usage patterns
README.md
i2a — Insights to Automations
Turn your Claude Code Insights report into concrete, installable automations — skills, agents, hooks, and CLAUDE.md rules — based on your actual usage patterns.
Prerequisites
Run /insights first to generate a report at ~/.claude/usage-data/report.html.
Usage
/insights-to-automations:run
Or with a custom report path:
/insights-to-automations:run /path/to/report.html
What it does
- Parses your insights report (friction points, recurring tasks, suggested features)
- Inventories your existing automations (skills, agents, hooks, CLAUDE.md rules)
- Proposes 3-5 high-value automations — editing existing ones where possible
- Walks you through each proposal one by one for approval
All generated automations are prefixed with i2a- so they're easy to identify and clean up.
What it generates
| Signal | Automation |
|---|---|
| Recurring task (3+ sessions) | Skill |
| Friction: scope/approach issues | CLAUDE.md rule |
| Suggested hook | Hook in settings.json |
| Suggested MCP server | Recommendation (not auto-installed) |
| Horizon: parallel workflow | Agent template |