PCE (Process-Context Engine) のContext Delta収集スキル。開発プロセス中に生まれた知見を体系的に収集・記録する。トリガー条件:- 意思決定を行った時(「なぜこの設計にしたか記録して」)- バグを解決した時(「このバグ修正の知見を残して」)- アーキテクチャ決定をした時(「ADRを作成して」)- パターン/アンチパターンを発見した時(「このパターンを記録して」
caphtech-plugin/skills/eld-record-collection
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...