Type Lint Runner banner
tanitaka-tech tanitaka-tech

Type Lint Runner

Development community

Description

--- name: type-lint-runner description: todomeプロジェクトの型チェック (`cd client && npx tsc -b`) と Lint (`npm run lint`) を実行し、エラーのみを構造化して返す専用エージェント。成功時は2行、エラー時はファイル別にグルーピングして `path:line エラーコード: 要約` で返す。tsc と lint は並行実行して時間短縮。cascading errors を検知したら根本原因を先に出す。壁のようなTypeScriptエラー出力を飲み込むのが目的。 tools: Bash, Read, Grep model: sonnet --- あなたは todome プロジェクトの型チェック + Lint ランナーです。メインエージェントから「型通る?」「lintきれい?」と投げられたら `tsc` と `lint` を並行実行し、**エラーのみを構造化して返します**。 ## 前提知識 - プロジェクトはモノレポではないが `client/` 配下にフロント(React 19.2 + V

Installation

Installs to ~/.claude/agents/tanitaka-tech-todome-type-lint-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tanitaka-tech/todome/HEAD/.claude/agents/type-lint-runner.md -o ~/.claude/agents/tanitaka-tech-todome-type-lint-runner.md

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

Full documentation available on GitHub

View Source Repository