Claude-skill-registry chat-naming

Generate descriptive chat titles from the first message using a fast LLM. Runs as a background workflow step after the main response to avoid delaying the experience.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/chat-naming" ~/.claude/skills/majiayu000-claude-skill-registry-chat-naming && rm -rf "$T"
manifest: skills/data/chat-naming/SKILL.md
source content

Automatic Chat Naming

To set up Automatic Chat Naming, refer to the fullstackrecipes MCP server resource:

Resource URI:

recipe://fullstackrecipes.com/chat-naming

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-naming