Technical research
Skill MasashiFukuzawa/agent-toolbox/plugins/toolbox/skills/technical-research
非自明な技術課題を、既存実装と一次資料から調査して根拠付きの方針にする。実装前の調査や API の不確実性解消に使う。単純な既知修正には使わない。「公式仕様を確認」「実装前に調べて」を正のトリガーとし、既知の局所修正やコードベース全体の改善監査には使わない。From its SKILL.md
npx -y skills add MasashiFukuzawa/agent-toolbox --skill technical-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 419 tokens by cl100k_base, as published. Nobody here has run it
Technical research
安全契約
- 調査は read-only で始める。依頼が調査だけならコードや外部状態を変更しない。
- API、version、制限値、推奨手順は記憶で断定せず一次資料を確認する。
- credential、非公開データ、認証済みページの本文を引用・保存しない。
手順
- 問いを「確認すべき事実」「設計判断」「対象外」に分解する。
- リポジトリ内の実装、設定、テスト、ADR を
rgで調べる。 - 不確実な API や挙動は公式 documentation、仕様、一次論文で確認する。
- 事実、推論、未確認事項を分け、根拠へのリンクまたはファイル位置を添える。
- 選択肢を比較し、互換性・安全性・保守性を基準に推奨を明示する。
- 実装依頼を含む場合だけ、方針確定後に変更へ進む。
公式資料が見つからない場合は、推測を事実として扱わず、検証方法と残る不確実性を報告する。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.