Hype banner
gopherguides gopherguides

Hype

Documentation community

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

[Release](https://github.com/gopherguides/hype/releases/latest) [Go Build Status](https://github.com/gopherguides/hype/actions) [Go Reference](https://pkg.go.dev/github.com/gopherguides/hype) [Go Report Card](https://goreportcard.com/report/github.com/gopherguides/hype) [Slack](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