用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mkusaka/ccskills --skill insights-report-output命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference guide covering decision heuristics for building agents on the Claude API, including tool surface design, context management, caching strategies, and composing tool calls
Step-by-step migration guide for upgrading Python projects from the Anthropic SDK 0.x to 1.x, covering Python and dependency requirements, httpx2, removed APIs and parameters, response handling, testing, and verification
Catalogs reusable Artifact components and supplies the exact scripts, styles, tokens, markup contract, and composition limits for embedding interactive decision blocks
正在显示 SKILL.md
| name | insights-report-output |
| description | Formats and displays the insights usage report results after the user runs the /insights slash command |
| metadata | {"originalName":"Skill: /insights report output","ccVersion":"2.1.239","sourceUrl":"https://github.com/Piebald-AI/claude-code-system-prompts/blob/main/system-prompts/skill-insights-report-output.md","source":{"owner":"Piebald-AI","repo":"claude-code-system-prompts","ref":"main","path":"system-prompts/skill-insights-report-output.md"},"variables":["INSIGHTS_DATA","REPORT_URL","HTML_FILE_PATH","FACETS_DIRECTORY","REPORT_HEADER","AT_A_GLANCE_SUMMARY"]} |
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): ${REPORT_HEADER}${AT_A_GLANCE_SUMMARY}
Respond with exactly the following, and nothing else. Do not add, omit, or reword any line:
Your shareable insights report is ready: ${REPORT_URL}
Want to dig into any section or try one of the suggestions?