glyph
Idiomatic patterns for building terminal UIs with the glyph Go framework
Open source Repository Open in the app JSON README (API)
About
Idiomatic patterns for building terminal UIs with the glyph Go framework
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- kungfusheep
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-03-05T18:04:31Z
- Repository state
- ativo
- License
- Apache-2.0
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
kungfusheep/glyph-skill/glyph
README
# glyph skill for Claude Code A Claude Code plugin that gives Claude idiomatic knowledge of [glyph](https://useglyph.sh), a declarative terminal UI framework for Go. Once installed, Claude reads the skill and applies correct glyph patterns when you're working on a glyph application. ## Install In Claude Code: ``` /plugin install glyph ``` ## Usage Claude activates automatically when your code imports `github.com/kungfusheep/glyph` or you ask to build a terminal UI in Go. If you want to be explicit, invoke it directly before asking Claude to write any glyph code: ``` /glyph:glyph ``` ## What it covers - Core mental model: how the template system works - Complete examples for single-view, multi-view, and inline apps - Full API reference for layout, display, lists, tables, forms, conditionals, and styling - Common pitfalls Full API docs at [useglyph.sh/api](https://useglyph.sh/api).