home / skills / laurigates / claude-plugins

laurigates/claude-plugins

Claude Code plugins for development workflows

272 skills
GitHub

Sponsored

rg-code-search

laurigates/claude-plugins

7
This skill helps you search code quickly with rg by applying smart defaults, file filtering, and regex patterns for multi-file analysis.
project-init

laurigates/claude-plugins

7
This skill initializes a universal project scaffold with optional GitHub repo, language-specific setup, and baseline CI/CD and tooling.
bun-outdated

laurigates/claude-plugins

7
This skill checks Bun outdated dependencies and highlights current, wanted, and latest versions to guide safe updates.
pre-commit-standards

laurigates/claude-plugins

7
This skill helps enforce pre-commit standards by configuring and validating hook sets across projects for consistent quality.
network-monitoring

laurigates/claude-plugins

7
This skill helps you monitor real-time network traffic per process and visualize connections using bandwhich and Sniffnet for quick diagnostics.
basedpyright-type-checking

laurigates/claude-plugins

7
This skill helps you configure and compare Basedpyright type checking, enabling strict, fast Python validation with LSP support and tooling integration.
pytest-advanced

laurigates/claude-plugins

7
This skill helps you implement robust pytest test infrastructure with advanced fixtures, parametrization, markers, and plugins for faster, reliable test suites.
blueprint-status

laurigates/claude-plugins

7
This skill reports blueprint status, upgrades, and configuration to help you manage projects and enforce consistency across layers.
blueprint-claude-md

laurigates/claude-plugins

7
This skill generates or updates CLAUDE.md from blueprint artifacts and PRDs, enabling lean imports, modular rules, and team-shared project guidance.
github-labels

laurigates/claude-plugins

7
This skill helps you discover, assign, and manage GitHub labels on PRs and issues using gh CLI to improve workflow clarity.
network-diagnostics

laurigates/claude-plugins

7
This skill helps troubleshoot connectivity using modern Rust-based tools like trip, gping, and ss to quickly identify path, latency, and port issues.
network-discovery

laurigates/claude-plugins

7
This skill orchestrates fast network discovery using RustScan, arp-scan-rs, and nmap for rapid enumeration and detailed service analysis.
meta-audit

laurigates/claude-plugins

7
This skill audits Claude subagent configurations for completeness, security, and best practices, identifying gaps and suggesting concrete hardening steps.
confidence-scoring

laurigates/claude-plugins

7
This skill assesses confidence in PRPs and work-orders, guiding readiness for execution or subagent delegation with structured scoring.
feature-tracking

laurigates/claude-plugins

7
This skill tracks feature implementation status against requirements, organizing FR codes, phases, tasks, and syncs with TODO.md to reveal progress.
ast-grep-search

laurigates/claude-plugins

7
This skill helps you locate and refactor code by AST structure using ast-grep, enabling reliable pattern matching and safe across-file transformations.
code-antipatterns

laurigates/claude-plugins

7
This skill analyzes your codebase for anti-patterns using ast-grep, highlighting quality gaps and actionable fixes across languages.
analytics-export

laurigates/claude-plugins

7
This skill exports analytics data in json, csv, or markdown formats for external analysis and reporting.
analytics-unused

laurigates/claude-plugins

7
This skill identifies never-used commands and skills to help you prune plugins and optimize your workflow.
ticket-drafting-guidelines

laurigates/claude-plugins

7
This skill helps you draft clear GitHub issues using What/Why/How with concise, well-formatted, positively framed tickets.
configure-editor

laurigates/claude-plugins

7
This skill checks and configures EditorConfig and VS Code workspace settings to ensure consistent editor environments across a project.
configure-feature-flags

laurigates/claude-plugins

7
This skill checks and configures feature flag infrastructure using OpenFeature with pluggable providers across projects.
bun-lockfile-update

laurigates/claude-plugins

7
This skill updates bun.lockb and dependency graphs, streamlining bun update, install, audits, and lockfile resolution for secure, stable Bun projects.
dns-tools

laurigates/claude-plugins

7
This skill helps you perform fast, readable DNS queries with DoT/DoH support and machine-parseable JSON for automation.
git-rebase-patterns

