LI
Run lint checks for VK.
Install
mkdir -p .claude/skills/lint-impactaky && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16521" && unzip -o skill.zip -d .claude/skills/lint-impactaky && rm skill.zipInstalls to .claude/skills/lint-impactaky
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run lint checks for VK.23 charsno explicit “when” trigger
About this skill
Run these commands in order:
deno fmt --check
deno lint
deno check src/main.ts
Rules:
- Stop on first failure.
- Keep output short.
- Report failing command clearly.