/cht
Description
[](https://www.npmjs.com/package/@kosoukhov/cht-cli) [](LICENSE) [](package.json)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
/cht — Chat Persistence for Claude Code
[](https://www.npmjs.com/package/@kosoukhov/cht-cli) [](LICENSE) [](package.json)
Save, search, and continue Claude Code conversations as local markdown files.
13 slash commands for managing conversation history in Claude Code. Every message is crash-proof saved to a markdown file, organized by project, readable offline in any editor.
Installation
Requirements: Node.js 22+, Claude Code CLI.
npm install -g @kosoukhov/cht-cli
cht setup
`cht setup` registers 13 slash commands and 4 auto-save hooks in your Claude Code configuration. Run it once after installation, and again after updates.
Verify the installation:
cht doctor
Quick Start
/cht-new myproject "Auth refactor" # create a chat
... # work as usual — messages auto-saved
/cht-end # stop recording
On next Claude Code launch:
/cht-continue myproject # resume the chat
Commands
Chat Lifecycle
| Command | Arguments | Description |
|---|---|---|
/cht-new |
[project] [title] |
Create a new chat and enable auto-save |
/cht-end |
-- | Stop recording messages |
/cht-continue |
[project] |
Resume a previous chat (loads history + enables recording) |
/cht-include |
[project] |
Load a chat as context (without recording) |
Browsing and Search
| Command | Arguments | Description |
|---|---|---|
/cht-list |
[project] [--recent N] [--tag TAG] [--archived] |
List chats with filtering |
/cht-search |
[project] [--all] |
Search by title and content |
Management
| Command | Arguments | Description |
|---|---|---|
/cht-rename |
[project] |
Rename a chat |
/cht-tag |
|
Add/remove a tag |
/cht-archive |
[project] |
Move to archive |
...
Related Skills
prompts.chat
| f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open sourc
Communication Internal Comms
Write internal communications like status reports, newsletters, and FAQs
Communication mcp-server-slack
Slack workspace integration.
Communication Google Workspace Groups Settings
Manage Google Groups settings
Communication Open Saas
A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, sl
slack
| Communication | Slack integration via HTTP/OAuth MCP |
Communication