← Back to list

reference-lookup
by ivanvza
A DSPy integration for the Agent Skills specification, enabling ReAct agents to dynamically discover and use modular, sandboxed skills
⭐ 6🍴 0📅 Jan 24, 2026
SKILL.md
name: reference-lookup description: Look up error codes, status codes, and system messages. Use when the user asks about error codes, status meanings, or needs to decode system messages. license: MIT metadata: author: dspy-skills-test version: "1.0"
Reference Lookup
A skill for looking up error codes and status messages.
When to Use This Skill
Activate this skill when the user needs to:
- Look up what an error code means
- Find the description for a status code
- Understand system messages
How to Answer Questions
IMPORTANT: To answer questions about codes, you MUST read the reference file first.
- For error codes (E001, E002, etc.): Read
references/codes.mdto find the meaning - For response formats: Read
references/formats.mdto see how to structure answers
Do NOT guess or make up code meanings. Always look them up in the reference files.
Example Workflow
User asks: "What does error code E002 mean?"
- Read
references/codes.mdusingread_skill_resource - Find E002 in the lookup table
- Return the exact description from the reference
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon