English | 简体中文
A curated collection of 16 plugins for Claude Code, providing specialized agents, skills, and automation tools for development and productivity workflows.
Conventional Git automation for commits and repository management with AI code quality checks.
Installation:
claude plugin install git@frad-dotclaudeGitFlow workflow automation for feature, hotfix, and release branches with semantic versioning and post-finish cleanup.
Installation:
claude plugin install gitflow@frad-dotclaudeGitHub project operations with quality gates, TDD workflows, and comprehensive validation.
Installation:
claude plugin install github@frad-dotclaudeAdvanced development workflow orchestration with BDD support and self-improving skills.
Installation:
claude plugin install superpowers@frad-dotclaudeCode simplification and refactoring with language-specific patterns and cross-file optimization.
Installation:
claude plugin install refactor@frad-dotclaudeSwiftUI Clean Architecture reviewer for iOS/macOS development with best practices enforcement.
Installation:
claude plugin install swiftui@frad-dotclaudePatent application generation, Product Requirements Documents, image and video generation, Feishu document creation, agent-based browser automation, Lark/Feishu CLI operations, and AI writing trope detection.
Installation:
claude plugin install office@frad-dotclaudeValidate and optimize Claude Code plugins against official best practices with agent-based fixes.
Installation:
claude plugin install plugin-optimizer@frad-dotclaudeWeb frontend development toolkit — shadcn/ui, Next.js DevTools, React best practices, Supabase, DESIGN.md design system spec, and impeccable design skills.
Installation:
claude plugin install frontend@frad-dotclaudeAutonomous research loop inspired by karpathy/autoresearch — you supply an editable artifact, a scorer that prints one number, and an optimization direction; it runs bounded experiments, keeps a change only if the score improves, logs to results.tsv, and iterates via a stop hook. Works on any objective, not just ML training.
Installation:
claude plugin install autoresearch@frad-dotclaudeDelegate tasks and deep research to Google Gemini Managed Agents (Antigravity) running in a remote sandbox with code execution, Google Search, and URL reading, then read the results back. Runs asynchronously and polls for completion via the Monitor tool. Requires GEMINI_API_KEY and uv.
Installation:
claude plugin install antigravity@frad-dotclaudeWikipedia-style long-form article generation via multi-perspective question asking and retrieval — a Claude-native port of Stanford STORM's two-stage research-to-article pipeline. Given a topic, it discovers research personas, runs simulated Q&A grounded in web search, then writes a cited article through outline → per-section → polish phases. Each phase is independently runnable and resumable.
Installation:
claude plugin install storm@frad-dotclaudeHardware and EDA toolkit. use-kicad-cli drives KiCad 9.0's kicad-cli for schematic/PCB export, fabrication outputs (gerbers, drill, pick-and-place, BOM), 3D models, and ERC/DRC checks. use-openscad writes OpenSCAD code and drives the openscad CLI for parametric 3D/2D part design and STL/DXF/PNG output.
Installation:
claude plugin install hardware@frad-dotclaudeKnowledge base for acpx - a headless ACP CLI for agent-to-agent communication.
Installation:
claude plugin install acpx@frad-dotclaudeFive methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search.
Installation:
claude plugin install code-context@frad-dotclaudeGeneral-purpose utility skills for documentation, writing, and project maintenance.
Installation:
claude plugin install utils@frad-dotclaude- Create a plugin directory under
plugin-name/. - Add
.claude-plugin/plugin.jsonwith required metadata. - Add the plugin entry to
.claude-plugin/marketplace.json. - Run
/utils:update-readmeto sync both README files.