lint

SkillDev tools

Contains commands to lint, format, type check, test, and build the project. Use when the user explicitly invokes the lint skill.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the lint skill

What this skill tells your AI

The instructions your AI receives, as published by kovrichard/catalyst in .agents/skills/lint/SKILL.md and read by ahel’s review.

When this skill is invoked, run the following commands in order.

bun run check-write: Runs linter and formatter and fixes trivial issues bun run type-check: Runs type checking bun run test: Runs tests bun run build: Runs build

When any of the commands fail, start fixing the issues one by one instead of explaining the error.

If the output of the first command contains unsafe, but fixable errors. you may use the bun run check-write --unsafe command to fix them.

Signals

GitHub stars
468
Forks
33
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
lint-kovrichard
Source
github.com/kovrichard/catalyst