hex1b
Build, test, and document terminal user interfaces in .NET
All Skills in This Repository (7)
Pure Emerald Level Indicatorsdoc-tester
Validate Hex1b documentation by executing automated tests and code examples.
widget-creator
Generate Hex1b widget scaffolds with nodes, theming, extensions, and tests.
doc-writer
Guide teams in writing consistent Hex1b TUI library documentation with YAML frontmatter.
test-fixer
Diagnose flaky Hex1b UI tests and apply remediation patterns.
writing-unit-tests
Write unit tests for Hex1b widgets and terminal functionality.
surface-benchmarker
Run and interpret Hex1b Surface API benchmarks with BenchmarkDotNet and dotnet run.
api-reviewer
Review API design against Hex1b conventions for accessibility and documentation.
Frequently Asked Questions
FAQPage SchemaHow to install Hex1b?โผ
Run `npx skills add mitchdenny/hex1b --all -g -y` in your terminal to install all skills in this suite globally.
What is Hex1b used for?โผ
Hex1b is a .NET library for building rich terminal user interfaces with a React-inspired declarative widget API. These skills help your agent create widgets, write tests, and maintain documentation for it.
How do I fix flaky terminal UI tests?โผ
The test-fixer skill diagnoses common timing issues, such as snapshots captured after app exit, and shows how to add proper wait conditions before assertions.
Can these skills help write documentation?โผ
Yes. The doc-writer skill guides XML API comments and end-user guides, while doc-tester validates that documentation examples actually compile and behave as described.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, OpenClaw, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core