Source

laurigates/claude-plugins

366 skills · 16.8K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
python-code-quality Python code quality with ruff and ty. Use when the user mentions ruff, ty, linting, formatting, type checking, or Pyt…
laurigates/claude-plugins
1K
2
ruff-linting Python linting with ruff. Fast linting, rule selection, auto-fixing, and config. Use when checking Python code qualit…
laurigates/claude-plugins
267
3
imagemagick-conversion ImageMagick image manipulation: format conversion, resizing, batch processing, quality. Use when converting, resizing…
laurigates/claude-plugins
248
4
python-testing Python testing with pytest, coverage, fixtures, and mocking. Use when the user mentions pytest, unit tests, coverage,…
laurigates/claude-plugins
229
5
jq-json-processing jq JSON processing: query, filter, transform JSON. Use when parsing JSON files, filtering arrays/objects, transformin…
laurigates/claude-plugins
225
6
python-development Core Python development idioms and language features (3.10+). Use when mentioning Python, type hints, or async. For s…
laurigates/claude-plugins
182
7
generate-image Image generation via Gemini 3 Pro Image: aspect ratio, resolution, reference images. Use when creating artwork, produ…
laurigates/claude-plugins
176
8
git-commit-workflow Conventional commit format, staging, and message conventions. Use when writing commit messages, staging files, groupi…
laurigates/claude-plugins
164
9
justfile-expert Just command runner expertise — Justfile syntax, recipes, parameters, modules, shebang recipes. Use when authoring ju…
laurigates/claude-plugins
149
10
pytest-advanced Advanced pytest: fixtures, markers, parametrization, parallel execution. Use when implementing test infrastructure, w…
laurigates/claude-plugins
147
11
shell-expert Shell scripting: bash, zsh, POSIX, CLI tools, cross-platform automation. Use when writing shell scripts, pipes, comma…
laurigates/claude-plugins
138
12
binary-analysis Binary analysis: strings, binwalk, hexdump, xxd, file, objdump. Use when identifying unknown files, extracting string…
laurigates/claude-plugins
132
13
basedpyright-type-checking Basedpyright static type checker for Python. Use when setting up type checking, configuring LSP, or comparing type ch…
laurigates/claude-plugins
128
14
uv-project-management Python project setup, deps, and lockfiles with uv. Use when the user mentions uv, creating Python projects, managing …
laurigates/claude-plugins
121
15
uv-workspaces Manage multi-package Python projects with uv workspaces. Use when the user mentions uv workspaces, Python monorepo, s…
laurigates/claude-plugins
121
16
vulture-dead-code Vulture and deadcode tools for detecting unused Python code (functions, classes, imports). Use when cleaning up codeb…
laurigates/claude-plugins
117
17
uv-run Run Python scripts with uv (PEP 723 inline deps, --with for one-off deps). Use when running scripts without venv acti…
laurigates/claude-plugins
113
18
clippy-advanced Advanced Clippy configuration for Rust — custom rules, pedantic/nursery lints, clippy.toml, IDE and CI integration. U…
laurigates/claude-plugins
106
19
api-testing HTTP API testing with Supertest (TS) and httpx/pytest (Python). Use when the user mentions API testing, Supertest, ht…
laurigates/claude-plugins
104
20
python-packaging Build and publish Python packages with uv. Use when the user mentions building packages, publishing to PyPI, wheel/sd…
laurigates/claude-plugins
104
21
rust-development Rust development — cargo, clippy, rustfmt, async, Tokio, Serde, memory safety. Use when mentioning Rust, cargo, owner…
laurigates/claude-plugins
103
22
uv-advanced-dependencies Advanced uv dependencies: Git deps, path deps, editable installs, groups, extras, custom indexes. Use when the user m…
laurigates/claude-plugins
103
23
uv-python-versions Install and manage Python interpreter versions with uv. Use when the user mentions installing Python versions, .pytho…
laurigates/claude-plugins
101
24
playwright-testing Playwright E2E testing — cross-browser, visual regression, API testing, mobile emulation. Use when writing E2E tests …
laurigates/claude-plugins
100
25
cargo-nextest cargo-nextest: fast Rust test runner with parallel execution and advanced filtering. Use when running tests, setting …
laurigates/claude-plugins
98
26
uv-tool-management Install and manage global Python CLI tools with uv (pipx alternative). Use when the user mentions uv tool, uvx, insta…
laurigates/claude-plugins
97
27
vitest-testing Vitest test runner — Vite-native, ESM, watch/UI mode, coverage, mocking, snapshots. Use when setting up tests for Vit…
laurigates/claude-plugins
92
28
docs-latex Convert Markdown to LaTeX with TikZ and compile to PDF. Use when wanting a presentation-quality PDF, a professional r…
laurigates/claude-plugins
90
29
kubectl-debugging Debug K8s pods/nodes with kubectl debug — ephemeral containers, pod copying, debug profiles, interactive sessions. Us…
laurigates/claude-plugins
90
30
git-branch-pr-workflow Branch management and PR workflows — git switch/restore, GitHub MCP. Use when creating branches, opening PRs, or work…
laurigates/claude-plugins
87
31
ha-automations Home Assistant automation creation and management. Use when working with HA triggers, conditions, actions, scripts, s…
laurigates/claude-plugins
86
32
hooks-configuration Claude Code hooks configuration and development. Use when the user mentions hooks, PreToolUse, PostToolUse, SessionSt…
laurigates/claude-plugins
85
33
ruff-formatting Python code formatting with ruff format. Fast, Black-compatible formatter. Use when formatting Python files, enforcin…
laurigates/claude-plugins
85
34
debugging-methodology Systematic debugging for memory, performance, and system-level issues. Use when diagnosing memory leaks, tracing sysc…
laurigates/claude-plugins
83
35
design-tokens Design tokens and CSS custom properties: theme systems, dark mode, component libraries. Use when implementing design …
laurigates/claude-plugins
82
36
helm-debugging Debug Helm failures — template errors, dry-run, YAML parse errors, value type errors, resource conflicts. Use when th…
laurigates/claude-plugins
80
37
code-antipatterns-analysis Analyze codebases for anti-patterns and code smells via ast-grep structural matching across JS, TS, Python, Vue, Reac…
laurigates/claude-plugins
79
38
nodejs-development Node.js development with Bun, Vite, Vue 3, Pinia, TypeScript. Use when the user mentions Node.js, Bun, Vite, Vue, Pin…
laurigates/claude-plugins
77
39
hypothesis-testing Property-based testing with Hypothesis (Python). Use when testing with many inputs, verifying invariants, testing rou…
laurigates/claude-plugins
76
40
kubernetes-operations Kubernetes operations — deployment, management, troubleshooting, kubectl mastery. Use when the user mentions K8s, kub…
laurigates/claude-plugins
76
41
yq-yaml-processing yq YAML processing: query, filter, transform YAML. Use when parsing configs, modifying Kubernetes manifests or GitHub…
laurigates/claude-plugins
75
42
git-branch-naming Git branch naming conventions — type prefixes (feat/fix/chore), issue linking, kebab-case. Use when creating branches…
laurigates/claude-plugins
74
43
fd-file-finding fd fast file finding: smart defaults, gitignore-aware, parallel. Use when searching for files by name, extension, or …
laurigates/claude-plugins
73
44
git-rebase-patterns Advanced git rebase — linear history, stacked PRs, --update-refs, --onto. Use when rebasing branches, cleaning histor…
laurigates/claude-plugins
73
45
helm-values-management Manage Helm values — override precedence, multi-env configs, --set, schema validation, secrets. Use when the user men…
laurigates/claude-plugins
73
46
openfeature OpenFeature vendor-agnostic feature flag SDK: installation, evaluation, providers. Use when implementing feature flag…
laurigates/claude-plugins
73
47
ha-entities Home Assistant entity and domain management. Use when working with entity IDs, device classes, template entities, gro…
laurigates/claude-plugins
71
48
code-refactor Refactor toward pure functions, immutability, composition. Use when extracting pure functions, removing side effects,…
laurigates/claude-plugins
70
49
pre-commit-standards Pre-commit hook standards and configuration. Use when configuring pre-commit hooks, checking hook compliance, or work…
laurigates/claude-plugins
70
50
property-based-testing Property-based testing with fast-check (TS/JS) and Hypothesis (Python). Use when generating test data, finding edge c…
laurigates/claude-plugins
70
Page 1 · 366 total Next