Loading...
Loading...
A test skill to verify all plugin tools work correctly - use_skill, read_skill_file, run_skill_script, find_skills
npx skill4agent add joshuadavidthomas/opencode-agent-skills test-skillexample-config.jsonhelper-docs.mdgreetecho-argsSKILL.mdhelper-docs.mdexample-config.jsonscripts/greetscripts/echo-args1. 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 argsuse_skillread_skill_filerun_skill_script greetrun_skill_script echo-args