Teru banner
nicholasglazer nicholasglazer

Teru

Testing community

Description

--- name: teru description: Build, test, run, format, and inspect the teru terminal emulator (Zig 0.16). Use when working on teru or needing quick terminal project commands. --- # teru Terminal Skill ## Sub-commands **`/teru build`** — Build and verify ```bash cd /home/ng/code/foss/teru && zig build test 2>&1 && echo "TESTS OK" && zig build 2>&1 && echo "BUILD OK" ``` **`/teru release`** — Release build with size check ```bash cd /home/ng/code/foss/teru && zig build -Doptimize=ReleaseSafe 2>

Installation

Installs to ~/.claude/skills/nicholasglazer-teru-teru/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nicholasglazer-teru-teru && curl -fsSL https://raw.githubusercontent.com/nicholasglazer/teru/HEAD/.claude/skills/teru.md -o ~/.claude/skills/nicholasglazer-teru-teru/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository