striderkein
- 6 skills
- 0 followers
- 5 hours ago last updated
- ▌ Voice Proxy · striderkein本人の声のクローン(合成音声)で引数で渡されたテキストを代読する。発言内容のテキストを話し言葉スクリプトに整形し、TTS で音声合成して仮想オーディオデバイス経由で会議アプリに流す。「ミーティングで音声流して」「合成音声で発言して」「代読して」「meeting voice」等で発動。
- ▌ Disk Cleanup · striderkeinmacOS でディスク空き容量を最大化する。Docker prune (volumes 除外で DB データ保持) + 安全キャッシュ削除 + node_modules 一括削除を段階的に実行。「容量足りない」「ストレージ空けて」「ディスク掃除」「空き容量増やして」「disk cleanup」「容量解放」「容量がやばい」等で発動。開発中に積もった不要キャッシュ・ビルドアーティファクトを掃除して GB 単位で空ける時に使う。
- ▌ Slack Bot Setup · striderkein bundle通知用の Slack App(bot)をマニフェストから作り、投稿まで通す手順。マニフェスト検証で弾かれる項目、ハンドルからハイフンが落ちる仕様、表示名の日本語対応、Bot Token の取得と GitHub Secrets への登録、chat.postMessage が標準 Markdown を解釈しない件、アイコンの作り方までを網羅する。「Slack App 作りたい」「bot から通知したい」「Slack に自動投稿」「Slack Bot Token」「incoming webhook の代わり」「マニフェストが弾かれる」等で発動。CI やスクリプトから一方向で通知したい場合に使う(対話応答が要る場合は常駐が必要になるため対象外)。
- ▌ Adversarial Panel · striderkeinRun a multi-model adversarial mutual review with facilitator synthesis — the "Fable 5-style" metacognition pattern, reproducible on Opus or any Claude model: 2+ panelists (different model families where possible) independently answer, adversarially critique each other across rounds, and the main session acts as facilitator, synthesizing agreements, live disagreements, and calibrated confidence into one answer. Use this whenever the user asks to debate or adversarially review a claim, hypothesis, design, decision, or answer with multiple models or perspectives; says things like "discuss with Opus and Codex", "get a second opinion", "red-team this", "devil's advocate", 敵対的レビュー, 相互レビュー, 多モデル討論, 合議, 議論させて; or wants a high-stakes answer with explicit uncertainty instead of a single-pass response. Also use proactively when the user challenges your confidence ("are you sure?") on something consequential.
- ▌ Git Skip Worktree · striderkein bundle追跡中ファイルの変更が git status/diff に出ない時の診断と、skip-worktree / assume-unchanged ビットの ON/OFF 切り替え。「diff が出ない」「変更が検知されない」「git が変更を無視する」「status に出ない」「skip-worktree」「assume-unchanged」「ローカル変更を git から隠す」「コミット対象から外す」等で発動。
- ▌ Japanese Tech Writing · striderkein日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。