Biome Linting
Biome Linting analyzes your biome descriptions for consistency and accuracy, ensuring clear and reliable data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add biome-linting npx -- -y @trustedskills/biome-linting
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"biome-linting": {
"command": "npx",
"args": [
"-y",
"@trustedskills/biome-linting"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to automatically lint codebases using Biome, a fast and reliable tool for formatting and analyzing JavaScript, TypeScript, JSX, TSX, JSON, CSS, SCSS, and Markdown files. It ensures consistent code style and detects potential issues across multiple file types simultaneously.
When to use it
- Enforce strict formatting standards on large monorepos containing mixed frontend and configuration files.
- Automatically clean up code before deployment or review to reduce manual editing time.
- Validate project consistency when working with TypeScript, JSX, and CSS in a single workflow.
- Integrate into CI/CD pipelines to catch style drift early in the development cycle.
Key capabilities
- Supports linting for JavaScript, TypeScript, JSX, TSX, JSON, CSS, SCSS, and Markdown.
- Provides fast performance suitable for large-scale codebases.
- Handles formatting and analysis rules within a unified toolchain.
Example prompts
- "Run Biome linting on my entire project to check for style violations."
- "Format all TypeScript and JSON files in the repository using Biome standards."
- "Analyze the CSS and SCSS files for consistency issues using the Biome linter."
Tips & gotchas
Biome is designed for speed, making it ideal for large projects, but ensure your project includes a biome.json configuration file to define specific rules. Since this skill covers multiple languages, verify that your codebase uses compatible syntax versions for all supported file types before running the agent.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.