Run utility skills in Claude Code projects to audit configurations for drift, extract hardcoded secrets into secure .env files with git ignore, sync git repos under a directory, fetch sitemaps or blocked web content via Gemini, and create structured handoff docs for agent resumption.
npx claudepluginhub leejuoh/claude-code-zero --plugin toolboxExtract URLs from an XML sitemap with optional regex filtering
Fetch web content from URLs using Gemini CLI when WebFetch fails or is blocked (403, rate-limited, bot-blocked sites like Reddit, LinkedIn, etc). Use when you encounter "unable to fetch" errors, when a site blocks direct access, or when the user explicitly asks to fetch via Gemini.
Write or update a handoff document for the next agent
Audit Claude Code config drift and collaboration issues.
Extract hardcoded secrets from CLAUDE.md, .mcp.json, and project config into a gitignored env file, then wire a SessionStart hook to load them automatically. Use when user says "separate secrets", "extract API keys", "secret setup", "env var setup", "hardcoded credentials", ".env setup for Claude", "load secrets via hook", "protect credentials", or "clean up mcp secrets".
Pull latest changes from origin for all git repos under a directory. Use when asked to update, sync, or pull reference projects.
<div align="center">A curated marketplace of Claude Code plugins — visual reports, git worktree enhancements, NotebookLM integration, skill creation tools, cross-model code analysis, and developer utilities.
<video src="https://github.com/user-attachments/assets/abb70886-6f82-474c-a956-3c89b77c4ae5" width="600" controls></video>
</div>/plugin marketplace add LeeJuOh/claude-code-zero
/plugin install <plugin-name>@claude-code-zero
Run /plugin and check the Installed tab.
| Plugin | Description |
|---|---|
| vision-powers | Interactive HTML reports — diffs, plans, project recaps, and wiki analysis with Mermaid diagrams and Chart.js |
| worktree-plus | Native git worktree behavior with gitignored file support (.worktreeinclude / .worktreelink) |
| toolbox | Developer utilities — sitemap extraction, Gemini web fetch, handoff docs, config audit, secret management |
| notebooklm-connector | Query Google NotebookLM notebooks from Claude Code — source-grounded answers via Chrome automation |
| skill-creator-pro | Create, test, and optimize Claude Code skills with category-aware design and autonomous benchmarking |
| rubber-duck-tutor | Protect your coding skills — interactive comprehension exercises after plans, code, and commits |
| e2e-test-runner | Browser tests in plain English — natural language steps with video recording and visual regression |
| codex-advisor | Cross-model code analysis — OpenAI Codex review and verification with Claude's critical evaluation |
/plugin disable <plugin-name>@claude-code-zero # Disable
/plugin enable <plugin-name>@claude-code-zero # Re-enable
/plugin update <plugin-name>@claude-code-zero # Update to latest
/plugin uninstall <plugin-name>@claude-code-zero # Uninstall
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders