
Session Rename
- Updated March 24, 2026
- CodeOfficer/codeofficer-marketplace
session-rename suggests a descriptive name for a Claude Code session before it ends, making past sessions easier to discover. It is a lightweight workflow-organization helper implemented via hooks. Useful for keeping a tidy, searchable session history.
Key points
- Suggests descriptive session names
- Before session ends
- Easier session discovery
- Hook-based
Session Rename by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add CodeOfficer/codeofficer-marketplace/plugin install session-rename@codeofficer-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 24, 2026 |
|---|---|
| Repository | CodeOfficer/codeofficer-marketplace ↗ |
What it does
Suggest a descriptive session name before ending a Claude Code session so past sessions are easy to find later.
README.md
CodeOfficer Marketplace
A Claude Code plugin marketplace featuring workflow enhancements and development tools.
Installation
Add this marketplace to Claude Code:
/plugin marketplace add codeofficer/codeofficer-marketplace
Available Plugins
git-commit-conversation-context
Automatically enforces conversation context in git commits, ensuring every commit documents not just what changed, but why it changed.
Features:
/git-commit-conversation-contextskill for adding context to commits- Automatic enforcement via PreToolUse hook
- Works alongside existing commit workflows
- Skip with
SKIP_COMMIT_HOOK=1for special operations
Installation:
/plugin install git-commit-conversation-context@codeofficer-marketplace
Plugin Scopes
When installing plugins, choose the appropriate scope:
--scope user(default): Personal plugins available across all projects--scope project: Team plugins shared via git (in.claude/settings.json)--scope local: Project-specific plugins, gitignored (in.claude/settings.local.json)
Example:
/plugin install git-commit-conversation-context@codeofficer-marketplace --scope project
Updating Plugins
Update all plugins from this marketplace:
/plugin marketplace update codeofficer-marketplace
Update a specific plugin:
/plugin update git-commit-conversation-context@codeofficer-marketplace
Contributing
Have ideas for new plugins? Open an issue or submit a pull request!
License
MIT License - see LICENSE for details.