Source

laurigates/claude-plugins

366 skills · 16.8K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
Documentation Quality Analysis Analyze and validate documentation quality for PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/ to ensure standards co…
laurigates/claude-plugins
5
2
eslint-to-biome Migrate JS/TS linting from ESLint+Prettier to Biome. Use when .eslintrc* or eslint.config.* exists and no biome.json …
laurigates/claude-plugins
5
3
Git Repository Detection Detect GitHub repository name and owner from git remotes. Use when needing repo identifier for GitHub CLI, API calls,…
laurigates/claude-plugins
5
4
git-fix-pr Failing PR checks — reproduce locally, patch the code, push the fix. Use when asked to fix a PR, resolve red CI, or a…
laurigates/claude-plugins
5
5
TypeScript Strict Mode TypeScript strict mode configuration for 2025. Recommended tsconfig.json settings, strict flags explained, moduleReso…
laurigates/claude-plugins
5
6
vault-wikilinks Broken Obsidian wikilink detection and repair. Use when fixing `[[Target]]` links, rewriting renamed-note refs, or re…
laurigates/claude-plugins
5
7
agent-coordination-patterns Coordinate multi-agent workflows: sequential, parallel, and iterative patterns. Defines agent handoffs, dependencies,…
laurigates/claude-plugins
4
8
agent-file-coordination File-based context sharing for multi-agent workflows. Provides directory organization, agent output templates, progre…
laurigates/claude-plugins
4
9
agentic-patterns-source Access Awesome Agentic Patterns (agentic-patterns.com) for production-ready AI agent patterns. Use when designing mul…
laurigates/claude-plugins
4
10
blog-post Create a blog post via guided prompts with git context auto-populated. Use when writing a quick update, retrospective…
laurigates/claude-plugins
4
11
delegation-first Default behavior pattern that automatically delegates implementation tasks to specialized sub-agents while keeping th…
laurigates/claude-plugins
4
12
ground-response Produce grounded, citation-backed responses from source documents. Use when analyzing long documents, answering quest…
laurigates/claude-plugins
4
13
multi-agent-workflows Orchestrate complex multi-agent workflows for development, infrastructure, and research. Provides workflow templates,…
laurigates/claude-plugins
4
14
vault-frontmatter Offline YAML frontmatter maintenance for Obsidian notes. Use when stripping legacy `id:`, cleaning Templater markers,…
laurigates/claude-plugins
4
15
vault-mocs Map-of-Content (MOC) curation for Obsidian vaults. Use when creating a MOC for a tag, extending with orphans, fixing …
laurigates/claude-plugins
4
16
vault-orphans Triage orphaned notes (zero in/out wikilinks) in an Obsidian vault. Use when finding orphans, linking them into a MOC…
laurigates/claude-plugins
4
17
vault-tags Emoji-prefixed tag taxonomy for Obsidian vaults. Use when consolidating drifted tags, collapsing bare emoji placehold…
laurigates/claude-plugins
4
18
vault-templates Obsidian Templater drift repair. Use when fixing unrendered `<% tp.file.cursor() %>` markers or replacing `{{title}}`…
laurigates/claude-plugins
4
19
bases Obsidian Bases (database-over-notes): list base files/views, create items, run view queries with json/csv/tsv/md outp…
laurigates/claude-plugins
3
20
blueprint-workspace-scan Discover child blueprint workspaces under a monorepo root and refresh the root manifest's workspaces.children registr…
laurigates/claude-plugins
3
21
code-error-swallowing Scan for syntactic error swallowing — catch/except blocks that discard errors, `|| true` and `2>/dev/null` idioms in …
laurigates/claude-plugins
3
22
configure-repo End-to-end repo config driver. Produces a working .claude/ directory (settings.json with marketplace enrollment + per…
laurigates/claude-plugins
3
23
flake8-to-ruff Migrate a Python project from flake8 and/or isort to ruff linting. Use when .pre-commit-config.yaml contains pycqa/fl…
laurigates/claude-plugins
3
24
git-coworker-check Detect coworker Claude agents in a shared checkout. Use when starting a session in a shared clone, before destructive…
laurigates/claude-plugins
3
25
git-triage Backlog sweep over open issues and PRs — staleness, cross-links, close/merge recommendations, no code changes. Use wh…
laurigates/claude-plugins
3
26
git-upstream-pr-diverged Submit a diverged-fork commit to upstream as a clean PR via cherry-pick with re-derive fallback, message scrubbing, a…
laurigates/claude-plugins
3
27
interface-state Local interface, address, route, and neighbor state with iproute2. Use when viewing or configuring a host's own IPs, …
laurigates/claude-plugins
3
28
macos-performance-benchmark Repeatable macOS/Apple-Silicon benchmark + diagnostics scored PASS/WARN/FAIL with saved reports. Use when baselining …
laurigates/claude-plugins
3
29
vault-stubs FVH/z/ redirect-stub classification and consolidation for LakuVault. Use when the user asks to clean up FVH/z redirec…
laurigates/claude-plugins
3
30
code-lint Universal linter that auto-detects ruff/eslint/clippy/gofmt for the project language. Use when linting code, auto-fix…
laurigates/claude-plugins
2
31
file-history Obsidian File Recovery and Sync history: inspect, diff, restore previous note versions. Use when undoing edits, resto…
laurigates/claude-plugins
2
32
git-issue GitHub issue to PR end-to-end — branch, TDD implementation, PR — one issue or several in parallel. Use when asked to …
laurigates/claude-plugins
2
33
git-pr-feedback Address PR review comments and resolve threads. Use when CHANGES_REQUESTED is set, working through unresolved review …
laurigates/claude-plugins
2
34
session-end End-of-session orchestrator. Previews which of wrap/distill/feedback/taskwarrior-sync qualify, single confirm, then s…
laurigates/claude-plugins
2
35
adversarial-review Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a norm…
laurigates/claude-plugins
1
36
blueprint-autopilot Run due blueprint maintenance ambiently at autonomy level 2+. Use when a drift nudge reports blueprint tasks due or s…
laurigates/claude-plugins
1
37
blueprint-docs-currency Enforce same-commit landing of code and docs (APIs, formats, ADRs). Use when committing API/format changes, promoting…
laurigates/claude-plugins
1
38
bookmarks Obsidian bookmarks: list and add file/folder/heading/saved-search/URL bookmarks. Use when starring or saving notes fo…
laurigates/claude-plugins
1
39
bun-publish Bun publish to npm. Use when the user wants to release to npm, preview with --dry-run, publish a scoped package with …
laurigates/claude-plugins
1
40
bun-test Bun test runner with compact agent-friendly output. Use when running bun tests, targeting a pattern, collecting --cov…
laurigates/claude-plugins
1
41
cargo-generate cargo-generate: scaffold a project from a git template repo. Use when bootstrapping a Rust or Bevy project from a tem…
laurigates/claude-plugins
1
42
cargo-worktree-builds Share one CARGO_TARGET_DIR across parallel git-worktree agents so Rust deps compile once. Use when running cargo/clip…
laurigates/claude-plugins
1
43
cli-smoke-recipes CLI smoke recipes: expose pure-function modules via subcommands with a bulk-smoke justfile recipe. Use when designing…
laurigates/claude-plugins
1
44
code-hidden-failures Scan for hidden failures: swallowed errors (empty catch, || true, 2>/dev/null) and silent degradation (success on zer…
laurigates/claude-plugins
1
45
comfy-debug-preview ComfyUI debug/preview nodes: show text/numbers/JSON/tensor shapes, image previews, counts, VRAM/CPU telemetry, timing…
laurigates/claude-plugins
1
46
comfy-flow-control ComfyUI routing nodes: typed switches, index switches, broadcast (Anything Everywhere), pipe/context bundles, for/whi…
laurigates/claude-plugins
1
47
dev-tools Obsidian plugin/theme dev: DevTools, CDP, JS eval, console/error buffers, CSS/DOM inspection, mobile emulation, scree…
laurigates/claude-plugins
1
48
git-api-pr GitHub API PR creation without local git. Use when submitting file changes as a PR without local commits — quick fixe…
laurigates/claude-plugins
1
49
git-commit-push-pr End-to-end commit-to-PR workflow. Use when the user says "create pr", "commit and pr", "push and pr", or wants to go …
laurigates/claude-plugins
1
50
git-derive-docs Derive ADRs, rules, PRDs from git commit history. Use when finding doc gaps, detecting unrecorded decisions, deriving…
laurigates/claude-plugins
1
Page 7 · 366 total Previous Next