Source

laurigates/claude-plugins

366 skills · 16.8K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
test-report Show cached test status without re-running. Use when checking test health, standup status, coverage summary, history,…
laurigates/claude-plugins
55
2
blueprint-status Show blueprint version, config, PRD/ADR/PRP counts, and feature tracker progress. Use when auditing traceability, orp…
laurigates/claude-plugins
54
3
bun-build Bun build: bundle or compile JS/TS to production bundle or standalone binary. Use when the user wants to bundle, comp…
laurigates/claude-plugins
54
4
bun-debug Bun debugger via --inspect. Use when the user wants to debug a TS/JS file interactively, break at first line, wait fo…
laurigates/claude-plugins
54
5
configure-argocd-automerge ArgoCD auto-merge: configure GitHub Actions for image-updater-** branches. Use when setting up argocd-automerge.yml o…
laurigates/claude-plugins
54
6
configure-coverage Check and configure code coverage thresholds and reporting for test frameworks. Use when setting up coverage threshol…
laurigates/claude-plugins
54
7
configure-editor EditorConfig and VS Code workspace settings for team consistency. Use when setting up format-on-save, recommended ext…
laurigates/claude-plugins
54
8
finops-compare Compare FinOps metrics across multiple repositories in an organization. Use when benchmarking repos against each othe…
laurigates/claude-plugins
54
9
health-agentic-audit Audit plugin skills, commands, and agents for agentic output optimization compliance such as missing Agentic Optimiza…
laurigates/claude-plugins
54
10
test-consult Consult the test-architecture agent for testing strategy and design decisions. Use when the user asks for advice on t…
laurigates/claude-plugins
54
11
bevy-game-engine Bevy game engine: ECS, rendering, input, and asset management. Use when building Bevy games, working with entities/co…
laurigates/claude-plugins
53
12
blueprint-execute Blueprint meta command: determine and execute the next logical action. Use when asked 'what's next?', 'continue bluep…
laurigates/claude-plugins
53
13
components-version-badge Implement a framework-agnostic version badge component with a tooltip showing build info (version, commit, branch, ti…
laurigates/claude-plugins
53
14
configure-integration-tests Integration testing: Supertest, pytest, Testcontainers. Use when setting up integration tests, creating docker-compos…
laurigates/claude-plugins
53
15
configure-justfile Check and configure Justfile with standard recipes for project standards. Use when setting up a new Justfile for a pr…
laurigates/claude-plugins
53
16
configure-makefile Makefile with standard targets (help, test, build, clean, lint). Use when setting up a Makefile, auditing missing tar…
laurigates/claude-plugins
53
17
configure-status Infrastructure compliance status (read-only). Use when checking overall compliance, generating a report, or reviewing…
laurigates/claude-plugins
53
18
configure-tests Test frameworks: Vitest, Jest, pytest, cargo-nextest. Use when setting up test infrastructure, migrating to a modern …
laurigates/claude-plugins
53
19
health-audit Audit the project's enabled plugins against the detected technology stack and recommend which plugins to add or remov…
laurigates/claude-plugins
53
20
release-please-configuration release-please monorepo config — component tags, per-package extra-files, tag migration. Use when adding packages or …
laurigates/claude-plugins
53
21
test-full Run the complete test suite in pyramid order - unit, then integration, then E2E. Use when the user asks to run all te…
laurigates/claude-plugins
53
22
configure-api-tests Check and configure API contract testing with Pact, OpenAPI validation, and schema testing. Use when setting up Pact …
laurigates/claude-plugins
52
23
configure-docs Code docs: TSDoc, JSDoc, pydoc, rustdoc, TypeDoc, MkDocs, Sphinx. Use when setting up docstrings, configuring a docs …
laurigates/claude-plugins
52
24
configure-feature-flags Check and configure feature flag infrastructure using OpenFeature with pluggable providers. Use when adding feature f…
laurigates/claude-plugins
52
25
configure-formatting Check and configure code formatting tools (Biome, Prettier, Ruff format, rustfmt). Use when setting up a formatter fo…
laurigates/claude-plugins
52
26
meta-assimilate Copy, generalize, or merge a project's .claude/{agents,commands} into user-scoped configuration. Use when assimilatin…
laurigates/claude-plugins
52
27
ruff-integration Integrate ruff into development workflows: editor setup, pre-commit hooks, and CI/CD pipelines. Use when configuring …
laurigates/claude-plugins
52
28
analytics-export Export analytics data in various formats
laurigates/claude-plugins
51
29
analytics-report Display command and skill usage analytics
laurigates/claude-plugins
51
30
bevy-ecs-patterns Advanced Bevy ECS: complex queries, system scheduling, change detection, and performance tuning. Use when optimizing …
laurigates/claude-plugins
51
31
blueprint-sync-ids Scan all blueprint documents and assign IDs to those missing them, update manifest registry. Use when the user asks t…
laurigates/claude-plugins
51
32
configure-all Run all infrastructure standards checks and configure compliance across a project. Use when performing a comprehensiv…
laurigates/claude-plugins
51
33
configure-container Check and configure container infrastructure (builds, registry, scanning, devcontainer). Use when auditing container …
laurigates/claude-plugins
51
34
github-labels GitHub labels via gh CLI — list, apply, create. Use when labeling a PR or issue, checking which labels a repo has, or…
laurigates/claude-plugins
51
35
langchain-init Initialize a new LangChain TypeScript project. Use when starting an LLM-powered app, scaffolding an AI agent project,…
laurigates/claude-plugins
51
36
test-quick Run fast unit tests only, skip slow/integration/E2E. Use when checking units after a change, running affected tests s…
laurigates/claude-plugins
51
37
code-review-checklist Checklist for security, correctness, and performance review. Use when reviewing PRs, checking for secrets/injection, …
laurigates/claude-plugins
50
38
finops-waste Identify workflow waste patterns and suggest fixes - skipped runs, bot triggers, missing concurrency. Use when CI cos…
laurigates/claude-plugins
50
39
release-please-protection Detects and prevents manual edits to release-please managed files (CHANGELOG.md, version fields in package.json, pypr…
laurigates/claude-plugins
50
40
workflow-preflight Pre-work validation before starting implementation. Use when beginning work on an issue, feature, or fix to verify re…
laurigates/claude-plugins
50
41
analytics-clear Clear all analytics data and start fresh
laurigates/claude-plugins
49
42
prose-distill Prose distill: condense verbose text to its essence. Use when asked to condense, tighten, shorten, reduce verbosity, …
laurigates/claude-plugins
49
43
blueprint-upgrade Upgrade blueprint structure to the latest format version. Use when the user asks to "upgrade blueprint", migrates bet…
laurigates/claude-plugins
48
44
rg-code-search Fast code search using ripgrep (rg) with smart defaults, regex patterns, and file filtering. Use when searching for t…
laurigates/claude-plugins
48
45
analytics-unused Show commands and skills that have never been used
laurigates/claude-plugins
46
46
ast-grep-search Find and replace code patterns structurally with ast-grep. Use when matching code by AST structure, finding functions…
laurigates/claude-plugins
46
47
biome-tooling Biome all-in-one JS/TS formatter and linter, 15-20x faster than ESLint/Prettier. Use when setting up formatting/linti…
laurigates/claude-plugins
46
48
ty-type-checking ty: Astral's extremely fast Python type checker (mypy/Pyright alternative). Use when checking Python types or setting…
laurigates/claude-plugins
45
49
knip-dead-code Knip dead-code detector for JS/TS: unused files, deps, exports, types. Use when cleaning up codebases, finding dead e…
laurigates/claude-plugins
44
50
test-quality-analysis Detect test smells, overmocking, flaky tests, and coverage issues. Use when reviewing tests, improving test quality, …
laurigates/claude-plugins
44
Page 4 · 366 total Previous Next