CLI
AI commands
Install the skill into your agent, look a block up, and print the authoring guide as a system prompt.
These commands teach AI tools how to write Chiltepin docs. The full picture is in Author with AI.
For installation and prompts, see Author with AI. Use the same installed CLI version for block lookup and validation.
chiltepin block
Read the block contract generated from the installed CLI schema:
chiltepin block # every block type, one line each
chiltepin block sequence # fields, enums, terse forms, and a validating example
chiltepin block sequence --json # the same contract as JSONchiltepin skill
Print the skill as a copy-paste system prompt — for AI tools that don't read skills or repo files (ChatGPT, Gemini, a custom GPT):
chiltepin skill # print it
chiltepin skill -o chiltepin.md # save it to a file
chiltepin skill --raw # the skill file verbatim, with frontmatterThe pasted skill tells the tool to run npx -y chiltepin check and
npx -y chiltepin block <type> when it has a shell; when it does not, you run
them yourself on what it writes.