Q Export banner
assafkip assafkip

Q Export

Data community

Description

Export investigation data in a structured format. Execute the /q-export steps from `.q-system/commands.md`. Formats: markdown, json, timeline-html 1. Gather all investigation files from `investigations/<case>/` 2. Export in requested format: - markdown: Full investigation report - json: Structured data (targets, findings, links, timeline) - timeline-html: Interactive timeline visualization 3. Save to `output/exports/` 4. Present to founder Argument: $ARGUMENTS (optional: format -- m

Installation

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

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

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

Full documentation available on GitHub

View Source Repository