f7f5428812191aea173d94ad4c59808365d59a06
CR 从"Git diff + 检查清单"升级为结构化的五视角对抗性审查: - 攻击者:跨租户泄露、越权、注入 - 泄露者:错误消息/日志/响应信息泄露 - 并发者:竞态、幂等、锁粒度 - 边界者:参数校验、类型溢出 - 依赖者:超时、降级、token 区分 每个视角配具体扫描 checklist,CR 报告模板增加五视角分节, /req cr 流程从 1 行扩展为 8 步完整链路。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude Code Plugin Marketplace
Custom Claude Code plugins for development workflows, DevOps, and business operations.
🚀 Quick Start
Add the Marketplace
/plugin marketplace add git@gitea.pipexerp.com:huangjun/claude-marketplace.git
Or using HTTPS (requires credential configuration):
/plugin marketplace add https://gitea.pipexerp.com/huangjun/claude-marketplace.git
Install Plugins
# Install specific plugin
/plugin install ai-proj-plugin@coolbuy-claude-plugins
# List all available plugins
/plugin marketplace list coolbuy-claude-plugins
📦 Available Plugins (40 Total)
🚀 Development & Coding
- ai-proj-plugin - AI project management with MCP integration
- dev-plugin - General development workflows
- dev-arch-plugin - Software architecture and design
- dev-coding-plugin - Coding standards and best practices
- dev-test-plugin - Testing workflows and automation
- frontend-design-plugin - Frontend design and UI/UX
🔧 DevOps & Operations
- ops-tools-plugin - DevOps tools for deployment and monitoring
- ops-servers-plugin - Server management and SSH operations
- enjoysa-deploy-plugin - Enjoysa deployment automation
- req-deploy-plugin - Requirement deployment workflows
📋 Project & Requirements Management
- req-plugin - Requirement management workflows
- req-dev-plugin - Requirement development processes
- req-prd-plugin - PRD (Product Requirements Document) creation
- req-commands-plugin - Detailed command reference for /req
- req-review-plugin - PRD review methodology
- req-workflow-plugin - Complete requirement lifecycle workflow
- requirement-plugin - General requirement handling
- executing-plans-plugin - Plan execution and tracking
💼 Business Operations
- biz-plan-plugin - Business planning and proposals
- biz-contract-plugin - Contract drafting and management
- finance-plugin - Financial operations and reporting
🔗 Integrations
- feishu-plugin - Feishu/Lark integration (documents, spreadsheets)
- feishu-bitable-plugin - Feishu Bitable (multi-dimensional tables)
- feishu-docx-plugin - Feishu cloud documents
- wecom-plugin - WeChat Work integration
- siyuan-plugin - SiYuan note-taking integration
- data-excel-plugin - Excel data processing
- doubao-voice-plugin - Doubao Voice API (TTS, ASR, dialogue)
🏢 Project-Specific
- coolbuy-legacy-plugin - Coolbuy legacy system workflows
- coolbuy-paas-plugin - Coolbuy PaaS platform operations
- coolbuy-platform-plugin - Coolbuy platform development
- enjoysa-plugin - Enjoysa project workflows
🔄 Session Management
- save-session-plugin - Save Claude Code sessions
- reload-session-plugin - Reload saved sessions
- read-session-plugin - Read session data
- search-sessions-plugin - Search through sessions
🛠️ Utilities
- pr-plugin - Pull request creation and management
- finishing-a-development-branch-plugin - Branch finishing workflows
- skill-manager-plugin - Skill management utilities
- qiudl-personal-plugin - Personal productivity tools
📖 Usage Examples
AI Project Management
/ai-proj-plugin:create-task "Implement user authentication"
/ai-proj-plugin:start-timer
DevOps Operations
/ops-tools-plugin:deploy production
/ops-servers-plugin:check-status
Development Workflow
/dev-coding-plugin:start-feature "user-profile"
/finishing-a-development-branch-plugin:create-pr
Business Operations
/biz-contract-plugin:draft "Software Subscription Agreement"
/biz-plan-plugin:create-proposal
🔐 Private Repository Access
For background auto-updates, set authentication token:
# Add to ~/.zshrc or ~/.bashrc
export GITEA_TOKEN="your-gitea-token"
📝 Plugin Naming Convention
All plugins use namespaced commands to avoid conflicts:
- Format:
/plugin-name:command-name - Example:
/ai-proj-plugin:create-task
🔄 Updates
Update the marketplace and plugins:
# Update marketplace catalog
/plugin marketplace update coolbuy-claude-plugins
# Update specific plugin
/plugin update ai-proj-plugin@coolbuy-claude-plugins
# Update all plugins from this marketplace
/plugin update-all
🏗️ Plugin Structure
Each plugin follows the official Claude Code plugin structure:
plugin-name-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── skills/
│ └── SKILL.md # Agent skills
└── [scripts, configs, etc.]
📚 Documentation
👤 Author
Donglin Lai (qiudl)
- Email: qiudl@zhiyuncai.com
- Organization: PipeX ERP
📄 License
Individual plugins may have their own licenses. Please check each plugin's documentation.
🤝 Contributing
To add or update plugins:
- Clone this repository
- Add/modify plugins in the
plugins/directory - Regenerate
marketplace.jsonusing the provided scripts - Submit changes
Repository: git@gitea.pipexerp.com:huangjun/claude-marketplace.git
Description
Languages
Python
77.2%
Shell
22.8%