Biome Linting

🌐Community
by yonatangross · vlatest · Repository

Biome Linting analyzes code for potential issues within specific biomes, improving code quality and reducing errors early on.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add yonatangross-biome-linting npx -- -y @trustedskills/yonatangross-biome-linting
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "yonatangross-biome-linting": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/yonatangross-biome-linting"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill uses Biome, a next-generation JavaScript and TypeScript development tool, to lint code. It can identify potential errors, stylistic issues, and enforce coding standards within your codebase. The skill provides feedback on syntax, formatting, and best practices, ultimately improving code quality and maintainability.

When to use it

  • Code Review: Quickly assess the quality of a block of JavaScript or TypeScript code before submitting it for review.
  • Automated Formatting: Automatically format code snippets to adhere to specific style guidelines.
  • Learning & Education: Understand why certain coding patterns are preferred and identify areas for improvement in your own code.
  • Project Setup: Ensure new projects start with a consistent and well-formatted codebase.

Key capabilities

  • JavaScript linting
  • TypeScript linting
  • Code formatting
  • Error detection
  • Style guide enforcement

Example prompts

  • "Lint this JavaScript code: function add(a, b) { return a + b; }"
  • "Format the following TypeScript code according to Prettier:"
  • "Analyze this code for potential errors and suggest improvements."

Tips & gotchas

  • Biome is relatively new. Ensure your AI agent has access to an up-to-date version of Biome for optimal results.
  • The skill's effectiveness depends on the clarity and completeness of the provided code.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yonatangross
Installs
4

🌐 Community

Passed automated security scans.