laurigates/claude-plugins

7
This skill helps you master advanced git rebase workflows for linear history, stacked PRs, and clean commit management.
docs-knowledge-graph

laurigates/claude-plugins

7
This skill builds a comprehensive knowledge graph from Obsidian vault z/ docs, enabling semantic search and pattern recognition across technical domains.
github-pr-title

laurigates/claude-plugins

7
This skill crafts PR titles using conventional commits to drive release automation and maintain clear, consistent git history.
settings-configuration

laurigates/claude-plugins

7
This skill helps you configure Claude Code settings and permissions across user, project, and local scopes to prevent unauthorized actions.
argocd-login

laurigates/claude-plugins

7
This skill helps you securely authenticate to ArgoCD via SSO, enabling CLI access to clusters and applications.
helm-release-recovery

laurigates/claude-plugins

7
This skill helps you recover from failed Helm deployments by performing rollbacks, viewing release history, and unsticking stuck releases.
prose-synthesize

laurigates/claude-plugins

7
This skill converts scattered notes into a clear, actionable plan with goals, actions, and priorities for efficient execution.
python-packaging

laurigates/claude-plugins

7
This skill helps you build and publish Python packages with UV, manage versioning, and publish to PyPI, streamlining wheel and sdist creation.
python-testing

laurigates/claude-plugins

7
This skill helps you write and run Python tests with pytest, coverage, fixtures, and mocks to improve reliability.
cargo-machete

laurigates/claude-plugins

7
This skill helps audit and remove unused Rust dependencies with cargo-machete, speeding builds and cleaning Cargo.toml across workspace crates.
documentation-quality

laurigates/claude-plugins

7
This skill analyzes and validates documentation quality across CLAUDE.md, ADRs, PRDs, PRPs to ensure freshness, structure, and adherence to standards.
configure-dead-code

laurigates/claude-plugins

7
This skill checks and configures dead code detection tools like Knip, Vulture, and cargo-machete to standardize scans across projects.
finops-workflows

laurigates/claude-plugins

7
This skill analyzes GitHub Actions workflows to reveal frequency, duration, success rates, and efficiency insights for a repository.
gh-workflow-monitoring

laurigates/claude-plugins

7
This skill helps you monitor GitHub Actions workflow runs using blocking watch commands, delivering live progress and reliable exit statuses.
git-pr

laurigates/claude-plugins

7
This skill helps you create well-documented pull requests with issue links, labels, reviewers, and draft options across branches.
git-security-checks

laurigates/claude-plugins

7
This skill helps you prevent credential leaks by running gitleaks scans and pre-commit security checks before commits.
github-social-preview

laurigates/claude-plugins

7
This skill generates 1280x640 GitHub social preview images using nano-banana-pro, ensuring bold typography, brand consistency, and platform-ready visuals.
health-agentic-audit

laurigates/claude-plugins

7
This skill audits plugin skills and agents for agentic output optimization, flagging missing tables, bare commands, and stale review dates.
health-plugins

laurigates/claude-plugins

7
This skill diagnoses and fixes Claude Code plugin registry issues, resolving project-scoped mislabeling and orphaned entries for reliable multi-project
test-quality-analysis

laurigates/claude-plugins

7
Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality.
justfile-expert

laurigates/claude-plugins

7
This skill helps you create and standardize Justfiles for cross-platform task automation, recipes, and documentation to streamline project workflows.
knip-dead-code

laurigates/claude-plugins

7
This skill helps you identify unused files, dependencies, and exports in JavaScript and TypeScript projects to keep codebases lean.
workflow-preflight

laurigates/claude-plugins

7
This skill performs preflight validation before starting work, verifying remote state, existing PRs, and branch conflicts to prevent wasted effort.
configure-github-pages

laurigates/claude-plugins

7
This skill checks and configures GitHub Pages deployment by auditing workflows and generating compliant setup guidance for your docs site.
configure-integration-tests

laurigates/claude-plugins

7
This skill helps you set up and audit integration testing infrastructure across services, databases, and external dependencies.
analytics-report

laurigates/claude-plugins

7
This skill displays command and skill usage analytics across projects, helping you monitor usage, trends, and data-driven improvements.
skaffold-standards

laurigates/claude-plugins

7
This skill helps you configure Skaffold with OrbStack and dotenvx for local Kubernetes development, enforcing security, secrets, and efficient builds.
blueprint-docs-list

laurigates/claude-plugins

7
This skill inventories blueprint documents by type, extracting metadata from frontmatter and headers to enable quick audits and indexed overviews.
design-tokens

laurigates/claude-plugins

7
This skill helps you design and organize tokens, implement light/dark themes, and integrate CSS variables across components for scalable design systems.
blueprint-derive-adr

laurigates/claude-plugins

7
This skill derives Architecture Decision Records from an existing project by analyzing code structure, dependencies, and documentation to onboard Blueprint.
blueprint-derive-plans

laurigates/claude-plugins

7
This skill retroactively derives PRDs, ADRs, and PRPs from git history, codebase structure, and existing docs to onboard projects.
blueprint-derive-prd

laurigates/claude-plugins

7
This skill derives a PRD from existing project docs and codebase, guiding onboarding to Blueprint Development.
blueprint-execute

laurigates/claude-plugins

7
This skill analyzes repository state and automatically chooses and executes the next blueprint action, ensuring safe, idempotent progression.
blueprint-feature-tracker-status

laurigates/claude-plugins

7
This skill displays feature tracker statistics, progress by phase, and completion summaries to help you monitor and plan development.
blueprint-feature-tracker-sync

laurigates/claude-plugins

7
This skill synchronizes feature tracker JSON with TODO.md and PRDs, ensuring progress accuracy and up-to-date task visibility.
blueprint-generate-rules

laurigates/claude-plugins

7
This skill generates project-specific rules from PRDs and outputs path-scoped guidelines in .claude/rules for fast, reproducible governance.
blueprint-prp-execute

laurigates/claude-plugins

7
This skill executes a PRP with validation gates and a TDD workflow to ensure quality and traceable progress.
blueprint-upgrade

laurigates/claude-plugins

7
This skill upgrades blueprint structure to the latest format, guiding users through version checks, migrations, and plan execution.
blueprint-rules

laurigates/claude-plugins

7
This skill helps manage modular rules in .claude/rules, supporting path-specific rules with glob patterns for project, user, and file-level scopes.
code-review-checklist

laurigates/claude-plugins

7
This skill guides structured code reviews by applying security, correctness, performance, and quality checks across projects to improve reliability.
blueprint-work-order

laurigates/claude-plugins

7
This skill generates a work-order for isolated subagent execution, optionally linking to a GitHub issue to synchronize context.
document-linking

laurigates/claude-plugins

7
This skill provides unified document linking by auto-generating and maintaining IDs across PRDs, ADRs, PRPs, and issues for traceable workflows.
code-refactor

laurigates/claude-plugins

7
This skill refactors code following SOLID principles and best practices, improving maintainability without altering behavior.
code-antipatterns-analysis

laurigates/claude-plugins

7
This skill analyzes codebases for anti-patterns and quality issues across JavaScript, TypeScript, Python, Vue, and React using parallel agents.
linter-autofix

laurigates/claude-plugins

7
This skill applies cross-language linter autofix patterns with biome, ruff, clippy, shellcheck, and more to streamline code cleanup.
analytics-clear

laurigates/claude-plugins

7
This skill clears all analytics data and starts fresh, ensuring clean tracking from the next command usage.
version-badge-pattern

laurigates/claude-plugins

7
This skill provides guidance and boilerplate for implementing a version badge UI with build metadata and changelog tooltip across frameworks.
configure-api-tests

laurigates/claude-plugins

7
This skill helps you configure API testing across Pact, OpenAPI, and schema validation to ensure contract integrity and CI readiness.
configure-load-tests

laurigates/claude-plugins

7
This skill helps you set up and audit load testing with k6, Artillery, or Locust, enabling CI, thresholds, and reporting.
configure-makefile

laurigates/claude-plugins

7
This skill checks and configures a Makefile to meet project standards, ensuring required targets and compliance with team conventions.
configure-readme

laurigates/claude-plugins

7
This skill helps you create and standardize README.md by adding logo, badges, features, tech stack, and getting started guidance.
configure-ux-testing

