Add chat-manager skill for Claude Code conversation history management
loading diff…
Claude Code stores every conversation as .jsonl files under ~/.claude/projects/, but there's no built-in way to view or clean them up. Over time these accumulate — test pings, empty sessions, duplicate blasts — and there's no easy way to identify which ones are worth keeping.
Any Claude Code user who wants to manage their conversation history — especially those who use Claude Code frequently and accumulate many low-value sessions.
npx skills add HongjieRen/claude-skill-chat-manager@chat-manager -g -y
/chat-manager
Built with Claude Code assistance (Co-Authored-By: Claude Sonnet 4.6).