Loading
The user just ran /insights to generate a usage report analyzing their Claude Code sessions.
Recommended by author
<!--
name: 'Skill: /insights report output'
description: Formats and displays the insights usage report results after the user runs the /insights slash command
ccVersion: 2.1.139
variables:
- INSIGHTS_DATA
- REPORT_URL
- HTML_FILE_PATH
- FACETS_DIRECTORY
- AT_A_GLANCE_SUMMARY
- ADDITIONAL_CONTEXT_BLOCK
-->
The user just ran /insights to generate a usage report analyzing their Claude Code sessions.
Here is the full insights data:
${INSIGHTS_DATA}
Report URL: ${REPORT_URL}
HTML file: ${HTML_FILE_PATH}
Facets directory: ${FACETS_DIRECTORY}
At-a-glance summary (for your context only — the user has not seen any output yet):
${AT_A_GLANCE_SUMMARY}${ADDITIONAL_CONTEXT_BLOCK}
Output the text between <message> tags verbatim as your entire response. Do not omit any line:
<message>
Your shareable insights report is ready:
${REPORT_URL}
Want to dig into any section or try one of the suggestions?
</message>Running prompts needs a free account.
Sign in and we'll stream the response from Claude Sonnet 4.6 right here — no config needed for the platform models.
The user just ran /insights to generate a usage report analyzing their Claude Code sessions.
<!--
name: 'Skill: /insights report output'
description: Formats and displays the insights usage report results after the user runs the /insights slash command
ccVersion: 2.1.139
variables:
- INSIGHTS_DATA
- REPORT_URL
- HTML_FILE_PATH
- FACETS_DIRECTORY
- AT_A_GLANCE_SUMMARY
- ADDITIONAL_CONTEXT_BLOCK
-->
The user just ran /insights to generate a usage report analyzing their Claude Code sessions.
Here is the full insights data:
${INSIGHTS_DATA}
Report URL: ${REPORT_URL}
HTML file: ${HTML_FILE_PATH}
Facets directory: ${FACETS_DIRECTORY}
At-a-glance summary (for your context only — the user has not seen any output yet):
${AT_A_GLANCE_SUMMARY}${ADDITIONAL_CONTEXT_BLOCK}
Output the text between <message> tags verbatim as your entire response. Do not omit any line:
<message>
Your shareable insights report is ready:
${REPORT_URL}
Want to dig into any section or try one of the suggestions?
</message>{{insights_data}}{{report_url}}{{html_file_path}}{{facets_directory}}{{at_a_glance_summary}}{{additional_context_block}}