# Local Development Skill

This skill provides commands for local development tasks.

## Commands

- `start`: Start the development server
- `test`: Run tests
- `typecheck`: Run type checking

## Usage

To use this skill, run the following command:

```bash
npm run start
npm run test
npm run typecheck
```