untag

Remove a tag from a session by session id or list number.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/chungchihhan/super-resume --skill untag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: untag
Source: https://github.com/chungchihhan/super-resume/tree/main/skills/untag
Command: npx skills add https://github.com/chungchihhan/super-resume --skill untag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove a tag from a session to tidy metadata and keep session lists meaningful by eliminating outdated or incorrect tags.

Core Features & Use Cases

  • Remove a tag from the current session.
  • Remove a tag from a specific session by its number in the list.
  • Validate removal and provide confirmation to prevent accidental changes.

Quick Start

Remove the tag 'work' from the current session.

Frequently Asked Questions about untag

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

FAQPage Schema
How do I remove a tag from a specific session in my CLI workflow?

To remove a tag from a session, provide the session number and the tag name as arguments. The tool parses the input, executes the untag command, and validates the removal to keep your session list meaningful.

Can I clean up outdated tags from the current session without selecting it manually?

Yes, you can clean up tags from the current session directly. By passing the target tag as an argument, the tool removes it from the active session and confirms the change to prevent accidental metadata updates.

What is the best way to tidy session metadata when managing multiple Claude Code sessions?

The best way to tidy session metadata is to remove incorrect or outdated tags from specific list entries. You can target any numbered session in your workflow, eliminating invalid tags to ensure your session lists remain accurate and organized.

Do I need any plugins or dependencies to manage session tags effectively?

No additional plugins or dependencies are required to manage session tags. The tool operates as a standalone CLI utility, parsing arguments natively to execute tag removal and provide validation confirmation for your workflow.

Why does my session list show outdated tags after I reorganize my workflow?

Your session list shows outdated tags because previous workflow labels were not cleared during reorganization. Removing these incorrect tags from the affected sessions tidies the metadata and ensures your session lists accurately reflect current tasks.