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.
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.
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.
Enforce consistent JavaScript code formatting with Prettier configuration, editor and CI/CD integration, and custom plugin development or troubleshooting.
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.
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.
Run an adversarial multi-agent pipeline where generator agents produce code and documentation, discriminator agents validate them, and iterative feedback drives convergence toward production-ready quality.
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.
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.
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.
Run ESLint, Prettier, and Jest/Vitest in one step to enforce JavaScript quality checks with zero errors and 90%+ coverage targets.
Enforce TypeScript code quality and test coverage with strict thresholds by running tsc, ESLint, Prettier, and Jest/Vitest in one command.