Help us improve
Share bugs, ideas, or general feedback.
From hb
Runs linting and formatting checks using project's package.json scripts. Detects Biome, oxlint, or ESLint and reports file:line errors for all issues.
npx claudepluginhub helderberto/agent-skills --plugin hbHow this skill is triggered — by the user, by Claude, or both
Slash command
/hb:lintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check `package.json` devDependencies:
Detects linter (Biome, ESLint, Deno lint) and formatter (Prettier), runs with auto-fix on target path or codebase, reports fixed and remaining issues. Use before commits, after AI code gen, or CI lint failures.
Auto-detects project linter from config files (Taskfile.yml, Makefile, go.mod, package.json, pyproject.toml, Cargo.toml) and runs it with auto-fix attempts on failure. Reports pass/fail.
Configures modern linting: Biome for JavaScript/TypeScript, Ruff for Python, Clippy for Rust. Detects projects, migrates from ESLint/Flake8, checks versions, adds pre-commit integration.
Share bugs, ideas, or general feedback.
Check package.json devDependencies:
@biomejs/biome → npm run check / fix: npm run check --writeoxlint → npm run lint / fix: npm run lint --fixeslint (default) → npm run lint / fix: npm run lint:fixfile:line references for all errorspackage.json scriptsnpx directlypackage.json → check scripts for alternative names (check, lint:check); report if none existfile:line