Biome
The Biome skill generates evocative descriptions of diverse environments, enhancing worldbuilding and immersive storytelling.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add ghosttypes-biome npx -- -y @trustedskills/ghosttypes-biome
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ghosttypes-biome": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ghosttypes-biome"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, biome, provides access to a code formatting tool. It automatically formats and lints JavaScript and TypeScript code according to configured rulesets. This ensures consistent code style across projects and helps identify potential errors early in the development process.
When to use it
- Code Formatting: Automatically format a block of JavaScript or TypeScript code to adhere to a specific style guide.
- Linting: Check a codebase for stylistic and programmatic errors, providing suggestions for improvement.
- Project Setup: Integrate into a new project to enforce consistent coding standards from the beginning.
- Code Review Assistance: Quickly format code snippets during reviews to ensure readability and consistency.
Key capabilities
- JavaScript and TypeScript formatting
- Linting functionality
- Configurable rulesets (implied)
Example prompts
- "Format this JavaScript code:
function foo(){console.log('hello');}" - "Lint the following TypeScript file and report any errors."
- βCan you format this code according to Airbnb style?β
Tips & gotchas
The skill likely requires a configured .biome or similar configuration file for optimal results. Without proper configuration, the default ruleset will be applied which may not align with your project's specific needs.
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.