laurigates/claude-plugins

7
This skill helps you configure UX testing infrastructure with Playwright for end-to-end, accessibility, and visual regression checks.
openfeature

laurigates/claude-plugins

7
This skill helps you implement vendor-agnostic feature flags with standardized APIs across providers for A/B testing and progressive rollout.
nodejs-containers

laurigates/claude-plugins

7
This skill helps you optimize Node.js container images with Alpine, multi-stage builds, and dependency patterns to reduce size and improve build times.
lightning-css

laurigates/claude-plugins

7
This skill helps you configure fast, production-ready CSS processing by using Lightning CSS to replace PostCSS pipelines and optimize output.
claude-blog-sources

laurigates/claude-plugins

7
This skill helps you research Claude Code features and CLAUDE.md best practices by extracting guidance from official docs and blog insights.
docs-decommission

laurigates/claude-plugins

7
This skill generates a comprehensive decommission documentation file with checklists, roles, timelines, and rollback procedures to streamline safe shutdowns.
docs-sync

laurigates/claude-plugins

7
This skill scans the codebase for skills, commands, and agents and updates documentation to reflect current state.
configure-formatting

laurigates/claude-plugins

7
This skill helps you configure and audit code formatting across Biome, Prettier, Ruff, and rustfmt to enforce modern standards.
finops-compare

laurigates/claude-plugins

7
This skill compares FinOps metrics across multiple repositories, highlighting cache usage, workflow activity, failure rates, and efficiency to speed
github-actions-finops

laurigates/claude-plugins

7
This skill analyzes GitHub Actions usage and costs across orgs and repos to identify waste and optimize workflow efficiency.
git-log-documentation

laurigates/claude-plugins

7
This skill analyzes git history to surface undocumented rules, ADRs, PRDs, and plan refinements to strengthen project documentation.
release-please-configuration

laurigates/claude-plugins

7
This skill configures release-please for monorepos and single-package repos, streamlining automated releases, version bumps, and changelog management.
github-issue-search

laurigates/claude-plugins

7
This skill searches GitHub issues to surface fixes, workarounds, and discussions for OSS problems quickly and efficiently.
health-check

laurigates/claude-plugins

7
This skill runs a complete health check of Claude Code, diagnosing plugins, settings, hooks, and MCP servers to improve reliability.
ha-automations

laurigates/claude-plugins

7
This skill helps you create and manage Home Assistant automations, handling triggers, conditions, actions, scripts, scenes, and blueprints efficiently.
ha-validate

laurigates/claude-plugins

7
This skill validates Home Assistant YAML configuration files for syntax errors and common issues to ensure reliable setups.
configure-memory-profiling

laurigates/claude-plugins

7
This skill checks and configures memory profiling for Python projects using pytest-memray to detect leaks and enforce memory thresholds.
hooks-session-start-hook

laurigates/claude-plugins

7
This skill helps generate a SessionStart hook that installs dependencies, runs tests and linters on web sessions for Claude Code.
helm-chart-development

laurigates/claude-plugins

7
This skill helps you create, validate, and package Helm charts for Kubernetes, ensuring correct structure, templates, and dependencies.
helm-release-management

laurigates/claude-plugins

7
This skill helps you manage Helm releases end-to-end, including install, upgrade, list, status, and uninstall across namespaces.
helm-values-management

laurigates/claude-plugins

7
This skill helps you manage Helm values across environments, handling override precedence, multi-env configurations, and secret management.
kubectl-debugging

laurigates/claude-plugins

7
This skill helps you debug Kubernetes resources with kubectl debug, adding ephemeral containers, copying pods, and enabling interactive troubleshooting
deep-agents

laurigates/claude-plugins

7
This skill helps you build hierarchical AI agents with planning, memory, and subagent delegation to manage complex tasks.
langgraph-agents

laurigates/claude-plugins

7
This skill helps you build stateful AI agents with graph-based workflows, enabling checkpoints, human-in-the-loop, and subgraph composition.
project-test-loop

laurigates/claude-plugins

7
This skill automates a TDD cycle by running tests, applying minimal fixes, and guiding refactoring until all tests pass.