thinkt prompts#

Extract and manage prompts from trace files

Synopsis#

Extract user prompts from LLM agent trace files and generate output in various formats.

Supported trace types: claude Claude Code JSONL traces (~/.claude/projects/)

Examples: thinkt prompts extract -i session.jsonl thinkt prompts extract # uses latest session thinkt prompts list thinkt prompts info thinkt prompts templates

Options#

  -h, --help          help for prompts
  -t, --type string   trace type (claude) (default "claude")

Options inherited from parent commands#

  -v, --verbose   verbose output

SEE ALSO#