Agent Skills
› lllyasviel/VCC
› readchat
readchat
GitHub用于编译和读取特定的JSONL对话日志文件。当用户触发/readchat命令、提及.jsonl文件或要求回顾过往Claude会话时启用,旨在帮助用户查看和分析历史对话记录。
Trigger Scenarios
用户输入 /readchat
提及 .jsonl 对话文件
要求回顾或审查过往 Claude 会话
Install
npx skills add lllyasviel/VCC --skill readchat -g -y
SKILL.md
Frontmatter
{
"name": "readchat",
"description": "Compile and read a specific JSONL conversation log. Use when: the user says \/readchat, mentions .jsonl conversation files, or asks to review past Claude sessions."
}
Read .claude/skills/conversation-compiler/SKILL.md now.
Version History
- b962af2 Current 2026-07-25 07:10


