tag

star 3

Add a tag to a session (current session or by number from list)

chungchihhan By chungchihhan schedule Updated 3/9/2026

name: tag description: Add a tag to a session (current session or by number from list) user-invocable: true argument-hint: " or "

Tag Session

Add a tag to a session for organization.

Task

Add tag: $ARGUMENTS

Steps

  1. Parse $ARGUMENTS:

    • If one argument: tag the current session with that tag
    • If two arguments: first is session number from list, second is the tag
  2. Run the tag command:

${CLAUDE_PLUGIN_ROOT}/bin/super-resume tag "<session-id>" "<tag>"
  1. Confirm the tag was added.

Examples

  • /tag work - Add "work" tag to current session
  • /tag 2 bug-fix - Add "bug-fix" tag to second session from list
  • /tag important - Add "important" tag to current session
Install via CLI
npx skills add https://github.com/chungchihhan/super-resume --skill tag
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
chungchihhan
chungchihhan Explore all skills →