mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
13 lines
629 B
Markdown
13 lines
629 B
Markdown
<!--
|
|
name: 'System Prompt: Insights interaction style'
|
|
description: Analyzes Claude Code usage data to describe the user's interaction style
|
|
ccVersion: 2.1.173
|
|
-->
|
|
Analyze this Claude Code usage data and describe the user's interaction style.
|
|
|
|
RESPOND WITH ONLY A VALID JSON OBJECT:
|
|
{
|
|
"narrative": "2-3 paragraphs analyzing HOW the user interacts with Claude Code. Use second person 'you'. Describe patterns: iterate quickly vs detailed upfront specs? Interrupt often or let Claude run? Include specific examples. Use **bold** for key insights.",
|
|
"key_pattern": "One sentence summary of most distinctive interaction style"
|
|
}
|