Plugin Claude Code
A curated collection of 44 Claude Code plugins providing 380+ skills and 21 agents for development workflows — git, testing, CI/CD, configuration, infrastructure, and language ecosystems.
Plugin Claude Code
A curated collection of 44 Claude Code plugins providing 380+ skills and 21 agents for development workflows — git, testing, CI/CD, configuration, infrastructure, and language ecosystems.
Hook Claude Code
Runs when a session starts, executing path-bootstrap.sh and install_pkgs.sh via bash (2 commands). From laurigates/claude-plugins.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart) and 43 allowed tools.
Skill Claude CodeCodex
Refresh plugin catalog docs (README, PLUGIN-MAP, d2 diagram) so per-plugin skill/agent counts match disk. Use when fixing count drift or after adding skills.
Skill Claude CodeCodex
Add, modify, or delete a skill or plugin in this repo — frontmatter shape, the seven metadata files a plugin touches, and the create/delete checklists. Use when creating a new skill or plugin, removing one, or asking which files a plugin change must update.
MCP server Claude CodeCodexCursor +2
MCP server "github" as configured in laurigates/claude-plugins. Launched with go run github.com/github/github-mcp-server/cmd/github-mcp-server@latest stdio. Needs 1 environment variable to run.
Instructions file
Instructions for laurigates/claude-plugins, covering claude-plugins, project structure, rules, authoring skills and plugins and agentic optimization.
Plugin Claude Code
Accessibility and UX implementation - WCAG, ARIA, design tokens.
Skill Claude CodeCodex
WCAG 2.1/2.2 compliance, ARIA patterns, keyboard nav, focus management, a11y testing. Use when implementing accessible components or user mentions WCAG/ARIA/screen readers.
Skill Claude CodeCodex
Design tokens and CSS custom properties: theme systems, dark mode, component libraries. Use when implementing design systems or user mentions tokens, CSS variables, or theming.
Skill Claude CodeCodex
Configure Claude Code hooks in settings.json. Use when authoring PreToolUse hooks.
Skill Claude CodeCodex
Commit staged changes with a conventional message. Use when saving work to git history.
Skill Claude CodeCodex
This skill has no description and must be dropped with a warning.
Skill Claude CodeCodex
Inspect JSON payloads and extract nested fields. Use when parsing API responses.
Skill Claude CodeCodex
Render architecture diagrams from text sources. Use when documenting system topology.
Skill Claude CodeCodex
Debug HTTP APIs: trace requests, inspect headers. Use when a request fails: check status first.
Plugin Claude Code
Agent configuration utilities - project assimilation, config auditing, teammate definitions, MCP management, and hooks configuration.
Skill Claude CodeCodex
Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a normal review already ran.
Skill Claude CodeCodex
Configure Claude Code agent teams (implicit team, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.
Skill Claude CodeCodex
Gate outward-bound text (upstream issues, docs, PR bodies) through isolated haiku fresh-reader critique before publishing. Use when an artifact must survive a reader with zero project context.
Skill Claude CodeCodex
Write and configure custom agent definitions in Claude Code agents/ directory. Use when creating an agent .md file, defining a specialized agent, or configuring agent tools.
Skill Claude CodeCodex
Pre-dump-then-dispatch for tools holding an exclusive lock (Ghidra, migrations, single-writer caches). Use when fanning out parallel agents needing a non-concurrent resource.
Skill Claude CodeCodex
Execution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.
Skill Claude CodeCodex
Expose a live-adjustable control instead of guessing a magic constant for a parameter the agent cannot itself perceive. Use when tuning visual, audio, or UX output (color, size, position, timing, volume) that only the user can judge.