소스 정보
- 저장소
- Fergana-Labs/stash
- 최근 소스 활동
- 2026년 7월 28일 17:05
- 감지된 SKILL.md 언어
- 영어
- 스타
- 327
- 포크
- 52
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Fergana-Labs/stash --skill resurface명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.