.config/claude/skills/capture-session/SKILL.md
WezTermペインのバッファをキャプチャして.wezescファイルに保存する。Markdown変換なしの生データ保存のみ
npx skillsauth add mozumasu/dotfiles capture-sessionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
save-session のステップ1(バッファ取得)のみを実行する軽量版。
RAW_FILE=$(bash "${CLAUDE_SKILL_DIR}/../save-session/scripts/capture.sh" "$ARGUMENTS")
以下を簡潔に報告:
.wezesc)ls -lh で確認)tools
WezTermペインのバッファを取得し、サブエージェントでMarkdownに変換して保存する。セッションログのアーカイブや振り返りに使用
tools
Detect and fix settings.json drift from Nix-managed state. Use when settings.json has been modified outside of Nix (e.g., plugin install, /config changes) and needs to be persisted to the correct source file.
development
Claude Codeセッションの標準的なMarkdownフォーマット規約。セッションログ、対話履歴、ツール実行結果を一貫した構造で記録する必要がある場合に使用。不正確な情報への注釈方法とnb標準のハッシュタグ形式も定義
development
Stage meaningful diffs and create commits with WHY-focused messages. Use when agent needs to commit code changes.