5 Agent Skills maintained in their library repos and aggregated here at build time. Machine-readable catalog: index.json.

Skill Source Description
amuru timewarp-amuru Use TimeWarp.Amuru for process execution instead of System.Diagnostics.Process
cli-search 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 timewarp-jaribu Write tests using the Jaribu framework for .NET 10 file-based apps (runfiles)
nuru 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 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

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.