By lexfrei
Interactive skill for creating well-structured Claude Code subagents following official documentation standards
External marketplace repository for Claude Code plugins.
First, add the marketplace:
/plugin marketplace add lexfrei/ccc
Then install any plugin:
/plugin install <plugin-name>@claude-code-companions
Or browse available plugins interactively via /plugin → Discover tab.
Update all plugins from the marketplace:
/plugin marketplace update claude-code-companions
Update a specific plugin:
/plugin update <plugin-name>@claude-code-companions
Or enable automatic updates: /plugin → Marketplaces tab → select claude-code-companions → Enable auto-update.
| Plugin | Description |
|---|---|
| task-orchestrator | Project analysis and planning — decomposes complex tasks, creates implementation plans, identifies risks |
| tech-oracle | Technical architect — manages .architecture.yaml, creates ADRs, evaluates technology choices |
| gopher-builder | Go developer — TDD specialist for cloud-native apps with Echo, slog, cockroachdb/errors |
| snake-charmer | Python developer — TDD specialist treating code as art, with FastAPI, Pydantic, structlog |
| templ-weaver | Frontend specialist — Go Templ + HTMX with server-first rendering and WCAG 2.1 AA accessibility |
| kube-pilot | Kubernetes specialist — secure, production-ready K8s manifests and ArgoCD with zero-trust networking |
| chart-builder | Helm chart TDD specialist — production-ready charts with helm-unittest |
| docker-smith | Containerization specialist — optimized, secure Containerfiles with multi-stage builds |
| code-guardian | Code quality validation — linters, tests, security checks, .architecture.yaml compliance |
| doc-curator | AI artifact cleanup — removes AI-generated comments, excessive docs, non-professional patterns |
| Plugin | Description |
|---|---|
| review-toolkit | Code review pipeline: branch review, PR final review with dual-model analysis (Claude + Codex), and GitHub PR review publishing with evidence-based verification |
| git-tools | Git workflow utilities: fork refresh and repo setup with branch protection |
| genname | Generate a /rename command from type, title, and optional PR number |
| tldrpr | Generate plain-text TLDR summaries for PRs, ready for Slack |
| learn | Analyze the current session and extract key learnings into CLAUDE.md and memory |
| renovate-check | Run Renovate locally in dry-run mode, research migration guides, apply selected updates |
| agent-father | Interactive guide for creating Claude Code subagents following official documentation standards |
| billy | "Where's the proof, Billy?" — stop and prove a claim with deep investigation |
| m4b-audiobook | Assemble m4b audiobook from audio files with chapters, metadata, and cover art |
| say | Speak text aloud using macOS TTS with automatic voice selection |
| Plugin | Description |
|---|---|
| mcp-loki | Grafana Loki — LogQL queries, label discovery, series exploration, index statistics |
| mcp-transmission | Transmission — torrent management, session stats, queue and bandwidth control |
| mcp-tg | Telegram — MTProto client API, messaging, contacts, groups, channels, media handling |
| Plugin | Description |
|---|---|
| golangci-lint | Auto-run golangci-lint on package when Go files are edited |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lexfrei/ccc --plugin agent-fatherComprehensive code review pipeline: branch review, PR final review with sequential dual-model analysis (Codex then Claude), and GitHub PR review publishing with evidence-based verification
Where's the proof, Billy? — stop and prove a claim with deep investigation
Assemble m4b audiobook from audio files with chapters, metadata, and cover art using ffmpeg
Git workflow utilities: fork refresh and repo setup with branch protection
Project analysis and planning agent — decomposes complex tasks, creates implementation plans, identifies risks and dependencies
Claude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
Make a codebase agent-ready by scaffolding AGENTS.md, ARCHITECTURE.md, and docs/ structure following progressive disclosure patterns. Creates CLAUDE.md as a symlink for Claude Code compatibility.
Claude Copilot — a framework of specialized agents, skills, commands, and hooks that give Claude persistent memory, expert methodology, and task tracking. Agents cover architecture (ta), engineering (me), QA (qa), service design (sd), DevOps (do), documentation (doc), and knowledge onboarding (kc).
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects