技術検証(Tech Spike)ワークフロー。ライブラリ選定やアーキテクチャ判断の前に最小限の実験コードで技術的妥当性を検証。使用タイミング:(1) 複数の技術選択肢がある場合(ライブラリA vs B)(2) 新しいライブラリ・技術の学習コストが高い場合(3) パフォーマンス・互換性の懸念がある場合(4) 既存システムとの統合リスクがある場合(5) 「技術検証」「ライブラリ調査」「スパイク」リクエ
.claude/skills/tech-spike
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what d...
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstring...