ソース情報
- リポジトリ
- FelixNgFender/crepa
- ソースの最終更新活動
- 2026年4月13日 22:10
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/FelixNgFender/crepa --skill read-arxiv-paperコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | read-arxiv-paper |
| description | Use this skill when when asked to read an arxiv paper given an arxiv URL |
You will be given a ID of an arxiv paper, for example 2601.07372.
Use hf CLI to fetch it like so
hf papers read <ID> >> ./knowledge/{arxiv_id}.txt
Read the contents. Once you've read the paper, produce a summary of the paper
into a markdown file at ./knowledge/summary_{tag}.md. Generate some reasonable
tag like e.g. conditional_memory or whatever seems appropriate given the
paper. Make sure that the tag doesn't exist yet so you're not overwriting files.
As for the summary itself, remember that you're processing this paper within the context of this repository, so most often we we will be interested in how to apply the paper and its lessons to the crepa project. Therefore, you should feel free to "remind yourself" of the related pea code by reading the relevant parts, and then explicitly make the connection of how this paper might relate to us or what are things we might be inspired about or try.