ワンクリックで
home-history-distill
AIエージェント履歴を安全に集計し、再利用できる skills / agents / rules / scripts 候補だけを抽出する。履歴本文を公開せず、秘密情報を先に検出して抽象化したいときに使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
AIエージェント履歴を安全に集計し、再利用できる skills / agents / rules / scripts 候補だけを抽出する。履歴本文を公開せず、秘密情報を先に検出して抽象化したいときに使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
README、AGENTS、CLAUDE、ツール別READMEを俯瞰し、重複・古い前提・読みにくい構成・不要ファイルを整理する。ドキュメント整備やリポジトリを読みやすくしたいときに使用。
jj リポジトリで検証後に現在の変更を describe し、main bookmark を進め、origin/main へ push する。ユーザーが「コミットしてpush」と依頼したときに使用。
このスキルは、ユーザーが「プロンプトをレビューして」「対話履歴を分析して」「理解度を診断して」 と依頼したとき、または /prompt-review で呼び出されたときに使用する。 過去のAIエージェント対話履歴(Claude Code, GitHub Copilot Chat, Cline, Roo Code, Windsurf, Antigravity, OpenCode)を読み取り、技術理解度・プロンプティングパターン・AI依存度を推定してレポートを生成する。
Add config to this macOS dotfiles repo. Use for env vars, fish abbreviations/functions/plugins, direct symlinked config files, tool integrations, shared agent config, and app config such as Neovim, Ghostty, Warp, Git, Bat, Atuin, tealdeer, and gh.
Add a package to this macOS dotfiles repo. Use when the user asks to install, add, or migrate a CLI package or GUI app, for example "add jq", "ripgrep を入れて", "lazygit 入れたい", "brew install foo を repo 管理に", "kubectl 追加して". Homebrew owns binaries here; update Brewfile, validate with brew bundle, apply with brew bundle, and verify the executable.
AWS アカウントの FinOps 調査・コスト削減分析。ReadOnly + MFA 環境での非対話認証突破、Cost Explorer の読み解き罠、RI/SP の誤認パターン、レポート数値の分母混在を避けるための学び集。
| name | home-history-distill |
| description | AIエージェント履歴を安全に集計し、再利用できる skills / agents / rules / scripts 候補だけを抽出する。履歴本文を公開せず、秘密情報を先に検出して抽象化したいときに使用。 |
Past prompts are useful raw material, but they are not publishable artifacts. Use this skill to turn local AI history into reusable dotfiles assets without leaking conversation content.
/tmp, not the repository:python3 .agents/skills/prompt-review/scripts/collect.py --days 0 > /tmp/dotfiles-prompt-review-data.json
secret_warningspython3 scripts/summarize-ai-history.py /tmp/dotfiles-prompt-review-data.json
If secret_warnings is non-empty:
Extract reusable patterns:
AGENTS.md or .agents/rules/Write only abstracted instructions. Do not include raw logs, credentials, private endpoints, account IDs, customer names, or personal paths.
Validate:
git secrets --scan
./scripts/audit-agent-config.sh
Report the data scope, high-frequency categories, created assets, skipped candidates, and any secret-warning remediation needed.