Biome Lint
Biome Lint analyzes text for subtle thematic connections related to biomes, revealing hidden environmental themes and enhancing narrative depth.
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 npx -- -y @trustedskills/biome-lint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"biome-lint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/biome-lint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The biome-lint skill provides linting and formatting capabilities using Biome, a next-generation JavaScript tooling platform. It can analyze code for stylistic errors, potential bugs, and enforce consistent formatting rules. This helps maintain code quality and readability across projects.
When to use it
- Code review: Use it to automatically check pull requests or commits for linting issues before merging.
- Automated Formatting: Integrate it into your CI/CD pipeline to automatically format code on every build.
- Project Setup: Apply consistent formatting and style rules when starting a new JavaScript project.
- Enforcing Standards: Ensure all contributors adhere to the same coding standards within a team.
Key capabilities
- Linting: Identifies potential errors and stylistic issues in JavaScript/TypeScript code.
- Formatting: Automatically formats code according to configured rules.
- Configuration: Allows customization of linting and formatting rulesets.
Example prompts
- "Biome-lint this file:
src/app.js" - "Format the following JavaScript code:" [paste code here]
- "Check for any linting errors in my project."
Tips & gotchas
- Requires Biome to be installed on the system or accessible within the environment where the AI agent is running.
- The skill's effectiveness depends on having a properly configured
.biome.jsonfile defining the desired linting and formatting rules.
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.