spectre-console

Installation
SKILL.md

Spectre.Console

Overview

Spectre.Console is a .NET library for building beautiful, modern console applications with rich text rendering, tables, trees, progress bars, interactive prompts, and live-updating displays. It also provides Spectre.Console.Cli, a command framework for building structured CLI applications with dependency injection, type-safe settings, and automatic help generation.

NuGet Packages

dotnet add package Spectre.Console
dotnet add package Spectre.Console.Cli        # Command-line framework
dotnet add package Spectre.Console.Analyzer   # Roslyn analyzers for best practices

Markup and Styled Text

using Spectre.Console;
Installs
5
GitHub Stars
10
First Seen
Jun 13, 2026
spectre-console — tyler-r-kendrick/agent-skills