Vp prename
Reusable Agent Skills by VdustR
npx -y skills add VdustR/skills --skill vp-prenameAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate a meaningful session name based on the overall session theme, not just the last action. Use when asked to "name this session", "rename session", "prename", "give this session a name", "what should I call this session", or mentions session naming. Outputs a concise session title. Boundary: not for renaming files, variables, or git branches.
SKILL.md
1.8 KB, as published. Nobody here has run it
Prename
Generate a session name that captures the overall theme and purpose, not just the last action.
Process
- Review the conversation's key themes
- Generate a name following the naming style below
- Output only the title
Naming Style
<emoji> <topic>
- Emoji — reflects session nature, freely chosen
- Topic — the essence of the session; can be a noun, a phrase, or include a verb when it clarifies (e.g.,
fix CI: node version mismatch) - Reference-driven sessions — when the session revolves around a specific reference (PR, issue, ticket), use its title:
#42 Fix auth timeout,PROJ-123 User onboarding flow - Language — match the user's language or the natural fit for the context; mixing is fine
- Keep it scannable — aim for 1-5 words after the emoji
Examples
🏷️ session naming
🐛 fix CI: node version mismatch
⬆️ React 19 upgrade
⏪ revert abc123 auth regression
📚 MCP server: stdio vs SSE
🔧 #42 Fix auth timeout
🔀 auth middleware refactor
🎫 PROJ-123 User onboarding flow
🧪 session naming
🧰 dependency workflow improvements
💬 architecture decisions
Anti-patterns
- Last action only:
fix README typowhen the session built an entire skill - Too generic:
coding session,work - Too specific:
add handleTimeout to auth/middleware.ts line 42
Output
Output only the title:
<emoji> <topic>