Hype
Description
Hype is a document generation tool used to rapidly create, maintain, and reuse documentation.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://github.com/gopherguides/hype/releases/latest)
[
](https://github.com/gopherguides/hype/actions)
[
](https://pkg.go.dev/github.com/gopherguides/hype)
[
](https://goreportcard.com/report/github.com/gopherguides/hype)
[
](https://gophers.slack.com/archives/C05SKNHQY3U)
Hype
Quick Reference
**Hype** is a Markdown content generator with dynamic code execution, includes, and validation.
Install
go install github.com/gopherguides/hype/cmd/hype@latest
Or via Homebrew: `brew install gopherguides/hype/hype-md`
Common Commands
| Command | Description |
|---|---|
hype export -format=markdown -f doc.md |
|
| Export to markdown (stdout) | |
hype export -format=html -f doc.md -o doc.html |
|
| Export to HTML file | |
hype preview -f doc.md -open |
|
| Live preview with hot reload | |
hype validate -f doc.md |
|
| Validate document structure |
Key Tags
| Tag | Purpose | Example |
|---|---|---|
|
||
| Include another file | ||
|
||
|
||
| Show file contents | ||
|
||
|
||
| Run Go code, show output | ||
|
||
|
||
| Run shell command | ||
|
||
|
||
| Include image | ||
|
||
AI Assistants
For detailed skill documentation, see [`.agent/skills/hype/`](.agent/skills/hype/).
Hype is a content generation tool that use traditional Markdown
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation 