💡 摘要
一组用于Claude Code的插件,通过自动化和专业代理增强开发工作流程。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
Frad's Claude Code Plugins
A curated collection of plugins and skills for Claude Code, designed to enhance development workflows with specialized agents and automation tools.
Installation
Add Plugin Marketplace
First, add this repository as a plugin marketplace:
claude plugin marketplace add FradSer/dotclaude
This will make all plugins in this marketplace available for installation.
Install Individual Plugins
After adding the marketplace, you can install any plugin using:
claude plugin install <plugin-name>@frad-dotclaude
Available Plugins
git - Git Automation
Conventional Git automation for commits and repository management with atomic commits and pre-commit hook validation.
claude plugin install git@frad-dotclaude
Key Features:
- Conventional commit format support
- Atomic commit creation
- Automated gitignore management
- Pre-commit hook validation
gitflow - GitFlow Workflow
GitFlow workflow automation for feature, hotfix, and release branches with semantic versioning.
claude plugin install gitflow@frad-dotclaude
Key Features:
- Automated branch creation and management
- Proper GitFlow branching strategy
- Automatic merging and tagging
- Workflow coordination and orchestration
github - GitHub Operations
GitHub project operations with quality gates, TDD workflows, and automated PR creation.
claude plugin install github@frad-dotclaude
Key Features:
- Automated PR creation with quality gates
- Issue management automation
- TDD workflow with worktrees
- Conventional commits enforcement
review - Code Review System
Multi-agent review system for enforcing high code quality with specialized reviewers.
claude plugin install review@frad-dotclaude
Key Features:
- Multiple specialized reviewers (code, security, tech-lead, UX)
- Comprehensive code quality checks
- Security vulnerability detection
- Architecture and design analysis
refactor - Code Refactoring
Code simplification and refactoring with best practices to improve code quality while preserving functionality.
claude plugin install refactor@frad-dotclaude
Key Features:
- Automatic code simplification
- Language-specific references (TypeScript, Python, Go, Swift)
- Next.js optimization patterns (47 specialized patterns)
- Preserves functionality while improving clarity
swiftui - SwiftUI Architecture
SwiftUI Clean Architecture reviewer for iOS/macOS development with best practices enforcement.
claude plugin install swiftui@frad-dotclaude
Key Features:
- Clean Architecture pattern enforcement
- SwiftUI best practices (2024-2025)
- @Observable and @MainActor validation
- Architecture review and suggestions
claude-config - AI Configuration Generation
Generate comprehensive CLAUDE.md configuration files with environment detection and best practices.
claude plugin install claude-config@frad-dotclaude
Key Features:
- 9-phase interactive configuration generation
- Environment detection (Node.js, Python, Swift)
- Technology stack research and best practices
- TDD and Clean Architecture templates
office - Patent Architect
Patent application generation with prior art search and intellectual property workflows.
claude plugin install office@frad-dotclaude
Key Features:
- Automatic prior art search (SerpAPI and Exa.ai)
- Chinese patent application form generation
- Patent terminology compliance
- Multiple embodiment generation
plugin-optimizer - Plugin Validation
Validate and optimize Claude Code plugins against best practices.
claude plugin install plugin-optimizer@frad-dotclaude
Key Features:
- Plugin manifest validation
- Component structure analysis
- Best practices enforcement
- Optimization recommendations
utils - Utility Commands
Utility commands for day-to-day automation and workflow enhancement.
claude plugin install utils@frad-dotclaude
Key Features:
- Task continuation
- Command template generation
- Daily workflow automation
Overview
This repository contains a comprehensive set of Claude Code plugins organized into development and productivity categories. Each plugin provides specialized functionality through skills and agents to streamline your coding workflow.
Repository Structure
dotclaude/
├── .claude-plugin/
│ └── marketplace.json # Plugin marketplace configuration
├── git/ # Git automation plugin
├── gitflow/ # GitFlow workflow plugin
├── github/ # GitHub operations plugin
├── review/ # Code review plugin
├── refactor/ # Code refactoring plugin
├── swiftui/ # SwiftUI architecture plugin
├── claude-config/ # AI configuration generation plugin
├── office/ # Patent architect plugin
├── plugin-optimizer/ # Plugin validation and optimization
├── utils/ # Utility commands plugin
└── README.md # This file
Plugins
Development Plugins
git - Git Automation
Conventional Git automation for commits and repository management.
Skills:
| Skill | Description |
|-------|-------------|
| /git:commit | Create atomic conventional git commit |
| /git:commit-and-push | Create commits and push to remote |
| /git:update-gitignore | Update .gitignore files with common patterns |
| /git:config-git | Configure Git settings (user, email, etc.) |
Features:
- Conventional commit format support
- Atomic commit creation
- Automated gitignore management
- Pre-commit hook validation
gitflow - GitFlow Workflow
GitFlow workflow automation for feature, hotfix, and release branches.
Skills:
| Skill | Description |
|-------|-------------|
| /gitflow:start-feature | Start new feature branch |
| /gitflow:finish-feature | Finish and merge feature branch |
| /gitflow:start-hotfix | Start new hotfix branch |
| /gitflow:finish-hotfix | Finish and merge hotfix branch |
| /gitflow:start-release | Start new release branch |
| /gitflow:finish-release | Finish and merge release branch |
| /gitflow:gitflow-workflow | Comprehensive GitFlow workflow guidance |
Features:
- Automated branch creation and management
- Proper GitFlow branching strategy
- Automatic merging and tagging
- Semantic versioning
- Workflow coordination and orchestration
refactor - Code Refactoring
Agent and skills for code simplification and refactoring to improve code quality while preserving functionality.
Agents:
| Agent | Description | Model | Color |
|-------|-------------|-------|-------|
| code-simplifier | Code simplification specialist | opus | blue |
Skills:
| Skill | Description |
|-------|-------------|
| /refactor:refactor | Refactor specific files/directories or recently modified code |
| /refactor:refactor-project | Project-wide code refactoring |
Features:
- Automatic code simplification
- Preserves functionality while improving clarity
- Follows project coding standards
- Language-specific references (TypeScript, Python, Go, Swift)
- Next.js optimization patterns (47 specialized patterns)
- Best practices skill auto-loaded by code-simplifier agent
swiftui - SwiftUI Architecture
SwiftUI Clean Architecture reviewer for iOS/macOS development.
Agents:
| Agent | Description | Model | Color |
|-------|-------------|-------|-------|
| swiftui-clean-architecture-reviewer | Specialized SwiftUI architecture reviewer | opus | red |
Features:
- Clean Architecture pattern enforcement
- SwiftUI best practices (2024-2025)
- @Observable and @MainActor validation
- Architecture review and suggestions
Productivity Plugins
github - GitHub Operations
GitHub project operations with quality gates.
Skills:
| Skill | Description |
|-------|-------------|
| /github:create-issues | Create GitHub issues with TDD principles |
| /github:create-pr | Create pull requests with quality checks |
| /github:resolve-issues | Resolve issues using isolated worktrees |
Features:
- Automated PR creation with quality gates
- Issue management automation
- TDD workflow with worktrees
- Conventional commits enforcement
- Atomic commit validation
review - Code Review System
Multi-agent review system for enforcing high code quality.
Agents:
| Agent | Description | Model | Color |
|-------|-------------|-------|-------|
| code-reviewer | Expert reviewer for correctness, standards, and maintainability | sonnet | blue |
| security-reviewer | Security-focused code review | sonnet | green |
| tech-lead-reviewer | Architecture and design review | sonnet | magenta |
| ux-reviewer | User experience and UI review | sonnet | yellow |
Skills:
| Skill | Description |
|-------|-------------|
| /review:quick | Quick code review with selective agents |
| /review:hierarchical | Comprehensive multi-agent review |
Features:
- Multiple specialized reviewers
- Comprehensive code quality checks
- Security vulnerability detection
- Architecture and design analysis
- Hierarchical review orchestration
claude-config - AI Configuration Generation
Generate comprehensive CLAUDE.md configuration files with environment detection and best practices.
Skills:
| Skill | Description |
|-------|-------------|
| /claude-config:init-config | Generate $HOME/.claude/CLAUDE.md with interactive workflow |
Features:
- 9-phase interactive configuration generation
- Environment detection (Node.js, Python, Swift)
- Technology stack research and best practices
- TDD and Clean Architecture templates
- Length validation (under 2400 words)
- Web search integration for latest practices
office - Patent Architect
Speciali
优点
- 全面的插件集,适用于各种任务。
- 通过自动化提高生产力。
- 支持编码和项目管理中的最佳实践。
缺点
- 可能需要初始设置和配置。
- 对不熟悉Claude Code的新用户有学习曲线。
- 依赖于Claude平台。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 FradSer.
