Frad's Claude Code Plugins
June 2, 2026 · View on GitHub
English | 简体中文
A curated collection of 13 plugins for Claude Code, providing specialized agents, skills, and automation tools for development and productivity workflows.
Available Plugins
git
Conventional Git automation for commits and repository management with AI code quality checks.
Installation:
claude plugin install git@frad-dotclaude
gitflow
GitFlow workflow automation for feature, hotfix, and release branches with semantic versioning.
Installation:
claude plugin install gitflow@frad-dotclaude
github
GitHub project operations with quality gates, TDD workflows, and comprehensive validation.
Installation:
claude plugin install github@frad-dotclaude
superpowers
Advanced development workflow orchestration with BDD support and self-improving skills.
Installation:
claude plugin install superpowers@frad-dotclaude
refactor
Code simplification and refactoring with language-specific patterns and cross-file optimization.
Installation:
claude plugin install refactor@frad-dotclaude
swiftui
SwiftUI Clean Architecture reviewer for iOS/macOS development with best practices enforcement.
Installation:
claude plugin install swiftui@frad-dotclaude
claude-config
Generate a CLAUDE.md through an interactive workflow with environment detection, BDD/TDD testing options, and local best-practices references.
Installation:
claude plugin install claude-config@frad-dotclaude
office
Patent application generation, Feishu document creation, Product Requirements Documents, agent-based browser automation, Lark/Feishu CLI operations, and AI writing trope detection.
Installation:
claude plugin install office@frad-dotclaude
plugin-optimizer
Validate and optimize Claude Code plugins against official best practices with agent-based fixes.
Installation:
claude plugin install plugin-optimizer@frad-dotclaude
frontend
Web 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-dotclaude
acpx
Knowledge base for acpx - a headless ACP CLI for agent-to-agent communication.
Installation:
claude plugin install acpx@frad-dotclaude
code-context
Five methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search.
Installation:
claude plugin install code-context@frad-dotclaude
utils
General-purpose utility skills for documentation, writing, and project maintenance.
Installation:
claude plugin install utils@frad-dotclaude
Adding a New Plugin
- 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.