test-skill · v1.0.0 · 2026-06-03 · sha256 540a200225229c84
test-skill v1.0.0A
Immutable. This exact content is served forever at /api/v1/blob/540a200225229c84.
---
name: test-skill
display-name: Test Skill
description: A test skill for unit testing
version: 1.0.0
category: development
experimental: true
user-invocable: false
tags: [test, skill]
capabilities: [test-skill-action]
handler: ./handler.js
os: [win32, darwin, linux]
tools: [test-skill-tool]
instructions: |
A test skill for unit testing
examples:
- input: "example usage of test-skill"
action: default
author: ChainlessChain
license: MIT
---
# Test Skill
A test skill for unit testing
## Usage
```
/test-skill <action> [options]
```
## Actions
| Action | Description |
| --------- | ------------------------- |
| `default` | [Main action description] |
## Examples
```
/test-skill [example]
```