← Back to list

test-skill
by joshuadavidthomas
An OpenCode plugin that provides tools for using agent skills
⭐ 20🍴 3📅 Jan 24, 2026
SKILL.md
name: test-skill description: A test skill to verify all plugin tools work correctly - use_skill, read_skill_file, run_skill_script, find_skills
Test Skill
This skill exists to verify the OpenCode Skills Plugin API works correctly.
Testing Checklist
Use this skill to verify:
- use_skill - You're reading this, so it works!
- read_skill_file - Load
example-config.jsonorhelper-docs.md - run_skill_script - Execute
greetorecho-argsscripts - find_skills - Should list this skill and others
Available Files
SKILL.md- This file (the main skill content)helper-docs.md- Additional documentation to test read_skill_fileexample-config.json- Sample config file to test non-markdown loadingscripts/greet- Simple script that prints a greetingscripts/echo-args- Script that echoes back its arguments
Example Workflow
1. find_skills # List available skills
2. use_skill test-skill # Load this skill (you're here!)
3. read_skill_file test-skill helper-docs.md # Load supporting docs
4. run_skill_script test-skill greet # Run a script
5. run_skill_script test-skill echo-args --foo bar # Run with args
Expected Outputs
When everything works:
use_skillreturns "Skill 'test-skill' loaded." with scripts listedread_skill_filereturns "File 'X' from skill 'test-skill' loaded."run_skill_script greetreturns "Hello from test-skill!"run_skill_script echo-argsreturns the arguments passed to it
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon