Plugins listed here are tagged for this technology stack and auto-indexed from public GitHub repositories.
Plugins listed here are tagged for this technology stack and auto-indexed from public GitHub repositories.
Claude Code plugins tagged for Biome development. Browse commands, agents, skills, and more.
Automate Git workflows with slash commands to create conventional commits with pre-checks, generate PRs from changes, fix GitHub issues/PR comments automatically, manage worktrees for open PRs, update branch names descriptively, and review PRs from multiple perspectives.
Automate full pull request creation in one command: generate a new branch from unstaged changes, format files with Biome, split into logical commits with descriptive messages, push to remote, and submit the PR complete with summary and test plan.
Automate full pull request creation from local changes: generate new branch, format files with Biome, split into logical commits with descriptive messages, push to remote, and submit PR complete with summary and test plan.
Automate the full pull request workflow: create a new branch from unstaged changes, format files with Biome, split into logical commits with descriptive messages, push to remote, and submit the PR complete with summary and test plan.
Automate full pull request creation from local changes: generate a new branch, format modified files with Biome, split into logical commits with descriptive messages, push to remote, and submit PR complete with summary and test plan.
Set up Ultracite multi-provider linting and formatting with Biome, ESLint, and Oxlint in JS/TS projects. Migrate ESLint/Prettier configs to biome.jsonc, validate setups via doctor checks, integrate Git hooks and AI/MCP tools, resolve monorepo and type-aware linting issues.
Lint and format JavaScript/TypeScript code with Biome from the editor, including configuration management, rule enforcement, and style fixes.
Streamline TypeScript development workflows using Bun for dependency management, building executables/bundles, running tests, debugging via inspector, and publishing to npm. Lint/format with Biome, eliminate dead code using Knip, and add Sentry monitoring for errors and performance.
Audit and auto-configure project infrastructure to enforce standards for CI/CD workflows, Dockerfiles, pre-commit hooks, linting, testing frameworks, security scans, feature flags, and documentation across JavaScript/TypeScript, Python, Rust, Go, and infrastructure projects using CLI flags like --check-only and --fix.
Execute PRD-driven engineering sprints in isolated git worktrees: auto-generate specs, delegate implementation/testing to agents, run CI/CD to staging/prod with audits and fixes, enforce safety hooks, capture learnings into docs, and audit workflows for self-improvement.
Automate complete pull request creation: generate feature branch from changes, format code with Biome, organize into logical commits, push to remote, generate descriptions, and submit PR to GitHub.
Enforce rigorous quality gates across React/TypeScript and Go projects with a harness of lifecycle hooks that block violations on every edit. Automate TDD workflows, code review, CI warning audits, dependency vulnerability scanning (Snyk), and accessibility checks, all integrated into a single developer workflow.
Enforces a strict TypeScript monorepo architecture with Result types, vertical slices, Biome tooling, node:test, and Fastify patterns. Scaffolds projects, reviews diffs, generates commits, triages issues, and audits accessibility — all governed by a skill-based agent workflow.
Debug, test, and write cleaner code with a systematic debugging framework, test-first enforcement, testing trophy strategy, and clean code review agent. Also includes linter setup, prompt engineering, creative ideation via verbalized sampling, multi-mode analytical thinking, content analysis, and skill authoring tools.
Scaffold, test, secure, and deploy TypeScript MCP servers using @cyanheads/mcp-ts-core — from generating tool/resource definitions and integrating authentication/telemetry to publishing releases with GitHub Actions and Cloudflare Workers.
Automatically detect and fix newly added type ignores (e.g., @ts-ignore, eslint-disable, pylint:disable) across TS/JS/Python/Go/Rust/Ruby files by spawning parallel fixer agents with type-check verification, or fix type errors in a single file by adding imports, annotations, or declarations instead of ignores.
Convert CLAUDE.md rules into automated code checks using ESLint, Prettier, Biome, Ruff, and GitHub Actions workflows. Run verifications to confirm passes, then remove implemented rules to optimize agent context and cut token usage in AI interactions.
Orchestrate multi-agent AI teams (analyst, challenger, implementer, QA) with structured starters, checklists, plan mode, and automated validations to develop, refactor, test, and deploy PHP/Symfony features using DDD/CQRS patterns and CI/CD workflows.
Generate scaffolds for new Claude Code plugins by selecting components like commands, MCP servers, hooks, skills and choosing Markdown-only or TypeScript implementation. Switch existing plugins between Markdown-only and full TypeScript modes, automating tsconfig, src files, package.json updates, bun install, and tests.