AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Biome Tooling

skill-theseus-run-theseus-biome-tooling · by theseus-run

Use when running, interpreting, or modifying Biome linting/formatting/import organization in this repo, including biome.json, Grit plugins, formatting fixes, and lint failures.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-theseus-run-theseus-biome-tooling

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-theseus-run-theseus-biome-tooling)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Biome Tooling? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Biome Tooling

Use this skill for Biome formatting and linting.

Repo Facts

  • Biome is configured locally; inspect package.json / lockfile for the installed version when version-specific behavior matters.
  • Root command: bun run lint -> bunx biome check.
  • Config: biome.json.
  • Biome organizes imports through assist source actions.
  • Custom Grit plugins block stale Effect v3 patterns and several local style hazards.
  • For custom Grit plugin authoring or diagnostic-message design, use biome-grit-rules.

Command Rules

  • Use bun run lint for the repo check.
  • For a focused check, use bunx biome check only after confirming no script already covers the need.
  • Use write mode only when the user asked for fixes or formatting is part of the task.
  • Do not debate formatting output; accept Biome as the formatter.
  • Do not use Prettier or ESLint unless the user explicitly asks.

Config Rules

  • Read biome.json before changing lint or formatting behavior.
  • Keep generated outputs, lockfiles, node_modules, dist, and build artifacts excluded unless there is a deliberate reason.
  • Treat custom Grit plugin failures as repo policy, not generic style suggestions.
  • If a rule is noisy, fix the code first; weaken config only when the rule is wrong for the repo.
  • Repeated agent mistakes should become deterministic checks when the bad pattern is syntactically recognizable and low-noise.

Common Fix Strategy

  1. Run or inspect the focused Biome failure.
  2. Identify whether it is formatting, import organization, lint, or Grit plugin policy.
  3. Apply the smallest source fix.
  4. Re-run the focused check or bun run lint.

Anti-Patterns

  • Do not hand-format large files instead of running Biome when write mode is appropriate.
  • Do not add inline ignores without a reason tied to runtime behavior or type-system limits.
  • Do not change biome.json to make one local warning disappear.
  • Do not edit dist/ just to satisfy Biome.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.