---
name: test-skill
description: A valid test skill for testing purposes. Use this when you want to test skill validation.
version: 1.0.0
tags:
  - testing
  - validation
dependencies:
  - npm:some-package
allowed-tools:
  - Bash
  - Read
---

# Test Skill

This is a valid skill for testing purposes.

## Usage

```bash
some-command --test
```

## Examples

Example usage here.
