plugins skills

666 tagged plugins, measured the same way as everything else here.

Browse within: marketplace 339managed-by-opentofu 168obsidian 80hermes-agent 76ai-development 71claude-desktop 71openclaw 71safety 71ollama 65claude-marketplace 63coding-agents 32shopware 27claude-code-plugin 19codex-plugin 16

code-antipatterns

97

laurigates/claude-plugins

Skill Claude CodeCodex

Analyze a codebase for anti-patterns using ast-grep. Use when finding magic numbers, console.logs, var usage, excessive any, eval/innerHTML security issues, or deep nesting.

not rated 57 today A 45 tokens MIT

code-complexity

98

laurigates/claude-plugins

Skill Claude CodeCodex

Analyze code complexity metrics (cyclomatic, cognitive, function length, coupling). Use when identifying refactoring targets, tracking codebase health, or reviewing large changes.

not rated 57 today A 37 tokens MIT

code-dead-code

99

laurigates/claude-plugins

Skill Claude CodeCodex

Detect dead code, unused exports, unreachable branches, and orphaned files. Use when reducing maintenance burden, cleaning up after refactors, or auditing codebase health.

not rated 57 today A 38 tokens MIT

code-dep-audit

100

laurigates/claude-plugins

Skill Claude CodeCodex

Audit dependencies for security vulnerabilities, outdated packages, and license compliance. Use when checking supply chain security, preparing releases, or responding to CVEs.

not rated 57 today A 35 tokens MIT

code-docs-quality

101

laurigates/claude-plugins

Skill Claude CodeCodex

Analyze docs quality across PRDs, ADRs, PRPs, CLAUDE.md, .claude/rules/. Use when auditing documentation, checking for stale ADRs/PRDs, or validating rule frontmatter structure.

not rated 57 today A 50 tokens MIT

code-hidden-failures

102

laurigates/claude-plugins

Skill Claude CodeCodex

Scan for hidden failures: swallowed errors (empty catch, || true, 2>/dev/null) and silent degradation (success on zero results). Use when failures vanish or success masks empty output.

not rated 57 today A 45 tokens MIT

code-lint

103

laurigates/claude-plugins

Skill Claude CodeCodex

Universal linter that auto-detects ruff/eslint/clippy/gofmt for the project language. Use when linting code, auto-fixing, formatting, or running pre-commit checks.

not rated 57 today A 45 tokens MIT

code-refactor

104

laurigates/claude-plugins

Skill Claude CodeCodex

Refactor toward pure functions, immutability, composition. Use when extracting pure functions, removing side effects, replacing loops with map/filter/reduce, or separating I/O.

not rated 57 today A 39 tokens MIT

code-review-checklist

105

laurigates/claude-plugins

Skill Claude CodeCodex

Checklist for security, correctness, and performance review. Use when reviewing PRs, checking for secrets/injection, verifying error handling, or auditing N+1 queries.

not rated 57 today A 38 tokens MIT

code-review

106

laurigates/claude-plugins

Skill Claude CodeCodex

Code review for quality, security, performance, and architecture. Use when reviewing code, auditing OWASP, checking SOLID, or finding perf bottlenecks and test gaps.

not rated 57 today A 38 tokens MIT

laurigates/claude-plugins

Skill Claude CodeCodex

Back-port an instance fix into the generator that produced it — cookiecutter, scaffold, new- recipe. Use when fixing, reviewing, or auditing a generated file.

not rated 57 today A 42 tokens MIT

code-test-quality

108

laurigates/claude-plugins

Skill Claude CodeCodex

Analyze test quality: smells, empty assertions, flaky patterns, coverage gaps. Use when tests are unreliable, coverage is misleading, or after major refactors.

not rated 57 today A 35 tokens MIT

debugging-methodology

109

laurigates/claude-plugins

Skill Claude CodeCodex

Systematic debugging for memory, performance, and system-level issues. Use when diagnosing memory leaks, tracing syscalls with strace/eBPF, profiling, or reasoning about races.

not rated 57 today B 41 tokens MIT

dry-consolidation

110

laurigates/claude-plugins

Skill Claude CodeCodex

Find and extract duplicated code into shared abstractions. Use when seeing repeated utilities, copy-pasted components, duplicated hooks, or boilerplate repeated across files.

not rated 57 today A 36 tokens MIT

attributes-collect

111

laurigates/claude-plugins

Skill Claude CodeCodex

Collect codebase health attributes as structured JSON. Use when assessing project health before routing to specialized agents via attributes-route.

not rated 57 today A 27 tokens MIT

attributes-dashboard

112

laurigates/claude-plugins

Skill Claude CodeCodex

Codebase health dashboard with scores and severity for docs, testing, security, and CI/CD. Use when wanting a health overview or terminal-style summary with action suggestions.

not rated 57 today A 36 tokens MIT

attributes-route

113

laurigates/claude-plugins

Skill Claude CodeCodex

Route to specialized agents (security, test, refactor, docs) based on codebase health attributes by severity. Use when the user has attribute data and wants automated remediation.

not rated 57 today A 38 tokens MIT

comfy-cli

114

laurigates/claude-plugins

Skill Claude CodeCodex

The comfy CLI for ComfyUI: install/update/bisect custom nodes, snapshot/restore state, publish to the registry, run workflows headlessly. Use when the user runs comfy, comfy node, or comfy run.

not rated 57 today D 58 tokens MIT

comfy-conditionals

115

laurigates/claude-plugins

Skill Claude CodeCodex

ComfyUI predicate/boolean nodes: compare, AND/OR/XOR/NOT, ternary, null/empty/type probes, ExecutionBlocker. Use when forming the boolean that drives a workflow switch or blocker.

not rated 57 today A 49 tokens MIT

laurigates/claude-plugins

Skill Claude CodeCodex

Verify ComfyUI sampler/scheduler facts: source-of-truth ladder, measured sigma curves, coverage gaps. Use when writing or auditing sampler corpus metadata.

not rated 57 today A 37 tokens MIT

comfy-debug-preview

117

laurigates/claude-plugins

Skill Claude CodeCodex

ComfyUI debug/preview nodes: show text/numbers/JSON/tensor shapes, image previews, counts, VRAM/CPU telemetry, timing. Use when inspecting a value mid-graph without changing it.

not rated 57 today A 48 tokens MIT

comfy-flow-control

118

laurigates/claude-plugins

Skill Claude CodeCodex

ComfyUI routing nodes: typed switches, index switches, broadcast (Anything Everywhere), pipe/context bundles, for/while loops, ExecutionBlocker gates. Use when wiring where a signal routes in a workflow.

not rated 57 today A 47 tokens MIT

comfy-image-utils

119

laurigates/claude-plugins

Skill Claude CodeCodex

ComfyUI non-inference image ops: resize/crop/pad/tile/batch/mask utilities, plus image-to-text captioners (Florence-2, WD14, BLIP, DeepDanbooru). Use when manipulating images or generating captions/tags in a workflow.

not rated 57 today A 63 tokens MIT

comfy-math-strings

120

laurigates/claude-plugins

Skill Claude CodeCodex

ComfyUI compute/string nodes: constants, sliders, math expressions, string concat/split/replace/regex, type conversion, JSON/list utilities. Use when computing a value or assembling a string in a workflow.

not rated 57 today A 50 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: