rename

Rename the current Claude Code conversation by injecting a new user message.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/kmylpenter/KFG-CCv2-Installer-Stable --skill rename
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rename
Source: https://github.com/kmylpenter/KFG-CCv2-Installer-Stable/tree/main/.claude/skills/rename
Command: npx skills add https://github.com/kmylpenter/KFG-CCv2-Installer-Stable --skill rename

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to quickly and efficiently change the name of your current Claude Code conversation without manual file editing or complex steps.

Core Features & Use Cases

  • Instant Renaming: Renames the active conversation by injecting a new user message.
  • UUID Generation: Creates a new UUID for the conversation entry.
  • Use Case: You've been working on a complex coding task and want to give the conversation a clear, descriptive title for future reference. Use this skill to rename it to "Implement User Authentication Flow".

Quick Start

Rename the current conversation to "Update API Endpoints".

Frequently Asked Questions about rename

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rename a Claude Code conversation?

To rename a Claude Code conversation, this Skill injects a new user message with your specified name. It locates the conversation file, generates a new UUID, updates the parent UUID in the second line, and reconstructs the file for instant renaming.

What is the fastest way to change the title of a Claude conversation?

The fastest way to change a Claude conversation title is by using Bash commands. This Skill utilizes only Bash commands for efficiency, avoiding manual file editing or complex steps to instantly rename your active session.

Can I update the UUID of a Claude conversation file directly?

Yes, you can update the UUID of a Claude conversation file. This Skill generates a new UUID and updates the parent UUID in the second line of the conversation file to apply the new name efficiently using Bash.

Do I need any external dependencies to rename my Claude conversation?

No external dependencies are needed to rename your Claude conversation. The Skill operates independently using built-in Bash commands to find the relevant conversation file and reconstruct it with a new UUID.

Why does renaming a Claude conversation require updating the parent UUID?

Renaming a Claude conversation requires updating the parent UUID because the Skill injects a new user message with the specified name. It modifies the second line of the conversation file to maintain the correct message hierarchy.