unpin

Remove pinned status from a session via the plugin binary.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unpinning a session is needed when a pinned item should be removed from prominence or when organizing the current pin set.

Core Features & Use Cases

  • Unpin the current session quickly.
  • Unpin a session by its position from the most recent list.

Quick Start

Run the unpin command with the target session reference or position from the latest results.

Frequently Asked Questions about unpin

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

FAQPage Schema
How do I unpin a session in Claude Code?

You can unpin a session in Claude Code by running the unpin command with a target session reference or its numerical position from the latest results. This removes the pinned status from the specified session.

What is session pinning used for in Claude Code?

Session pinning in Claude Code highlights specific sessions for prominence. Unpinning reverses this by removing the pinned status, which helps organize your current pin set when a pinned item is no longer needed.

Can I remove the pinned status from the current session directly?

Yes, you can remove the pinned status from the current session directly by running the unpin command without a list position. The plugin binary validates the input and executes the unpin action on the active session.

How do I select a specific session to unpin from a list?

To unpin a specific session from a list, provide its position from the most recent list results when running the unpin command. The plugin binary resolves the target session using this positional reference.

Do I need any dependencies to manage pinned sessions?

No external dependencies are required to manage pinned sessions. The unpin functionality operates through a plugin binary that validates input, resolves the target session, and executes the action independently.