brunobola-portfolio

Session Name — Development skill for Claude Code

Development community

Rename this session (" - "), regenerate the topic, show Remote Control tips, or run diagnostics.

How to install Session Name

Installs to ~/.claude/skills/brunobola-portfolio-claude-session-namer-session-name/SKILL.md

Terminal
mkdir -p ~/.claude/skills/brunobola-portfolio-claude-session-namer-session-name && curl -fsSL https://raw.githubusercontent.com/brunobola-portfolio/claude-session-namer/HEAD/commands/session-name.md -o ~/.claude/skills/brunobola-portfolio-claude-session-namer-session-name/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Session Name does


description: Rename this session (" - "), regenerate the topic, show Remote Control tips, or run diagnostics. argument-hint: "[topic] | --regenerate | --remote | --doctor"

The session-namer plugin intercepts this command in its UserPromptSubmit hook. By the time you read this, the hook has ALREADY acted on the arguments below:

Arguments: `$ARGUMENTS`

Follow exactly one of these branches, based on the arguments:

  1. A topic was given (anything that is not a --flag

Alternatives in Development

  • Agent.System.Main.Tips — General operation manual 19k ★
  • Claude Code Guide — A full guide on Claude tips and tricks, optimizing Claude Code, and finding every command possible 3.7k ★
  • MCP Language Server — mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, a 1.5k ★

Full documentation available on GitHub

View Source Repository