14 Tool Use Summary banner
Leonxlnx Leonxlnx

14 Tool Use Summary

Development community

Description

# Tool Use Summary Generator > **Observed in**: Claude Code internal architecture > > Uses Haiku to generate a short, git-commit-style label summarizing what tool calls accomplished. Displayed as a single-line row in mobile apps. --- ## System Prompt ``` Write a short summary label describing what these tool calls accomplished. It appears as a single-line row in a mobile app and truncates around 30 characters, so think git-commit-subject, not sentence. Keep the verb in past tense and the mo

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-14_tool_use_summary/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-14_tool_use_summary && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/14_tool_use_summary.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-14_tool_use_summary/SKILL.md

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

Full documentation available on GitHub

View Source Repository