← Back to list

test-skill-multifile
by kcaldas
🧞 Powerful AI assistant for your command line - Built with Go and Gemini AI
⭐ 11🍴 0📅 Dec 4, 2025
SKILL.md
name: test-skill-multifile description: Test skill demonstrating progressive file loading with multiple resources
Test Skill: Progressive File Loading
This skill demonstrates the progressive loading feature where additional files can be loaded from the skill directory as needed.
Available Resources
This skill includes the following additional files:
helper.py- A Python helper script for processingreferences/guide.md- Detailed reference documentationexamples/sample.txt- Example data file
Usage
- This SKILL.md file is loaded automatically when the skill is invoked
- Use
Skill(skill="test-skill-multifile", file="helper.py")to load the Python script - Use
Skill(skill="test-skill-multifile", file="references/guide.md")to load the reference guide - Execute scripts using Bash tool with the base path provided in context
Example Workflow
1. Invoke the skill
2. Review available resources
3. Load specific files as needed
4. Use the loaded content to complete the task
5. Clear the skill when done
All loaded files remain in the skill context until the skill is cleared.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


