完成一个简易的全局skill、command管理器
This commit is contained in:
9
manager/testdata/fixtures/test-repo/commands/test-cmd/init.md
vendored
Normal file
9
manager/testdata/fixtures/test-repo/commands/test-cmd/init.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Init Command
|
||||
|
||||
Test command for initialization.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
/test-cmd:init
|
||||
```
|
||||
9
manager/testdata/fixtures/test-repo/commands/test-cmd/run.md
vendored
Normal file
9
manager/testdata/fixtures/test-repo/commands/test-cmd/run.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Run Command
|
||||
|
||||
Test command for running.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
/test-cmd:run
|
||||
```
|
||||
7
manager/testdata/fixtures/test-repo/skills/test-skill-2/SKILL.md
vendored
Normal file
7
manager/testdata/fixtures/test-repo/skills/test-skill-2/SKILL.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Test Skill 2
|
||||
|
||||
Second test skill for testing multiple skills.
|
||||
|
||||
## Description
|
||||
|
||||
Another test skill fixture.
|
||||
7
manager/testdata/fixtures/test-repo/skills/test-skill/SKILL.md
vendored
Normal file
7
manager/testdata/fixtures/test-repo/skills/test-skill/SKILL.md
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user