agentsclimarketplace

Recall

Skill rerelurelu/skillbox/skills/recall

Install
npx -y skills add rerelurelu/skillbox --skill recall

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

知識倉庫 (~/dev/knowledge、Obsidian vault) を検索して過去の知識・設計判断・ドメイン知識・コーディングの考え方を引き出す。次のイベントの直前に必ず使う: 新しいタスク・ブランチ・実装方針の検討に着手する直前、過去に触れた可能性のあるライブラリやドメインを扱い始める直前。またエラーやハマりに遭遇したとき、ユーザーが「前にどうしたっけ」「recall」と言ったときに使う。引数はキーワードやトピック。

The file declares its own license as GPL-3.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.6 KB, as published. Nobody here has run it

Recall — 知識倉庫からの検索

~/dev/knowledge/notes/(汎用の技術知識・傾向)と domain/<プロジェクト名>/(実務固有のドメイン知識)から キーワードに関連するノートを探し、内容を読み込んで現在の文脈に活かす。 ファイル名が日本語タイトルになっているので、ファイル名一覧そのものが目次として使える。

手順

  1. ~/dev/knowledge が存在しない場合は「まだ記録がない。最初の記録は /memo で作られる」と報告して終了する
  2. まずファイル名一覧を見る(タイトルだけで当たりがつくことが多い):
    ls ~/dev/knowledge/notes/ ~/dev/knowledge/domain/*/
    
    実務プロジェクトの作業中は、そのプロジェクトの domain/ 配下を特に注意して見る
  3. 引数のキーワード(なければ現在の作業内容から関連しそうなキーワードを推測)で本文も検索する:
    grep -ril "<キーワード>" ~/dev/knowledge/notes/ ~/dev/knowledge/domain/
    
    表記ゆれを考慮し、日本語・英語・類義語で複数回試す。 ~/dev/knowledge/inbox.md(未清書の逐次メモ)があればそちらにも目を通す
  4. ヒットしたファイルを Read で読む。本文中の [[ウィキリンク]] は関連ノートへの参照なので、関係が深そうなら辿って読む
  5. 見つかった知見を要約してユーザーに提示する。現在の作業に直接関係する場合は、どう適用できるかも述べる
  6. 何もヒットしなければ「倉庫に該当する記録はない」と正直に報告する(推測で補わない)

引数の例

  • /recall nextjs cache — キーワード検索
  • /recall 認証まわりの設計判断 — トピック検索
  • /recall (引数なし)— 現在の作業文脈から自動でキーワードを選んで検索

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.