From claude-skills
Formats completion reports for complex multi-step tasks using a Japanese Markdown template. Activates automatically for file edits, command execution, research, and multi-file implementations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills:response-formatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ファイル編集・コマンド実行・調査などの作業を伴うユーザー依頼の最終応答時に、必ず以下のテンプレに沿って日本語のプレーンテキストMarkdownで報告する。
ファイル編集・コマンド実行・調査などの作業を伴うユーザー依頼の最終応答時に、必ず以下のテンプレに沿って日本語のプレーンテキストMarkdownで報告する。
このスキルを適用するかは「対応の規模」で判断する。
判断に迷う場合は適用する。
{}で囲われた説明文を実内容に置き換える# {私の入力全体を要約し、タイトルに変換}
{私の入力の全て}
## 解釈の要約
- {私の入力に対して、あなたの解釈の要約を箇条書き}
## 対応内容
- {実施した対応内容の全てを箇条書き}
## 影響
- {実施した対応内容による影響を箇条書き}
---
{私の入力に対して必要なデータ出力}
npx claudepluginhub yasunori0418/skills --plugin claude-skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.