Biome Validator
The Biome Validator confirms the accuracy of biome classifications based on provided data, ensuring reliable ecological assessments and informed decisions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add biome-validator npx -- -y @trustedskills/biome-validator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"biome-validator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/biome-validator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The biome-validator skill, developed by gracefullight as part of the stock-checker suite, provides validation capabilities for code quality and formatting standards. It ensures that project files adhere to specific linting rules and structural requirements before deployment or analysis.
When to use it
- Before running automated builds to catch syntax errors early in the pipeline.
- During code reviews to enforce consistent style guidelines across a team.
- When integrating new dependencies to verify compatibility with existing project configurations.
- Prior to submitting pull requests to maintain repository hygiene and readability.
Key capabilities
- Validates files against defined linting rulesets.
- Checks for structural integrity and formatting compliance.
- Provides feedback on specific violations within codebases.
Example prompts
- "Run biome-validator on the src directory to check for any formatting issues."
- "Validate my new component file using the configured stock-checker rules."
- "List all files in the project that failed the biome-validator scan."
Tips & gotchas
Ensure your project has a compatible biome.json configuration file installed before invoking the skill, as validation relies on these settings. The skill may not detect runtime logic errors, so it should be used alongside functional testing tools for comprehensive coverage.
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.