# Cursor Plugin Teamkit Check Compiler Errors

> Run compile and type-check commands and report failures

- Skill: `kunanonj/cursor-plugin-teamkit-check-compiler-errors` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunanonj/cursor-plugin-teamkit-check-compiler-errors`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunanonj/cursor-plugin-teamkit-check-compiler-errors/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: KunanonJ (https://skillmd.com/u/kunanonj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kunanonj/cursor-plugin-teamkit-check-compiler-errors

---


# Check compiler errors

## Trigger

Compile or type-check failures are blocking local validation or CI.

## Workflow

1. Run the repo's compile and type-check commands.
2. Summarize errors by file and type.
3. Fix the highest-confidence issues first.
4. Re-run checks until clean or blocked.

## Output

- Current compile and type-check status
- Error summary grouped by file and category
- Fixes applied and remaining blockers

