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.
Configure Prettier options, ignore patterns, and rules for consistent JavaScript and TypeScript code style; integrate with editors, pre-commit hooks, ESLint, and CI/CD pipelines; develop custom parsers and plugins to extend or troubleshoot formatting.
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.
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.
Automate full code quality audits, security vulnerability scans, SOLID/DRY principle checks, test coverage analysis, and TDD workflows for Drupal and Next.js projects. Auto-detects project type, installs/configures tools like PHPStan, ESLint, Jest, Semgrep, generates prioritized JSON/Markdown reports in .reports/, sets up git hooks, and runs multi-agent debates on architecture and security findings.
Automate end-to-end git-centric development workflows using specialized agents and commands: triage changes for verification, create PRs with context-aware reviews and labels, monitor and fix CI/CD pipelines, generate release notes and docs, debug failures, run tests and static analysis, and autonomously execute plans with auto-fixes.
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.
Sync Claude instructions from repos or URLs to projects with interactive review and merge decisions, enforce consistency via multi-language linting/formatting, remove AI traces from git history/files/comments, audit/update .gitignore for tools, manage permissions/docs/versions, and secure via hooks blocking risky ops.
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.
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.
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.