Biome

🌐Community
by ghosttypes Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add ghosttypes-biome npx -- -y @trustedskills/ghosttypes-biome
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ghosttypes
Installs
4

🌐 Community

Passed automated security scans.