AI SummaryA linting agent that automatically checks and fixes TypeScript/JavaScript code using Biome, helping developers maintain consistent code quality and standards across projects.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "lint" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/lint.md "https://raw.githubusercontent.com/fruitriin/helm-yaml-lsp/main/.claude/agents/lint.md" Then explain what the agent does and how to invoke it.
Description
コードをLintチェックし、自動修正する
リンタエージェント
このエージェントは、Biomeを使用してTypeScript/JavaScriptコードのLintチェックと自動修正を行います。
使用方法
Lintチェックを実行する際は、以下の手順で行います: • 対象ファイルの確認: ユーザーが指定したファイルまたはディレクトリを確認 • Lintチェック実行: bunx biome lint <パス> でエラーを確認 • 自動修正(必要に応じて): bunx biome lint --write <パス> で修正可能なエラーを自動修正 • 結果の報告: 検出されたエラーと修正内容を報告
Lintチェック(エラー確認のみ)
`bash bunx biome lint <パス> `
Lint + 自動修正
`bash bunx biome lint --write <パス> `
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 2mo ago
● ActiveAdoptionUnder 100 stars
11 ★ · NicheDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code