---
title: Agent Skills
description: Agent Skills from TimeWarp Engineering library repos.
type: index
---

5 [Agent Skills](https://agentskills.io/) maintained in their library repos and aggregated here at build time. Machine-readable catalog: [index.json](/skills/index.json).

| Skill | Source | Description |
|---|---|---|
| [amuru](/skills/amuru/) | [timewarp-amuru](https://github.com/TimeWarpEngineering/timewarp-amuru) | Use TimeWarp.Amuru for process execution instead of System.Diagnostics.Process |
| [cli-search](/skills/cli-search/) | [timewarp-nuru](https://github.com/TimeWarpEngineering/timewarp-nuru) | Search for CLI commands and tools installed on your system. Use when you need to find specific functionality, discover available commands, or explore what CLI tools are available. |
| [jaribu](/skills/jaribu/) | [timewarp-jaribu](https://github.com/TimeWarpEngineering/timewarp-jaribu) | Write tests using the Jaribu framework for .NET 10 file-based apps (runfiles) |
| [nuru](/skills/nuru/) | [timewarp-nuru](https://github.com/TimeWarpEngineering/timewarp-nuru) | Build CLI applications with TimeWarp.Nuru - a .NET route-based CLI framework with web-style routing, source generators, and AOT support. Use when creating CLI tools, defining commands/queries, adding parameters or options, testing CLI output, or working with TimeWarp.Nuru. |
| [terminal](/skills/terminal/) | [timewarp-terminal](https://github.com/TimeWarpEngineering/timewarp-terminal) | TimeWarp.Terminal library - console abstractions (IConsole, ITerminal), widgets (panels, tables, rules), ANSI colors, hyperlinks, and Unicode width handling for testable C# console apps |

## Installing

```sh
npx skills add TimeWarpEngineering/<repo> --skill <name>
```

Each skill's canonical `SKILL.md` is served at `/skills/<name>/SKILL.md` for direct download or agent consumption.
