
Olve Packages
- Updated July 2, 2026
- OliverVea/Olve.Utilities
olve-packages is a Claude Code skill in the Backend & APIs category. API references and usage guides for Olve.* shared NuGet packages
Key points
- olve-packages
- Backend & APIs
- AI-coding skill
Olve Packages by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add OliverVea/Olve.Utilities/plugin install olve-packages@olve-packagesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 2, 2026 |
|---|---|
| Repository | OliverVea/Olve.Utilities ↗ |
What it does
API references and usage guides for Olve.* shared NuGet packages
README.md
Olve.Utilities
A collection of small, focused .NET libraries for common tasks: result types, typed IDs, collections, path manipulation, validation, and more.
Full API documentation: olivervea.github.io/Olve.Utilities
Packages
| Package | NuGet | Description |
|---|---|---|
| Olve.Utilities | Typed IDs, specialized collections, directed graphs, pagination, datetime formatting, and more. Meta-package that includes Olve.Results, Olve.Paths, and Olve.Validation. | |
| Olve.Results | Lightweight functional result types for non-throwing error handling. | |
| Olve.Results.TUnit | TUnit assertion extensions for Result types. |
|
| Olve.Paths | Cross-platform path manipulation for Unix and Windows. | |
| Olve.Paths.Glob | Glob pattern matching for Olve.Paths. | |
| Olve.Validation | Fluent validation helpers built on Olve.Results. | |
| Olve.MinimalApi | Conventions for ASP.NET Minimal API endpoints. | |
| Olve.OpenRaster | Read-only access to OpenRaster (.ora) image files. |
|
| Olve.TinyEXR | P/Invoke bindings for the tinyexr OpenEXR library. |
Deprecated
| Package | Description |
|---|---|
| Olve.Operations | Operation abstractions — use plain interfaces or delegates instead. |
| Olve.Logging | In-memory logging — use Microsoft.Extensions.Logging instead. |
Claude Code Skills
This repo includes a Claude Code plugin with API reference skills for each package. To install in a downstream project:
# Add the marketplace (one-time)
claude plugin marketplace add OliverVea/Olve.Utilities --sparse .claude-plugin olve-packages
# Install the plugin
claude plugin install olve-packages --scope project
License
MIT License © OliverVea
Related skills
Backend & APIsbackend