feat(catalog): add SharpConsoleUI (Terminal UI) skill#1008
Open
nickprotop wants to merge 2 commits into
Open
Conversation
Add a repo-authored Frameworks/SharpConsoleUI skill for the SharpConsoleUI
(ConsoleEx) .NET terminal application framework. New "Terminal UI" category.
SKILL.md control plane (install, workflow, minimal + layout examples,
full-screen and multi-window as equal first-class flows, threading rules,
validation) plus seven topic references:
- controls.md 40+ controls grouped by purpose
- markup.md the [tag]text[/] markup language + MarkupParser API
- architecture.md compositor, DOM layout, cooperative UI-thread model, AOT
- recipes.md full-screen/multi-window/grid/dialog/portal/form recipes
- features.md gradients, alpha blending, effects, animations, media
- system.md constructor overloads, services, config, registry, binding,
flows, plugins, clipboard, scripting/schost, when-to-choose
- app-patterns.md production app structure: single-window shell + content-swap
navigation, awaitable modals, semantic theme layer, UX rules
Content is sourced from the official SharpConsoleUI docs and cross-checked
against real usage. Catalog validates: 185 skills, 13 bundles.
Refresh the checked-in external-source snapshots to the latest upstream (dotnet-test / dotnet-diag) so the "verify imported external sources are committed" CI gate passes. Regenerated via scripts/sync_external_catalog_sources.sh; no manual edits. Does not touch the SharpConsoleUI skill in this branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a repo-authored skill for SharpConsoleUI (the ConsoleEx .NET terminal
application framework — overlapping windows, a compositor, a DOM layout engine,
and 40+ reactive controls), under
catalog/Frameworks/SharpConsoleUI/. Introducesa new
Terminal UIcategory.Why
SharpConsoleUI is a mature .NET TUI framework (
SharpConsoleUIon NuGet) with noskill in the catalog. This gives AI agents accurate, source-grounded guidance for
building terminal apps with it — install, wiring, controls, markup, threading, and
production app patterns.
Contents
SKILL.md— control plane: trigger conditions, install, a Mermaid workflow, averified minimal app + layout example, full-screen and multi-window as equal
first-class flows, threading rules, and validation.
SKILL.md):controls.md,markup.md,architecture.md,recipes.md,features.md,system.md,app-patterns.md.Sourcing & accuracy
against real-world usage in shipping consumers.
Validation
python3 scripts/generate_catalog.py --validate-only→ Catalog metadata is validfor 185 skills and 13 bundles.
name/description/compatibility) + siblingmanifest.json(
version1.0.0,category,packages) per CONTRIBUTING.md.SKILL.md; no orphans; no leaked local paths.