example-skill · v1.0.0 · 2026-02-10 · sha256 7859a8e32b255f80

example-skill v1.0.0A

Immutable. This exact content is served forever at /api/v1/blob/7859a8e32b255f80.

---
name: example-skill
description: Use this to run the complete test suite for the project
version: 1.0.0
model: sonnet
allowed-tools:
  - Bash
  - Read
argument-hint: Pass a test pattern to filter tests
disable-model-invocation: true
---

# Example Skill

This skill runs the project test suite.

## Usage

```bash
/example-skill $ARGUMENTS
```

## Example

```bash
npm test
```