Skip to content

hiiu agents-md

Print the AGENTS.md a forked workspace gets, so you can read what a designer's agent is about to be told.

hiiu agents-md [path]

Prints the AGENTS.md that hiiu fork writes at the root of a workspace: the rules an agent needs, plus the design system to build with.

It prints and never writes. fork is the writer. No timestamp anywhere in the output, so two runs are byte-identical.

Arguments and flags

[path] The repo or app directory to describe. Default .

No command-specific flags. Every global flag applies.

Why read it before forking

Because it is the whole briefing a designer's coding agent gets. If it names the wrong module as the design system, or misses a rule your team cares about, you want to know that before someone spends an afternoon prompting against it.

It is generated from the same catalog hiiu components catalog prints, so a surprising AGENTS.md usually means a surprising catalog, and that is the thing to go and look at.

Exit codes

Code When
0 Printed
3 Not a supported frontend app

Example

hiiu agents-md ./apps/web > /tmp/AGENTS.md