redhuntlabs

Capture This Chat — Communication skill for Claude Code

Communication community

Turn the current chat session into a reusable spell.

How to install Capture This Chat

Installs to ~/.claude/skills/redhuntlabs-wizard-capture-this-chat/SKILL.md

Terminal
mkdir -p ~/.claude/skills/redhuntlabs-wizard-capture-this-chat && curl -fsSL https://raw.githubusercontent.com/redhuntlabs/wizard/HEAD/commands/capture-this-chat.md -o ~/.claude/skills/redhuntlabs-wizard-capture-this-chat/SKILL.md

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

What Capture This Chat does


name: capture-this-chat description: Turn the current chat session into a reusable spell

/capture-this-chat

Captures the current chat session and routes it through `inferring-a-spell-from-examples`. The inference skill produces a draft SKILL.md you can approve, refine, or replace with the regular interview.

How it works

  1. Detect host tool. Run scripts/chat-context/detect-tool.js to identify which AI tool you're in (Claude Code, Cursor, OpenCode, Codex, Gemini, or Copilot

Alternatives in Communication

Full documentation available on GitHub

View Source Repository