
Claude Skills by laurigates
github.com/laurigatesPerform comprehensive code review with automated fixes
Systematic debugging approach with tool recommendations for memory, performance, and system-level issues.
Analyze codebase documentation quality - PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/
Analyze and validate documentation quality for PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/ to ensure standards compliance and freshness
Find and extract duplicated code into shared abstractions. Use when you see repeated patterns across multiple files — identical utility functions, copy-pasted UI components, duplicated hooks or state management, or repeated boilerplate blocks. Systematically consolidates them into reusable utilities, components, hooks, and shared modules.
Universal linter that automatically detects and runs the appropriate linting tools
Cross-language linter autofix commands and common fix patterns for biome, ruff, clippy, shellcheck, and more.
Refactor selected code for quality improvements
Clear all analytics data and start fresh
Export analytics data in various formats
Display command and skill usage analytics
Show commands and skills that have never been used
Convert text to Google Chat compatible formatting (Markdown to Google Chat syntax). Use when formatting messages for Google Chat, converting Markdown documents for Google Chat, or when the user mentions Google Chat formatting.
Structured guidelines for drafting GitHub issues and technical tickets. Uses What/Why/How format with concise descriptions, markdown formatting, and positive framing without estimates or bold claims. Use when user mentions creating issues, drafting tickets, writing bug reports, GitHub issue templates, or structuring technical tickets.
Implement a version badge with tooltip showing build info and recent changelog - framework agnostic
Implement a version badge UI component showing build version, git commit, and recent changelog in a tooltip. Use when adding version visibility to applications for support, debugging, and change awareness. Works with React, Vue, Svelte, and plain JavaScript.
GitHub Actions workflow standards. Use when configuring CI/CD workflows, checking workflow compliance, or when the user mentions GitHub Actions, container builds, or CI/CD automation.
Configure Claude Code security settings including permission wildcards, shell operator protections, and project-level access controls. Use when setting up project permissions, configuring allowed tools, or securing Claude Code workflows.
Run all infrastructure standards checks and configure compliance
Check and configure API contract testing with Pact, OpenAPI validation, and schema testing
Configure auto-merge workflow for ArgoCD Image Updater branches
Check and configure cache-busting strategies for Next.js and Vite projects
Configure .claude/settings.json and GitHub Actions workflows to use the laurigates/claude-plugins marketplace
Check and configure container infrastructure (builds, registry, scanning, devcontainer)
Check and configure code coverage thresholds and reporting
Check and configure dead code detection (Knip, Vulture, cargo-machete)
Check and configure Dockerfile for project standards (minimal Alpine/slim, non-root, multi-stage)
Check and configure code documentation standards and generators (TSDoc, JSDoc, pydoc, rustdoc)
Check and configure EditorConfig and VS Code workspace settings
Check and configure feature flag infrastructure (OpenFeature + providers)
Check and configure code formatting (Biome, Prettier, Ruff, rustfmt)
Check and configure GitHub Pages deployment
Check and configure integration testing for services, databases, and external dependencies
Check and configure Justfile with standard recipes for project standards
Check and configure linting tools (Biome, Ruff, Clippy)
Check and configure load and performance testing with k6, Artillery, or Locust
Check and configure Makefile with standard targets for project standards
Check and configure MCP servers for project integration
Check and configure memory profiling with pytest-memray for Python projects
Check and configure modern package managers (uv for Python, bun for TypeScript)
Check and configure pre-commit hooks for project standards
Check and configure README.md with logo, badges, features, tech stack, and project structure
Check and configure release-please workflow for project standards
Install reusable GitHub Actions workflows for security, quality, and accessibility checks
Check and configure security scanning (dependency audits, SAST, secrets)
Interactively select which infrastructure standards to configure
Check and configure Sentry error tracking for project standards
Check and configure Skaffold for project standards
Show infrastructure standards compliance status (read-only)
Check and configure testing frameworks and infrastructure