什么是 summarize-current-session?
总结当前的对话会话并将摘要写入项目根目录中的 docs/sessions/ 中。当用户要求“总结本次会话”、“编写会话日志”、“保存我们今天所做的事情”或类似内容时使用。 来源:ak1ra-komj/agents-skills。
总结当前的对话会话并将摘要写入项目根目录中的 docs/sessions/ 中。当用户要求“总结本次会话”、“编写会话日志”、“保存我们今天所做的事情”或类似内容时使用。
通过命令行快速安装 summarize-current-session AI 技能到你的开发环境
来源:ak1ra-komj/agents-skills。
Summarize everything done in the current conversation session and persist it as a Markdown file under /docs/sessions/. Create the directory if it does not exist.
One paragraph covering: background / motivation, the problem or request, the approach taken, and the outcome.
A list of every file touched during the session. For each file include:
总结当前的对话会话并将摘要写入项目根目录中的 docs/sessions/ 中。当用户要求“总结本次会话”、“编写会话日志”、“保存我们今天所做的事情”或类似内容时使用。 来源:ak1ra-komj/agents-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ak1ra-komj/agents-skills --skill summarize-current-session总结当前的对话会话并将摘要写入项目根目录中的 docs/sessions/ 中。当用户要求“总结本次会话”、“编写会话日志”、“保存我们今天所做的事情”或类似内容时使用。 来源:ak1ra-komj/agents-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ak1ra-komj/agents-skills --skill summarize-current-session 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ak1ra-komj/agents-skills