ソース情報
- リポジトリ
- Whamp/skills
- ソースの最終更新活動
- 2026年8月21日 19:46
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Whamp/skills --skill psr-agents-pointerコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Restate the previous response in plain, concise language for a cold reader.
Integrate a Napkin vault with the files created by setup-matt-pocock-skills.
Delegate implementation or debugging to a one-shot Grok 4.6 worker for model-family diversification. Use when a diagnosis remains uncertain or a fix failed, a competing implementation could expose a material tradeoff, or correlated OpenAI and GLM assumptions would be costly.
| name | psr-agents-pointer |
| description | Add the concise pi-session-recall pointer to a project's AGENTS.md. |
| disable-model-invocation | true |
Write the canonical snippet below into a project's agent instructions so every agent in that repository knows the pi-session-recall tool exists and when to reach for it.
The pointer describes an installed tool, not a setup step. Add it only where the reading agents run Pi with the pi-session-recall extension installed. If the extension is absent, point the user at the pi-session-recall README instead.
Insert this block verbatim:
## Session recall
Use the `pi-session-recall` tool when a task depends on past Pi conversations, decisions, or command output absent from current context. Scope defaults to the current project; pass scope `global` for cross-project evidence. Results cite session JSONL paths and line ranges; set `source` true only for complete raw payloads. The tool is read-only; standalone `psr index` runs refresh the index. Run `psr index --rebuild` only after the user approves twice — an initial explicit approval and a separate confirmation when you state you are about to run it. A full rebuild can exceed 12 hours.
The snippet is the single source of truth for this guidance. Reproduce it whole rather than paraphrasing: a behavior change stays a one-place edit here and a findable string in every consumer.
AGENTS.md, or CLAUDE.md where that is the convention. Read it fully first.Complete when the file contains exactly one copy of the canonical snippet and no other session-recall guidance.