biome-developer

Provide Biome development guidance on AST handling, string extraction, and embedded languages.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/qdhenry/Foundry-OSS --skill biome-developer-qdhenry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome-developer
Source: https://github.com/qdhenry/Foundry-OSS/tree/main/.agents/skills/biome-developer
Command: npx skills add https://github.com/qdhenry/Foundry-OSS --skill biome-developer-qdhenry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Biome developers frequently encounter fragmented guidance and unfamiliar Biome-specific patterns, slowing progress and increasing risk of mistakes. This Skill consolidates Biome-specific patterns, anti-patterns, and practical tips to accelerate correct, maintainable development across the codebase.

Core Features & Use Cases

  • Provides Biome-specific best practices for AST handling, string extraction, embedded languages, and borrow-checker considerations.
  • Highlights common gotchas and recommended patterns to improve code quality and onboarding.
  • Serves as a practical reference for writing or reviewing Biome-related code and tooling.

Quick Start

Review Biome development guidelines and apply the patterns and tips to your current Biome feature task.

Frequently Asked Questions about biome-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle AST nodes correctly when developing Biome features?

Handling AST nodes in Biome requires following specific patterns for traversal and modification to avoid common borrow-checker issues and maintain code quality. This Skill provides consolidated guidance on AST handling, string extraction, and embedded languages to accelerate correct, maintainable Biome development across the codebase.

What are common borrow-checker gotchas in Biome development?

Common borrow-checker gotchas in Biome arise during AST manipulation and string extraction, where ownership rules often conflict with complex tree traversals. This Skill highlights these specific anti-patterns and provides recommended practices to navigate Rust's ownership model safely while building Biome tooling.

How do I manage embedded languages and string extraction in Biome?

Managing embedded languages and string extraction in Biome involves applying specific patterns to correctly parse and isolate code segments within template literals or comments. This Skill serves as a practical reference for implementing these features without violating Biome's internal structural rules.

Does this Skill provide best practices for Biome code quality workflows?

This Skill provides comprehensive Biome best practices for code quality workflows, consolidating fragmented guidance into a single reference. It covers AST handling, embedded languages, and borrow-checker considerations to help developers write, review, and maintain Biome-related code efficiently.

What is the best way to onboard into Biome-specific development patterns at scale?

The best way to master Biome development patterns at scale is to review consolidated guidelines covering AST handling, borrow-checker considerations, and common gotchas. This Skill accelerates onboarding by providing practical, instruction-rich documentation for writing and reviewing Biome tooling.