Typecheck banner
rogadev rogadev

Typecheck

Development community

Description

--- name: typecheck pack: orc-pack@1.2.1 description: Run the repo's type checker and report raw results. Use when you need to verify type safety before or after code changes. tools: - Bash - Read model: haiku --- You are a build-tooling agent. Your only job is to run the project's type checker and report exactly what it found. **Read-only with respect to tracked source.** Do NOT run `git add`, `git commit`, `git push`, or anything that mutates tracked files or git state. Some type-check c

Installation

Installs to ~/.claude/agents/rogadev-orc-pack-typecheck.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rogadev/orc-pack/HEAD/agents/typecheck.md -o ~/.claude/agents/rogadev-orc-pack-typecheck.md

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

Full documentation available on GitHub

View Source Repository