Biome Formatting

🌐Community
by thebushidocollective · vlatest · Repository

Automatically structures text into visually appealing, thematic biomes based on content and desired aesthetic.

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 biome-formatting npx -- -y @trustedskills/biome-formatting
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "biome-formatting": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/biome-formatting"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, biome-formatting, provides code formatting capabilities using Biome. It allows AI agents to automatically format code according to defined rules and style guides. This ensures consistent code quality and readability across projects.

When to use it

  • Automating Code Style: When you need to enforce a specific coding standard within a project.
  • Preparing Code for Review: Before sharing code with others, automatically format it for clarity.
  • Integrating into CI/CD Pipelines: Incorporate formatting as part of your automated build and deployment processes.
  • Refactoring Large Codebases: Quickly reformat existing code to improve consistency and maintainability.

Key capabilities

  • Code Formatting: Applies Biome's formatting rules to JavaScript and TypeScript code.
  • Style Guide Enforcement: Adheres to predefined style guides for consistent coding practices.
  • Automated Formatting: Automatically formats code based on configured settings.

Example prompts

  • "Format this Javascript code: function foo(a,b){return a+b}"
  • "Apply Biome formatting rules to the following TypeScript file."
  • "Can you reformat this code snippet according to the standard style guide?"

Tips & gotchas

Biome is primarily designed for JavaScript and TypeScript. Ensure your AI agent has access to the necessary Biome dependencies or environment setup for optimal performance.

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
thebushidocollective
Installs
18

🌐 Community

Passed automated security scans.