ソース情報
- リポジトリ
- Fergana-Labs/stash
- ソースの最終更新活動
- 2026年7月28日 17:05
- 検出された SKILL.md の言語
- 英語
- スター
- 327
- フォーク
- 52
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Fergana-Labs/stash --skill resurfaceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Brief the user on what they saved in a period — the thread running through it, not a list.
Find duplicates, dead links and untagged items in a saved library and propose what to do about each.
Chart what's in the library — topics, sources, saves over time — and say what the shape means.
| name | resurface |
| description | Pick a few old saves worth revisiting now, and say why now. |
| when_to_use | When the user asks what they've forgotten, wants something resurfaced from their archive, or a scheduled resurfacing fires. |
| version | 1 |
The home feed already resurfaces saved items at random. Doing that again adds nothing. The whole value here is why now — the connection between something the user saved months ago and what they are doing this week.
If you cannot find that connection for an item, do not resurface it. Three items with a real reason beat ten without.
Old saves, from the Bookmarks table:
query_table(table_name="Bookmarks",
filters=[{"column_id": "<Saved>", "op": "lte", "value": "<90 days ago>"}],
limit=100)
This is the part a bookmark manager cannot do, and it is the only reason this skill is worth running. Look at what the user has actually been doing:
search_history / fetch_history — what they have been working on latelyThen look for old saves that speak to it: an article they saved before a problem became relevant, a technique they bookmarked and never used, a counter-argument to a position they have since adopted.
Two to four items. For each:
Say nothing else. No preamble, no encouragement to read more.