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 Prettier development. Browse commands, agents, skills, and more.
Enforces a structured software design workflow: define domain language, generate interface prototypes, plan refactors via interview, split plans into issues, and execute TDD with parallel code-review agents — all while documenting decisions in ADRs and a shared glossary.
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.
Automate full linting pipelines for Python projects: discover linters from pyproject.toml or package.json, format code with prettier, lint with ruff/mypy/bandit/eslint, resolve root causes via agents, and verify architecture post-fixes. Invoke /lint on files/directories or use in orchestrators for task completion.
Practice Specification-Driven Development (SDD) using GitHub Spec-Kit: initialize projects, create constitutions defining standards/processes, write feature specs/plans/tasks, analyze status/compliance/blockers, run quality gates checklists, clarify ambiguities, and implement tasks with Git status checks and interactive commits.
Configure and enforce Prettier formatting rules for JavaScript, integrate formatting into editors and CI/CD pipelines, and develop or troubleshoot custom Prettier plugins.
Run configurable code reviews with adjustable tone (harsh/constructive), enforce project standards via auto-generated Technical.md, and automate the full shipping workflow from review through PR creation and auto-merge. Includes live browser QA via Chrome for finding bugs, UX issues, and accessibility problems.
Generate standardized Claude Code components like subagents, slash commands, hooks, skills, plugins, output styles, and project docs using dedicated slash commands that analyze context, apply templates, validate inputs, and organize files.
Break large projects into spec-driven phases and 2-4 hour sessions of 12-25 tasks for AI-assisted development. Plan sessions, implement/validate tasks, audit tooling/CI/infra/Docker, manage git/docs/security, and carry forward insights across phases.
Automated code quality and security auditing for Drupal (PHP) and Next.js (JavaScript/TypeScript) projects. Runs comprehensive linting, static analysis, security scans, SOLID/DRY checks, test coverage, and TDD workflow with multi-agent debates for balanced improvements.
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.
Build and extend FastMCP MCP servers in TypeScript through interactive code generation for custom tools with Zod schemas, static resources, authentication setups including API keys and OAuth, plus patterns for logging, streaming, and merge-friendly import sorting to cut Git conflicts.
Orchestrate a unified pipeline of five code quality gates—static analysis with linters/formatters, test coverage checks (>=80% thresholds), security scans for secrets/CVEs/OWASP, complexity metrics, and dependency audits—across JS/TS, Python, Go, Rust projects. Generate scored reports, gap analyses, refactor suggestions, and auto-apply fixes for issues.
Synchronize Claude instruction files (CLAUDE.md) across projects with interactive merge control, enforce code quality via automated linting (ESLint, Ruff, Clippy) and formatting, sanitize git history of AI traces, and manage AI-tool ignore patterns. Includes pre-execution hooks for command logging and file edit annotation.
Audit your repository for compliance with 7 development standards like avoiding TypeScript any/as, setting up CI with GitHub Actions, local test environments via Docker Compose, conventional commits, pinned dependencies, comprehensive tests with Jest, and pre-commit hooks with ESLint/Prettier; generate reports via /dev-standards and auto-fix issues with --fix.
Enforce TypeScript code quality and test coverage with strict thresholds by running tsc, ESLint, Prettier, and Jest/Vitest in one command.
Run ESLint, Prettier, and Jest/Vitest in one step to enforce JavaScript quality checks with zero errors and 90%+ coverage targets.