From claude-skills
Defines output rules for creating new files (analysis, drafts, logs) into `tmp_claude/` with naming conventions. Excludes project source code and existing file edits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills:tmp-outputThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ユーザーからファイル出力(コード生成・ログ出力・分析結果・調査レポート・ドラフトなど)の依頼を受けた場合のルール。
ユーザーからファイル出力(コード生成・ログ出力・分析結果・調査レポート・ドラフトなど)の依頼を受けた場合のルール。
tmp_claude/ ディレクトリを作成して出力するnvim_config_analysis.md、lua_syntax_errors.txt)YYYYMMDD_ 形式で先頭に付ける.md、.txt、.json、.lua など)external-writes スキル参照)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.