Logo
Agent Skills Guide
All SkillsCategoryTags>Publishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Publishers
  3. laurigates/claude-plugins
laurigates/claude-plugins logo

laurigates/claude-plugins

Claude Code plugins for development workflows

22 skills published2 starsGitHub

git-log-documentation

@laurigates/claude-plugins

5

Analyze git commit history to derive undocumented rules, PRDs, ADRs, and PRPs. Detects missing documentation from commit patterns: conventions that became rules, features built without requirements, architecture decisions made implicitly, and plan refinements visible only in commit evolution.

Software Development

Skaffold File Sync

@laurigates/claude-plugins

5

Fast iterative development with Skaffold file sync - copy changed files to running containers without rebuilding images. Use when optimizing the development loop, configuring sync rules, or when the user mentions file sync, hot reload, live reload, or fast iteration.

DevOps & Infrastructure

design-tokens

@laurigates/claude-plugins

5

CSS custom property architecture, theme systems, design token organization, and component library integration. Use when implementing design systems, theme switching, dark mode, or when the user mentions tokens, CSS variables, theming, or design system setup.

Software Development

nodejs-containers

@laurigates/claude-plugins

5

Node.js-specific container optimization patterns including Alpine variants, multi-stage builds, node_modules caching, production dependency separation, and optimization from ~900MB to ~50-100MB. Covers npm/yarn/pnpm patterns, BuildKit cache mounts, and non-root user configuration. Use when working with Node.js containers, Dockerfiles for Node apps, or optimizing Node image sizes.

DevOps & Infrastructure

agent-handoff-markers

@laurigates/claude-plugins

5

Standardized inline markers for inter-agent communication. Use when creating handoff annotations for other agents, scanning for pending work from upstream agents, or when the user mentions handoff markers, agent coordination, or cross-agent communication.

Data & AI

Biome Tooling

@laurigates/claude-plugins

5

Biome all-in-one formatter and linter for JavaScript, TypeScript, JSX, TSX, JSON, and CSS. Zero-config setup, 15-20x faster than ESLint/Prettier. Use when working with modern JavaScript/TypeScript projects, setting up formatting/linting, or migrating from ESLint+Prettier to a faster alternative.

Software Development

TypeScript Debugging

@laurigates/claude-plugins

3

Modern TypeScript/JavaScript debugging with Bun - inspector flags, web debugger, VSCode integration, memory profiling, and heap analysis.

Software Development

Layer 2 Network Discovery

@laurigates/claude-plugins

3

Layer 2 network topology mapping and neighbor discovery using LLDP/CDP protocols and ARP scanning. Covers lldpd/lldpcli for switch topology, arp-scan-rs for fast host discovery, and arping for single-host probes.

DevOps & Infrastructure

command-context-patterns

@laurigates/claude-plugins

2

Write safe context expressions in Claude Code slash command files. Covers backtick expressions, find vs ls patterns, and commands that always exit 0. Use when creating slash commands, writing context sections with backtick expressions, or debugging command execution failures.

Software Development

GitHub Actions Inspection

@laurigates/claude-plugins

2

Inspect GitHub Actions workflow runs, check status, analyze logs, debug failures, and identify root causes. Use when investigating CI/CD failures, checking workflow status, or debugging GitHub Actions issues.

DevOps & Infrastructure

github-issue-search

@laurigates/claude-plugins

2

Search GitHub issues for solutions, workarounds, and discussions for open source problems. Use when encountering errors with OSS libraries or finding upstream bug workarounds.

Software Development

Skaffold Testing

@laurigates/claude-plugins

2

Container image validation with Skaffold test and verify stages. Covers container-structure-tests for image hygiene, custom tests for security scanning, and post-deployment verification. Use when configuring pre-deploy tests, security scans, or integration tests in Skaffold pipelines.

DevOps & Infrastructure

document-linking

@laurigates/claude-plugins

2

Unified ID system for PRDs, ADRs, PRPs, and GitHub issues. Auto-generates IDs on document access, maintains bidirectional links, and provides traceability across all artifacts.

Productivity & Collaboration

Blog Post Writing

@laurigates/claude-plugins

2

Consistent style guide for writing blog posts about projects and technical work. Supports quick updates, detailed write-ups, retrospectives, and tutorials. Designed for low-friction entry and easy scanning.

Content & Creativity

ADR Relationships

@laurigates/claude-plugins

2

Domain analysis, conflict detection, and relationship validation for Architecture Decision Records. Use when creating or validating ADRs to ensure consistency.

Software Development

Bun Package Manager

@laurigates/claude-plugins

2

Fast JavaScript package management with Bun - install, add, remove, update dependencies with optimized CLI flags for agentic workflows.

Software Development

GitHub Actions Authentication and Security

@laurigates/claude-plugins

2

GitHub Actions security and authentication for Claude Code including API keys, OIDC, AWS Bedrock, Google Vertex AI, secrets management, and permission scoping. Use when setting up authentication or discussing security for GitHub Actions workflows.

DevOps & Infrastructure

LangChain Development

@laurigates/claude-plugins

2

LangChain JS/TS framework for building LLM-powered applications - models, chains, tools, and RAG patterns.

Data & AI

Bun npm Publishing

@laurigates/claude-plugins

2

Publish packages to npm with Bun - package.json configuration, CLI packaging, provenance signing, and release automation.

Software Development

Nushell Data Processing

@laurigates/claude-plugins

2

Structured data processing with nushell - native table handling, multi-format parsing (JSON, YAML, TOML, CSV), and pipeline operations. Preferred over jq/yq for complex transformations.

Data & AI

Network Monitoring

@laurigates/claude-plugins

2

Real-time network traffic monitoring with bandwhich and Sniffnet. Per-process bandwidth tracking, connection analysis, and visual traffic inspection.

DevOps & Infrastructure

Network Discovery

@laurigates/claude-plugins

2

Host and port discovery using RustScan for fast TCP scanning, arp-scan-rs for local network enumeration, and nmap for deep service analysis.

DevOps & Infrastructure