Plugin Claude Code
Collection of Claude Code plugins: specialized agents, code review skills, git workflows, dependency management, and observability.
Plugin Claude Code
Collection of Claude Code plugins: specialized agents, code review skills, git workflows, dependency management, and observability.
Instructions file
Instructions for lexfrei/ccc, covering claude.md, what this is, repository structure, adding a new plugin and validation.
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.
Hook
Runs when a session starts, running an inline shell check. From lexfrei/ccc.
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).
Skill Claude CodeCodex
Append a sync-worthy entry to today's work-sync note. The note lives under $WORKSYNCVAULTDIR/YYYY-MM-DD.md (default /worksync) so it can be picked up by Obsidian, Logseq, or any markdown tool the user prefers. TRIGGER: invoke when (a) the user types /worksync with a message, (b) a research task just finished and…
Plugin Claude Code
MCP server for querying Grafana Loki logs — LogQL queries, label discovery, series exploration, and index statistics.
MCP server Claude CodeCodexCursor +2
MCP server "loki" as configured in lexfrei/ccc. Runs in Docker (ghcr.io/lexfrei/mcp-loki:latest).
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.
Skill Claude CodeCodex
End-to-end closeout of unresolved review feedback across one or more GitHub PRs. For each PR checks out the branch, fetches every source of blocking feedback (inline threads, CHANGESREQUESTED review-submission bodies, issue comments, plus reviewDecision), verifies against current code, fixes legitimate findings (one…
Plugin Claude Code
Interactive skill for creating well-structured Claude Code subagents following official documentation standards.
Skill Claude CodeCodex
Create or review/rewrite Claude Code subagents. Guides through configuration for new agents; audits and fixes existing agents against 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…
Agent
Delegate technical decisions: library and framework choice, architecture, design patterns, and any new dependency. Owns .architecture.yaml as the single source of truth.
Agent
Delegate when an application needs a container image. Builds optimized, secure Containerfiles with multi-stage builds and distroless bases.
Agent
Delegate for Go implementation work: features, bug fixes, refactoring, services, handlers, repositories. Works test-first against .architecture.yaml standards.
Agent
Delegate when a Helm chart needs creating or updating. Writes helm-unittest tests before templates and follows the repository's .architecture.yaml standards.
Agent
Delegate when code carries AI artifacts: narrating comments, verbose documentation, or naming that reads as generated rather than written.