.config/claude/skills/claude-code-guide/SKILL.md
Claude Codeの機能・設定・ベストプラクティスについて回答する。 スキル、MCP、hooks、permissions、settings.json、IDE連携、キーボードショートカット、 Claude Agent SDK、Claude APIについての質問に使用する。
npx skillsauth add mozumasu/dotfiles claude-code-guideInstall 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.
$ARGUMENTS について、Claude Code公式ドキュメントを調べて日本語で回答してください。
ローカルの設定は~/dotfiles/.config/claude配下で管理している
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.