Biome Lint Format
Checks biome descriptions for consistency, completeness, and adherence to Italypaleale's established formatting guidelines.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add biome-lint-format npx -- -y @trustedskills/biome-lint-format
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"biome-lint-format": {
"command": "npx",
"args": [
"-y",
"@trustedskills/biome-lint-format"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill leverages Biome, a next generation JavaScript and TypeScript development tool. It provides linting and formatting capabilities to ensure code adheres to specified style guidelines and best practices. The skill can automatically correct formatting issues and identify potential errors in your codebase.
When to use it
- Enforcing consistent coding styles: When working on projects with multiple contributors, this skill helps maintain a uniform code style across the entire team.
- Automating code cleanup: Quickly format large codebases or individual files to ensure they meet project-specific formatting rules.
- Improving code quality: Catch potential errors and stylistic issues early in the development process.
- Preparing code for review: Automatically format code before submitting it for peer review, reducing bikeshedding on style issues.
Key capabilities
- Linting: Identifies potential coding errors and stylistic inconsistencies.
- Formatting: Automatically corrects formatting to adhere to defined rules.
- Biome integration: Leverages the full functionality of Biome's linting and formatting engine.
Example prompts
- "Format this JavaScript file according to our project’s style guide."
- "Lint this TypeScript code and report any errors or warnings."
- "Apply biome formatting to all files in this directory."
Tips & gotchas
- Requires Biome to be installed. Ensure the necessary dependencies are met before using the skill.
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.