Plugin Claude Code
Collection of Claude Code plugins: specialized agents, code review skills, git workflows, dependency management, and observability.
Claude Code Companions — external marketplace for Claude Code plugins: agents, skills, and MCP servers
Plugin Claude Code
Collection of Claude Code plugins: specialized agents, code review skills, git workflows, dependency management, and observability.
Plugin Claude Code
SessionStart hook that injects code-comment discipline into every session — every comment must earn its place: say what the code cannot, never duplicate it; bans narration, changelog comments, reviewer asides, signature-restating docstrings, and leaky provenance.
Plugin Claude Code
PostToolUse hook that catches commits missing the Signed-off-by trailer — fires after every git command, stays silent in repositories that don't sign off, and suggests git rebase --signoff to repair.
Plugin Claude Code
Auto-run golangci-lint on package when Go files are edited.
Plugin Claude Code
Session status hooks for macro-claude macropad plugin — writes per-session JSON files that the Logi Plugin Service plugin reads to display live state on MX Creative Console keys.
Plugin Claude Code
PreToolUse hook: reject Write/Edit on markdown files when a paragraph spans more than one line. Enforces 'one continuous line per paragraph' so the renderer wraps to viewer width instead of fighting hardwraps inside paragraphs.
Plugin Claude Code
Automatic daily work-sync log — a PostToolUse hook captures gh pr/issue create/merge/close, and a companion skill lets Claude log research/ops/checkpoint events into a dated markdown note (great for feeding standups).
Plugin Claude Code
MCP server for querying Grafana Loki logs — LogQL queries, label discovery, series exploration, and index statistics.
Plugin Claude Code
MCP server for Telegram Client API (MTProto) — messaging, contacts, groups, channels, media, stickers via user account.
Plugin Claude Code
MCP server for managing Transmission BitTorrent client — list, add, remove, start, stop torrents, session stats, queue and bandwidth management.
Plugin Claude Code
End-to-end closeout of unresolved review comments across one or more GitHub PRs — verify, fix with signed commits, post approved replies, restore original branch.
Plugin Claude Code
Interactive skill for creating well-structured Claude Code subagents following official documentation standards.
Plugin Claude Code
Session role switches plus the specialist agent workforce they run. Roles: manager — turn the session into the lead of a subagent fleet that briefs teammates, delegates whole loops, approves their output inside the delegated scope, integrates by ground truth, and reports upward in short digests instead of executing…
Plugin Claude Code
Where's the proof, Billy? — stop and prove a claim with deep investigation.
Plugin Claude Code
Local disk cleanup utilities: stale git worktrees, dead personal forks, Docker prune (incl. non-default buildx builders and VM disk trim), Go caches, and Homebrew — each runs report → confirm → execute with interactive prompts, plus one orchestrating pipeline.
Plugin Claude Code
Design-of-experiments toolkit for cutting debugging and tuning iterations: taguchi orthogonal arrays for factor isolation, pairwise covering arrays for arbitrary level mixes, group-testing shrink for single-culprit hunts, S/N-ratio tuning for knob optimization.
Plugin Claude Code
Generate a /rename command from type, title, and optional PR number — pure string formatting utility.
Plugin Claude Code
Git workflow utilities: fork refresh and repo setup with branch protection.
Plugin Claude Code
Add or modernize Gateway API Route templates (HTTPRoute/GRPCRoute/TLSRoute/TCPRoute/UDPRoute) in a Helm chart. Supports both adding routes to charts that lack them and updating existing routes to current Gateway API v1.5 best practices (named rules, typed filters, current apiVersion, optional BackendTLSPolicy).
Plugin Claude Code
Analyze the current session and extract key learnings into CLAUDE.md files and memory system.
Plugin Claude Code
Linux kernel mailing-list workflow: reading and monitoring threads on lore.kernel.org, checking patch state in patchwork, replying to review inline, submitting patch series with git send-email, and the communication rules that keep a submission alive — recipients, timing, tone, and prose that passes maintainer review.
Plugin Claude Code
Assemble m4b audiobook from audio files with chapters, metadata, and cover art using ffmpeg.