diff options
| author | Mohammad Alhashemi <[email protected]> | 2025-12-23 02:24:06 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-22 18:24:06 -0500 |
| commit | 046e3511409e7830fb24d8943b241d1febb10646 (patch) | |
| tree | 948fdaab76ff2db97dec6d4b9fe14c3419bde38c /.opencode | |
| parent | b9029afa22e7fc1226f3352c972b93244c2165bb (diff) | |
| download | opencode-046e3511409e7830fb24d8943b241d1febb10646.tar.gz opencode-046e3511409e7830fb24d8943b241d1febb10646.zip | |
feat: add native skill tool with permission system (#5930)
Co-authored-by: Dax Raad <[email protected]>
Diffstat (limited to '.opencode')
| -rw-r--r-- | .opencode/skill/test-skill/SKILL.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.opencode/skill/test-skill/SKILL.md b/.opencode/skill/test-skill/SKILL.md new file mode 100644 index 000000000..3fef059f2 --- /dev/null +++ b/.opencode/skill/test-skill/SKILL.md @@ -0,0 +1,6 @@ +--- +name: test-skill +description: use this when asked to test skill +--- + +woah this is a test skill |
