DanielRoman11

Context Hub — Development skill for Claude Code

Development community

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

How to install Context Hub

Installs to ~/.claude/skills/danielroman11-context-hub-context-hub/SKILL.md

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

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

What Context Hub does


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

Argument

$ARGUMENTS

Task

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

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

Alternatives in Development

  • Rb Ask — Ask a question about the current project's codebase via the repobrain knowledge hub 1.3k ★
  • Ag Ask — Ask a question about the current project's codebase via the antigravity knowledge hub 1.2k ★
  • Session Update — Update the current development session by 1.2k ★

Full documentation available on GitHub

View Source Repository