# Agent Stuff

Skills and extensions for the [Pi](https://buildwithpi.ai/) coding agent.

Published on npm as `toenobu-agent`.

## Installation

Add to your `~/.pi/agent/settings.json`:

```json
{
  "packages": [
    "npm:toenobu-agent"
  ]
}
```

## Skills

| Skill | Description |
|-------|-------------|
| `/code-simplifier` | Simplifies and refines code for clarity, consistency, and maintainability |

## License

MIT
