laurigates

88 mods across 3 repositories, 93 stars between them.

mcp-code-execution

25

laurigates/claude-plugins

Skill Claude CodeCodex

Scaffold the code execution pattern for MCP-based agents. Use when agents call many MCP tools, intermediate data exceeds context, you need loops, or PII must stay out of context.

54 2d ago A 43 tokens original MIT

mcp-management

26

laurigates/claude-plugins

Skill Claude CodeCodex

Install, configure and troubleshoot MCP servers. Use when adding/enabling servers, editing .mcp.json, fixing OAuth, or when a server runs stale code after an upstream fix.

54 2d ago B 40 tokens original MIT

laurigates/claude-plugins

Skill Claude CodeCodex

FastMCP authoring for Python MCP servers — tools, resources, prompts, TDD, release-please. Use when building or extending an MCP server, adding a tool/resource, or scaffolding a new server.

54 2d ago A 50 tokens original MIT

meta-assimilate

28

laurigates/claude-plugins

Skill Claude CodeCodex

Copy, generalize, or merge a project's .claude/{agents,commands} into user-scoped configuration. Use when assimilating another project's Claude setup or generalizing an agent.

54 2d ago A 42 tokens original MIT

meta-audit

29

laurigates/claude-plugins

Skill Claude CodeCodex

Audit Claude subagent configs for completeness, security, and best practices. Use when reviewing agents/ for missing frontmatter, overprivileged tools, or bad model choices.

54 2d ago A 38 tokens original MIT

meta-context-diet

30

laurigates/claude-plugins

Skill Claude CodeCodex

Audit CLAUDE.md and .claude/rules for always-loaded content that should become an on-demand skill. Use when CLAUDE.md feels bloated, trimming context, or promoting a rule into a skill.

54 2d ago A 49 tokens original MIT

meta-local-notes

31

laurigates/claude-plugins

Skill Claude CodeCodex

Audit a CLAUDE.local.md — verify each claim live, fix drifted environment facts, cut findings duplicating versioned docs. Use when local notes are stale, or before appending a finding.

54 2d ago A 46 tokens original MIT

meta-promote

32

laurigates/claude-plugins

Skill Claude CodeCodex

Promote rules, skills, or agents from project scope to parent or user-global scope. Use when reorganizing .claude/ directories or when sibling repos hold near-duplicate rules.

54 2d ago D 41 tokens original MIT

laurigates/claude-plugins

Skill Claude CodeCodex

Multi-model design consults via PAL (kimi, glm, gemini, gpt). Use when asking other models to brainstorm a design or reconciling their split answers.

54 2d ago A 41 tokens original MIT

laurigates/claude-plugins

Skill Claude CodeCodex

Dispatch contract for spawning parallel agents covering worktree collisions, scope overflow, and silent exits. Use when fanning out concurrent agents or authoring a lead prompt.

54 2d ago A 37 tokens original MIT

plugin-settings

35

laurigates/claude-plugins

Skill Claude CodeCodex

Configure per-project plugin settings via .claude/plugin-name.local.md files. Use when building plugins with user-configurable behavior, storing agent state, or controlling hooks.

54 2d ago C 36 tokens original MIT

tool-result-traps

36

laurigates/claude-plugins

Skill Claude CodeCodex

Tool results that mean something other than they look — a pattern that never compiled, a glob that cannot match a directory, one tier searched but reported absent, a rejected flag reading as "no results". Use when an empty result is about to gate an action, land in a doc, or be reported as done.

54 2d ago A 68 tokens original MIT

verify-before-plan

37

laurigates/claude-plugins

Skill Claude CodeCodex

Verify orchestrator premises (file counts, build state, artefact presence) before dispatching parallel subagents. Use when a wave's briefs cite a number, path, or behaviour not yet checked.

54 2d ago A 44 tokens original MIT

wave-based-dispatch

38

laurigates/claude-plugins

Skill Claude CodeCodex

Sequential-wave dispatch for WO chains where output of one feeds the next, shared locks, or shared files prevent fan-out. Use when planning dependent multi-WO landings.

54 2d ago A 39 tokens original MIT

agents-plugin

39

laurigates/claude-plugins

Plugin Claude Code

Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace — with teammate and subagent role guidance.

54 2d ago A tokens not measured original MIT

attribute-router

40

laurigates/claude-plugins

Agent

Route to specialized agents based on codebase health attributes. Reads attribute data and delegates to appropriate agents by severity and category.

54 2d ago A 27 tokens original MIT

ci

41

laurigates/claude-plugins

Agent

Scaffold a complete CI/CD setup for a repo — multiple GitHub Actions workflows (test, build, release, deploy) in one isolated pass. Use when delegating a full from-scratch pipeline buildout; edit single workflows inline instead.

54 2d ago A 51 tokens original MIT

debug

42

laurigates/claude-plugins

Agent

Diagnose and fix bugs. Finds root cause, implements fix, verifies solution. Handles errors, failures, and unexpected behavior.

54 2d ago A 27 tokens original MIT

dependency-audit

43

laurigates/claude-plugins

Agent

Dependency vulnerability and freshness audit. Scans for outdated packages, known CVEs, and license issues across package ecosystems. Use when checking dependency health.

54 2d ago A 33 tokens original MIT

docs

44

laurigates/claude-plugins

Agent

Generate documentation from code. Creates README files, API references, and inline documentation based on code analysis.

54 2d ago A 22 tokens original MIT

performance

45

laurigates/claude-plugins

Agent

Performance analysis and profiling. Identifies bottlenecks, analyzes profiler output, benchmarks code, and recommends optimizations. Use when investigating slow code or system performance issues.

54 2d ago A 35 tokens original MIT

refactor

46

laurigates/claude-plugins

Agent

Code refactoring specialist. Restructures code for improved readability, maintainability, and SOLID adherence while preserving behavior. Use when code needs structural improvement without changing functionality.

54 2d ago A 37 tokens original MIT

research

47

laurigates/claude-plugins

Agent

Technical research and documentation lookup. Investigates APIs, frameworks, libraries, and best practices from web sources and documentation. Use when needing external knowledge to inform decisions.

54 2d ago A 34 tokens original MIT

review

48

laurigates/claude-plugins

Agent

Comprehensive code review including quality, security, performance, and commit/PR analysis. Provides actionable findings with specific recommendations.

54 2d ago A 26 tokens original MIT