cursor/plugins829 installs
check-compiler-errors
Run compile and type-check commands and report failures
How do I install this agent skill?
npx skills add https://github.com/cursor/plugins --skill check-compiler-errorsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides high-level instructions for an AI agent to run compiler checks and fix errors. It does not include any executable scripts or configuration files. The workflow involves processing external tool output, which presents a minor surface for indirect prompt injection, though this is inherent to the skill's primary purpose.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
What does this agent skill do?
Check compiler errors
Trigger
Compile or type-check failures are blocking local validation or CI.
Workflow
- Run the repo's compile and type-check commands.
- Summarize errors by file and type.
- Fix the highest-confidence issues first.
- 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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/cursor/plugins/check-compiler-errors">View check-compiler-errors on skillZs</a>