Integrate Biome into Nx monorepos with deterministic setup, caching, migration from ESLint and Prettier, and plugin-based inferred tasks; use when adding Biome, replacing ESLint/Prettier, tuning cache inputs, or scaling lint and format workflows across projects.
73
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's runtime commands ('npm install --save-dev @biomejs/biome' and 'npx @biomejs/biome init') fetch and execute the @biomejs/biome package from the npm registry (e.g. https://www.npmjs.com/package/@biomejs/biome), so it relies on an external dependency that executes remote code at runtime.
@biomejs/biome
dependency · 3 sites
The skill documents user-facing install/init commands for @biomejs/biome and references it in Nx cache config, but does not itself fetch or execute the package at runtime.
SKILL.md
42
npm install --save-dev @biomejs/biome
SKILL.md
43
npx @biomejs/biome init
SKILL.md
104
externalDependencies: ["@biomejs/biome"]