DanielRoman11

Ctxhub — Development skill for Claude Code

Development community

Delete a Claude Code session (current one, or matched by name) using the ctxhub binary.

How to install Ctxhub

Installs to ~/.claude/skills/danielroman11-ctxhub-ctxhub/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielroman11-ctxhub-ctxhub && curl -fsSL https://raw.githubusercontent.com/DanielRoman11/ctxhub/HEAD/commands/ctxhub.md -o ~/.claude/skills/danielroman11-ctxhub-ctxhub/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ctxhub does


allowed-tools: Bash(ctxhub:*), AskUserQuestion argument-hint: [session-name] description: Delete a Claude Code session (current one, or matched by name) using the ctxhub binary

Argument

$ARGUMENTS

Task

Do not reason about this beyond what's below. No exploring, no extra commands.

  1. Run ctxhub --list (one Bash call). Each line is provider_slugidprovider_nametitleis_current(0/1)updated_unix.
  2. Resolve the target:
    • If the argument above

Alternatives in Development

  • Session Update — Update the current development session by 1.2k ★
  • Learn Review — Manually trigger a learning review of the current session 172 ★
  • Session Learn — Extract knowledge from the current session 138 ★

Full documentation available on GitHub

View Source Repository