Q New Case banner
assafkip assafkip

Q New Case

Development community

Description

Create a new investigation case folder from templates. Arguments: $ARGUMENTS (case name, e.g. "stolen-ip-acme" or "harassment-jane-doe") ## Steps 1. Ask the founder for: - Case name (short slug, used in folder name) - Brief description of the investigation - Client name (if applicable) 2. Generate a case ID: `case-NNN-{slug}` (increment from highest existing case number in `investigations/`) 3. Copy the template folder: ``` cp -R templates/new-investigation investigations/case-

Installation

Installs to ~/.claude/skills/assafkip-huntkit-q-new-case/SKILL.md

Terminal
mkdir -p ~/.claude/skills/assafkip-huntkit-q-new-case && curl -fsSL https://raw.githubusercontent.com/assafkip/huntkit/HEAD/commands/q-new-case.md -o ~/.claude/skills/assafkip-huntkit-q-new-case/SKILL.md

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

Full documentation available on GitHub

View Source Repository