← スキル一覧に戻る

read-repo-references
by EYH0602
Unified package manager for agent skills, with version control!!
⭐ 1🍴 0📅 2026年1月20日
SKILL.md
name: read-repo-references description: Learn from reference materials and prior art in the references/ directory
Read Repo References
Use this skill when you need inspiration or guidance from prior art and reference implementations.
When to Use
- Designing new features that have established patterns elsewhere
- Stuck on architecture decisions
- Need to understand how similar tools solve a problem
Reference Structure
References live in references/<name>/ with this format:
references/
└── <reference-name>/
├── REF.md # Required: metadata and description
└── [local files] # Optional: PDFs, markdown, code samples
REF.md Format
---
name: reference-name
type: link | local | hybrid
url: https://... # Required if type includes link
description: Brief description
---
# Reference Name
Notes on key patterns, architecture, and relevance...
Reference Types
- link: Points to external resource (GitHub repo, docs). Use WebFetch or browse the URL.
- local: Contains files directly. Read the files in the reference directory.
- hybrid: Both a link and local supplementary materials.
How to Use References
-
List available references:
ls references/ -
Read a reference:
cat references/<name>/REF.md -
For link-type references: The REF.md contains the URL and notes about what to look for. Fetch specific files from the URL as needed.
-
For local-type references: Read the files directly from the reference directory.
-
Apply learnings: Extract relevant patterns and adapt them to the current project's conventions.
Best Practices
- Read REF.md first to understand what the reference offers
- Focus on patterns relevant to your current task
- Adapt patterns to fit the project, don't copy blindly
- Note any new insights in
.agents/notes/for future reference
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
