1
0

完成一个简易的全局skill、command管理器

This commit is contained in:
2026-02-25 14:33:56 +08:00
parent f4cb809f9d
commit 2d327b5af8
60 changed files with 6053 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Init Command
Test command for initialization.
## Usage
```
/test-cmd:init
```

View File

@@ -0,0 +1,9 @@
# Run Command
Test command for running.
## Usage
```
/test-cmd:run
```

View File

@@ -0,0 +1,7 @@
# Test Skill 2
Second test skill for testing multiple skills.
## Description
Another test skill fixture.

View File

@@ -0,0 +1,7 @@
# Test Skill
This is a test skill for unit and integration tests.
## Description
A simple skill that does nothing but serves as a test fixture.