🎯

hammerspoon

🎯Skill

from plinde/claude-plugins

VibeIndex|
What it does

Automates macOS window management, system interactions, and CLI workflows using Hammerspoon's Lua scripting capabilities and configuration patterns.

hammerspoon

Installation

Install skill:
npx skills add https://github.com/plinde/claude-plugins --skill hammerspoon
1
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Claude Code Plugins Marketplace

A plugin marketplace for Claude Code with plugins for workflow automation and enhanced functionality.

Available Plugins

⚠️ check-skill-conflicts

Detect naming conflicts between local skills and plugin-provided skills.

Purpose: Scans ~/.claude/skills/ and ~/.claude/plugins/ to identify duplicate skill names that could cause inconsistent agent behavior. Helps maintain a clean skills configuration.

[Full Documentation β†’](check-skill-conflicts/README.md)

🚫 github-webfetch-blocker

Blocks WebFetch attempts on GitHub URLs and redirects to gh CLI.

Purpose: Prevents WebFetch calls to github.com (which fail on private repos) and intercepts gh api repos/... calls to suggest better alternatives like gh pr view, gh issue list, etc.

[Full Documentation β†’](github-webfetch-blocker/README.md)

πŸ”¨ hammerspoon

Automate macOS with Hammerspoon Lua scripting.

Purpose: Window management, hotkeys, Spoons (plugins), and CLI integration via hs command. Includes configuration patterns for ShiftIt window tiling and IPC setup.

[Full Documentation β†’](hammerspoon/README.md)

πŸ” kyverno-version-lookup

Query Kyverno Helm chart versions and release information from Artifact Hub.

Purpose: Look up Kyverno Helm chart versions, release dates, and app version mappings without leaving Claude Code. Useful for Kubernetes policy management and version planning.

[Full Documentation β†’](kyverno-version-lookup/README.md)

πŸ“Š markdown-presentation

Create professional markdown and HTML presentations with timing guides.

Purpose: Build presenter-friendly presentations with expandable sections, dark theme CSS templates (Tokyo Night), HTML diagrams replacing ASCII, and timing annotations. Perfect for team onboarding, architecture overviews, and knowledge transfer.

[Full Documentation β†’](markdown-presentation/README.md)

πŸ“„ pandoc

Convert documents between formats using pandoc.

Purpose: Format conversion between Markdown, DOCX, PDF, HTML, and LaTeX. Includes document generation workflows and preparing markdown for Google Docs compatibility.

[Full Documentation β†’](pandoc/README.md)

πŸ› οΈ plugin-creator

Tools for creating and validating Claude Code plugins and marketplaces.

Purpose: Provides validation scripts, templates, and tools for building Claude Code plugins with schema compliance checking. Includes validators for plugin.json and marketplace.json manifests.

[Full Documentation β†’](plugin-creator/README.md)

πŸ–₯️ tmux

Work with tmux terminal multiplexer.

Purpose: Session management, window navigation, pane control, custom keybindings, and workflow automation like multi-file review. Includes configuration patterns for ~/.tmux.conf.

[Full Documentation β†’](tmux/README.md)

πŸ”’ trivy

Scan container images, filesystems, and repositories for vulnerabilities using Trivy.

Purpose: CVE detection, security analysis, vulnerability comparison across image versions, and batch scanning multiple images. Includes helper scripts for version comparison and parallel scanning.

[Full Documentation β†’](trivy/README.md)

Installation

Quick Start

Add this marketplace to Claude Code:

```bash

claude plugin marketplace add plinde/claude-plugins

```

Then install plugins:

```bash

# Browse available plugins

claude plugin

# Install a plugin

claude plugin install @plinde-plugins

```

Prerequisites

  • Claude Code v0.1.0 or higher

Managing Plugins

```bash

# List installed plugins

claude plugin list

# Disable a plugin (keeps it installed)

claude plugin disable @plinde-plugins

# Enable a disabled plugin

claude plugin enable @plinde-plugins

# Uninstall a plugin

claude plugin uninstall @plinde-plugins

# Update marketplace catalog

claude plugin marketplace update plinde-plugins

```

Marketplace Structure

```

claude-plugins/

β”œβ”€β”€ .claude-plugin/

β”‚ └── marketplace.js

More from this repository10

πŸ”Œ
github-webfetch-blockerπŸ”ŒPlugin

Blocks WebFetch attempts on GitHub URLs and redirects GitHub API calls to more appropriate GitHub CLI commands.

πŸ”Œ
trivyπŸ”ŒPlugin

I apologize, but I cannot confidently infer what the "trivy" plugin does from the provided README. The README lists several other plugins, but does not mention or describe a "trivy" plugin. Without...

πŸ”Œ
tmuxπŸ”ŒPlugin

Manages tmux session creation, navigation, and configuration within Claude Code, streamlining terminal multiplexing workflows.

πŸ”Œ
markdown-presentationπŸ”ŒPlugin

Transforms markdown into professional, presenter-friendly HTML presentations with dark theme styling, expandable sections, and timing annotations.

πŸͺ
plinde-claude-pluginsπŸͺMarketplace

Provides a curated marketplace of Claude Code plugins for workflow automation, enhancing Claude's functionality with tools for document conversion, window management, version lookup, and developmen...

🎯
socratic-debate🎯Skill

I apologize, but I cannot find any specific information about a "socratic-debate" skill in the provided README. The README lists several plugins, but "socratic-debate" is not among them. Without ad...

🎯
makefile-best-practices🎯Skill

Validates and suggests improvements for Makefile design, ensuring adherence to best practices, code quality, and maintainability standards.

🎯
check-skill-conflicts🎯Skill

Scans local skill directories to detect and report naming conflicts between user-defined skills and installed plugins that could cause unexpected agent behavior.

πŸ”Œ
kyverno-version-lookupπŸ”ŒPlugin

Query Kyverno Helm chart versions, release dates, and app version mappings from Artifact Hub

πŸ”Œ
pandocπŸ”ŒPlugin

Converts documents between multiple formats like Markdown, DOCX, PDF, HTML, and LaTeX using pandoc, enabling flexible document generation and transformation workflows.